Viewing 15 posts - 226 through 240 (of 1,364 total)
Only possible with t-sql commands.
When you create your backup you can specify a password for the backup file. Then when you want to restore the backup, the password must be...
January 15, 2010 at 2:55 pm
Better try stopping the agent first and then see if you can drop th table.
MJ
January 15, 2010 at 2:49 pm
Check the output of select * from sys.server_triggers
Manu
January 14, 2010 at 2:24 pm
Use Alter Index statement Disable option-->
DISABLE (http://technet.microsoft.com/en-us/library/ms188388.aspx)
Marks the index as disabled and unavailable for use by the Database Engine. Any index can be disabled. The index definition of...
January 13, 2010 at 7:28 pm
I don't think you can....
January 13, 2010 at 7:14 pm
January 13, 2010 at 4:02 pm
January 12, 2010 at 3:33 pm
Were you able to resolve it yesterday?
MJ
January 12, 2010 at 2:35 pm
- It will not report orphaned users belonging to Windows accounts. (In this case, it is better to drop the user using sp_revokedbaccess, and readd the user using sp_grantdbaccess)
January 7, 2010 at 1:59 pm
Is the date and time shows the time at which the job finished executing ?
Yep.
Manu
January 6, 2010 at 1:19 pm
Please try the attached SP.
MJ
January 6, 2010 at 12:34 pm
Slight correction in what Ellis said.
Note:
SQL Server is not guaranteed to allocate the amount of memory specified in min server memory. If the load on the server never...
January 5, 2010 at 2:59 pm
Make sure browser service is running.
MJ
December 28, 2009 at 6:20 pm
December 28, 2009 at 12:15 pm
December 24, 2009 at 4:45 pm
Viewing 15 posts - 226 through 240 (of 1,364 total)