Forum Replies Created

Viewing 15 posts - 76 through 90 (of 120 total)

  • RE: BACKUP LOG ... WITH NO_LOG

    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?

  • RE: BACKUP LOG ... WITH NO_LOG

    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...

  • RE: database refresh

    Obviously, detatch/attach (with file copy) requires less down time than backup/restore. Any pros and cons with either approach?

  • RE: database refresh

    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...

  • RE: BACKUP LOG ... WITH NO_LOG

    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...

  • RE: How To Delete a Default Constraint

    Thank you very much for your help, Frank.

  • RE: How To Delete a Default Constraint

    I dropped the constraint successfully 🙂

    Thank you, Frank, for your help.

    I am still confused about DROP DEFAULT...

  • RE: How To Delete a Default Constraint

    Should I use DROP DEFAULT or DROP CONSTRAINT?

    What is the difference? Thank you.

  • RE: How To Delete a Default Constraint

    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...

  • RE: Please explain using ON with delete

    Could you explain why the former is more efficient? Thank you very much.

  • RE: Find Database Server

    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...

  • RE: SQL 6.5 - Alias

    Thanks for the input. I will try that...

  • RE: SQL 6.5 - Alias

    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...

  • RE: Assign Database Roles

    Thanks. I guess I will have to issue the sp_addrolemember statement multiple times.

  • RE: Restore Table in SQL 2000

    Thanks for the input. Is the feature added back in SQL Server 2003?

Viewing 15 posts - 76 through 90 (of 120 total)