Viewing 15 posts - 661 through 675 (of 706 total)
Hi,
I did it that way.. this time it worked and showed the new file path properly. But when I restarted the SQL server I got the following error.
"Database DB_NAME'...
February 10, 2009 at 2:25 am
Actualy I DONT WANT to change the filenames.
I want to change the location of my MDF & LDF files....
(in someother folder.....)
February 5, 2009 at 3:07 am
Fine..Last 2 fields of all the tables are common fields (Createddate and Isdeleted). thought I will keep that uniformity. Now I can' drop the tables..because system is live and I...
January 27, 2009 at 11:05 pm
Dear All,
I got the solution from microsoft website. Actualy it's a bug in SQL Server 2005 itself.This error won't occur if we update the value...
January 3, 2009 at 12:06 am
Thanks...will try the same.
December 21, 2008 at 4:57 am
Thank you so much. I will try the same n revert back...
December 14, 2008 at 10:18 pm
Whats native restoration process..? Can you explain in detail pls..
Thanks,
Santhu.
December 13, 2008 at 1:17 am
1. Each SQL Instance sit on a different machine and you
have different IP addresses.
2. There a single public IP and that redirects traffic to the...
December 9, 2008 at 6:52 am
Is thi problem solved..?
I am in need of same functionality...Want list out records of an SP into temp table....columns will be dynamic as well.
pls help..
November 18, 2008 at 2:54 am
Exec GetNav_Data @TableName = 'SERVICETAX'
Exec GetNav_Data @TableName = 'TDSNATUREOFDEDN'
Exec GetNav_Data @TableName = 'VendorDetails'
Exec GetNav_Data @TableName = 'PaymentMethodCDD'
All the above commands will return me different type of records...(diff columns and values)....
November 18, 2008 at 12:36 am
That's the problem..
We cant define the table straucture like that..It is depended on the parameter we pass.Number of fields and it's data types will vary as per the parameter passed.
Is...
November 18, 2008 at 12:13 am
We use Identity column as 'CODE' s...(cost code, branch code, etc.)
I was against it, but manager insisted to use identity column for this.
Thats y IDENTITY column has become the key...
November 4, 2008 at 2:18 am
Thank you.....
Infact I wanted to avoid that..At present I do that valdation only when error comes...So there's no way to achieve this..rite.?
November 4, 2008 at 12:53 am
Thank you.
Infact, wot had happend is, I was not in this project initialy. So developers created tables and procedures left & right and made it completely a mess. It was...
October 27, 2008 at 3:21 am
Viewing 15 posts - 661 through 675 (of 706 total)