Viewing 15 posts - 1,186 through 1,200 (of 1,341 total)
If you are search for backup files then also give .dmp in your search criteria..
July 29, 2008 at 3:11 am
Try using
xp_cmdshell 'netstat -an'
xp_cmdshell 'ipconfig /all'
July 28, 2008 at 11:13 pm
As far as i know you can set a login to expire ,only password is set to expire for a particular login..
July 23, 2008 at 4:20 am
Enable remote connection for the server and use tcp ip and named pipes...
July 23, 2008 at 4:18 am
Which version of sql server you are using???
July 23, 2008 at 4:18 am
Creating index on a table with no data is waste of time.As you mentioned you have primary keys defined which creates a clustered index on the table.For long queries you...
July 22, 2008 at 3:15 am
Detach your MDF files copy them to D drive and attach them.
Hope this will help
http://msdn.microsoft.com/en-us/library/ms190794.aspx
Run dbcc checkdb after detach, attach
July 17, 2008 at 7:35 am
Those scripts are for 2000:sick:.Am having SQL Server 2005 Express so how can i script out all logins other than doing one by one .
July 17, 2008 at 4:18 am
Viewing 15 posts - 1,186 through 1,200 (of 1,341 total)