Viewing 15 posts - 871 through 885 (of 1,335 total)
Need to check how they get created.
July 2, 2007 at 4:08 am
You can edit the registry key for the SQLAgent and MSSQLSErver to make then depends but be careful when editing registry keys.
July 2, 2007 at 3:08 am
No problems would incur if you have the application also setup at the DR site so that the application can be brought up along with the DB.
July 2, 2007 at 1:56 am
There is a third-party tool tool that can do these for you. Check for tools in sites like quest or red-gate they have plenty of tools and cn be used with...
July 2, 2007 at 1:48 am
This necessary need not be a hacking issue. Before you confirm one such can you check if any other services are running under that account or any jobs are configured...
July 2, 2007 at 1:42 am
As what Jeff says you can shrink the data file only if the data file has more than 25% of space free. But there is no problem in shrinking the...
July 2, 2007 at 1:37 am
Script out the logins and the use that to create the logins there in the destination server. Then you can use the sp_change_users_login 'auto_fix','username' proceudre to sync the logins in...
July 2, 2007 at 1:25 am
sp_helpindex 'indexname' should give you the details of the index and index keys.
July 2, 2007 at 1:20 am
Does this user able to see and access the databases from QA? is it taking time to load the databases and giving an error or does it fire the error...
July 1, 2007 at 11:22 pm
Do you have a maintenance plan to backup this database if so there is a option to remove unused space in the database in that plan. Else you should script...
July 1, 2007 at 11:11 pm
It would be the default user in the computer account. Did you remove builtin\administrators from your sql server logins.
June 30, 2007 at 12:34 am
Did you check for the SET AS USER command din't that help you anyways. Anyways giving xp_cmdshell execute permission is quite dangerous on looking at the operations that the command...
June 30, 2007 at 12:32 am
Robert I agree. Snapshot are available with only Enterprise and Developer Editions. Sorry for the wrong post.
June 30, 2007 at 12:27 am
You can use DBCC SQLPERF(logspace) to check what is the size of the log file and how much is actually being used. So that you can plan and shrink the...
June 30, 2007 at 12:22 am
Viewing 15 posts - 871 through 885 (of 1,335 total)