Viewing 15 posts - 76 through 90 (of 120 total)
Thanks, Mark, for the suggestions. All the data is in one table. In the method of deleting rows, will index on the table be a factor of response time?
July 30, 2003 at 3:11 pm
The transaction finished in 10 hours. Is that normal for deleting 14 million rows?
How do you use (raiserror ... 0, 1... with log) and dirty (unlock) reads to show...
July 30, 2003 at 2:33 pm
Obviously, detatch/attach (with file copy) requires less down time than backup/restore. Any pros and cons with either approach?
July 29, 2003 at 12:39 pm
Will detatch/attach keep the original database? Will the following steps work?
1.Detatch database
2.Make a copy of the detached database file
3.Attach both files: one to the original db, one to the new...
July 29, 2003 at 12:26 pm
Thank you for your help, Mark. I increased the transaction log and am waiting for the transaction to end. Is there a way to tell how much the transaction has...
July 29, 2003 at 7:05 am
Thank you very much for your help, Frank.
July 25, 2003 at 11:48 am
I dropped the constraint successfully 🙂
Thank you, Frank, for your help.
I am still confused about DROP DEFAULT...
July 24, 2003 at 10:51 am
Should I use DROP DEFAULT or DROP CONSTRAINT?
What is the difference? Thank you.
July 24, 2003 at 10:10 am
Thank you, Frank, for your help.
I ran 'sp_helpconstraint'. It listed three Default constraints on three different columns. I only need to drop the Default constraint on one column. How should...
July 24, 2003 at 10:02 am
Could you explain why the former is more efficient? Thank you very much.
July 16, 2003 at 4:21 pm
Thank you very much for the input. I have no problem building a table with a list of servers. Could you give me a script to loop through all servers?
Thanks...
July 15, 2003 at 4:01 pm
I tried to drop and re-create the login, but could NOT. It is telling me that it is aliased to one or more databases. I noticed that it is aliased...
July 11, 2003 at 10:34 am
Thanks. I guess I will have to issue the sp_addrolemember statement multiple times.
July 9, 2003 at 4:36 pm
Thanks for the input. Is the feature added back in SQL Server 2003?
July 2, 2003 at 11:58 am
Viewing 15 posts - 76 through 90 (of 120 total)