Viewing 7 posts - 1 through 7 (of 7 total)
http://msdn2.microsoft.com/en-us/library/ms189117.aspx
May be this helps.......
March 7, 2006 at 7:56 am
We have a Development box that is also used for Testing followed by Testing in Production through test accounts and Final release to customers. The tests are manual through testplans...
February 24, 2006 at 6:34 am
I had the same problem when i started using SQL debugger. Here is how i fixed it:
Run Exec sp_sdidebug 'legacy_on' to ensure that the Debug is turned on for...
March 22, 2005 at 12:17 pm
Thanks for all your Help. I have created a new DB maintenance plan. I am monitoring the system to check if the error occurs again. Its been two days. No...
March 9, 2005 at 11:06 am
SELECT Col014 = COALESCE(Col014 , 7.45 ) , * FROM tblMyTable
March 9, 2005 at 10:59 am
HI Kishore,
i do not have enough space in the local server to start the back up there.
The last 3 copies of the back up file are retained. The rest are...
March 4, 2005 at 8:13 am
Karl,
Thanks for your respose. yes i copy the back up file to another server. i reuse the same file in transaction log back up. I recreate the Log file every...
March 4, 2005 at 8:06 am
Viewing 7 posts - 1 through 7 (of 7 total)