Viewing 15 posts - 3,586 through 3,600 (of 4,745 total)
This is an area in SQL 2005 that just does not hang together as well as it did in SQL 2000, that is copying msdb to another server of a...
June 8, 2009 at 4:03 pm
there is a setting that controls this under sp_configure 'user connections'
However it would be highly unusual to set this to a fixed value. By default it is a dynamic value...
June 8, 2009 at 12:08 pm
Erin (6/8/2009)
June 8, 2009 at 7:05 am
Sumanta Roy (6/8/2009)
So I can take the transaction log backup with the option truncate and shrink the log file after that. Can I shrink the file to...
June 8, 2009 at 6:58 am
thanks for the feedback, so to clarify, you restarted the SQL instance only and did not reboot the server itself?
June 7, 2009 at 11:11 am
a) 1 will never = 2 so the delete will never run
b) column c does not exist in the table referred to so SQL will not know what you are...
June 6, 2009 at 11:51 am
As long as you replicate the directory structure exactly and have the correct version of SQL installed (check with select @@version) you should be fine.
Yes, you must restore the master...
June 5, 2009 at 4:42 pm
Also, for above , you would then need to alter the application to point to the new server
By the way, should you upgrade to SQL2005 or 2008, the process above...
June 5, 2009 at 2:34 pm
The process you describe would recover your system. As you are restoring the system databases you would automatically get all logins and jobs back and would not have to run...
June 5, 2009 at 2:25 pm
webrunner (6/5/2009)
george sibbald (6/4/2009)
June 5, 2009 at 2:00 pm
treating the subject with the seriousness it deserves..........
tools for developers are seen as a way of improving quality, accuracy and productivity.
tools for admins managers are interested if it is seen...
June 5, 2009 at 9:23 am
David Fulton (6/5/2009)
GSquared (6/5/2009)
... while admins are sort of the janitors of the IT world. Nobody notices they're there, till the toilets back up.
This is compounded...
June 5, 2009 at 9:16 am
GSquared (6/5/2009)
June 5, 2009 at 8:01 am
As what the characters might be was not specified, add a vote for nchar(1)
but so long as question generates debate...................
June 5, 2009 at 4:55 am
Nalini Devarakonda (6/5/2009)
1. Restore the MSDB Database as msdb_test database on the server (this is just like any other user db restore).
2. Take backup...
June 5, 2009 at 4:43 am
Viewing 15 posts - 3,586 through 3,600 (of 4,745 total)