Viewing 15 posts - 1,216 through 1,230 (of 1,366 total)
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
Am with Jack 😀 ..Thats the way you can do ...
Create a secondary datafile on your D drive and then move some tables to that location
July 17, 2008 at 2:01 am
IMPORT/EXPORT is there in 2000 and 2005 .Error file in bcp is that the those data which are not able to get inserted into the new table will go to...
July 16, 2008 at 4:04 am
Is there any option in SQL Server IMPORT/EXPORT like error file in BCP
July 16, 2008 at 3:46 am
What are all the ways to migrate a database from 2000 to 2005??
July 16, 2008 at 2:29 am
Check whether you have enough disk space at those instance of time.
July 16, 2008 at 1:04 am
Viewing 15 posts - 1,216 through 1,230 (of 1,366 total)