Forum Replies Created

Viewing 15 posts - 46 through 60 (of 102 total)

  • RE: SIMPLE recovery mode not truncating tranlog

    I hate to point out the obvious, but the first question asked by Singer Sewing Machines tech support is: Is your sewing machine plugged in?  (50% of the calls end...

  • RE: Extremely large transaction log when Db is in SIMPLE recovery mode?

    Here you go, simple solution:

    1. Put Database into full recovery mode.

    2. Backup up the transaction log (you should then see used space shrink)

    3. Put Database back into simple recovery mode.

    4....

  • RE: SQL2000 slow response

    I would also check your database fragmentation and current statistics.

    For getting the restore splash screen, there are other posts on using: msdb.dbo.sp_delete_backuphistory '01-may-2006' (substitute date as required)

    Please note that there...

  • RE: SQL Server Agent 2005

    I thank you for the information, but I would like to ensure that I have understood your article correctly.

    For the new roles, the only role that can start or stop a...

  • RE: Question: Deprecated stored procedures?

    Linda, thankyou for the information.  I haven't downloaded 2005 yet, and forgot that I could look in MSDN.  One question that wasn't easily answerable from the BOL, was how best...

  • RE: Question: Trying to set up Maintenance Plan through T-SQL

    Thank you for the information Scott.  I figured that there was probably a new way to get to it, but the BOL did not make it obvious.

    Thanks again,

    Brian

  • RE: Is there any way to list all tables in a correct order of parent child relation.

    Since the goal of your program is data import, can you drop constraints, load the data and then re-apply the constraints?  (i.e. a bulk load during a "down time" for...

  • RE: Backup question

    If by truncated you mean is the file shrunk, then no it is not.

    What does happen as I understand it, is the records are written out, and any "complete" transactions...

  • RE: What is a DBCC TRACEON 208?

    Thanks, Ok I think I figured out what is happening.

    I have recently installed Quest's LiteSpeed and it probably sets that on for updating the statistics in its central repository.  Makes...

  • RE: simple question

    I will add on that we have multiple web servers that back each other up and the talk to a clustered pair of SQL Servers.  So yes seperate them, it...

  • RE: backing up jobs

    Yep as stated, backup MSDB when you change jobs/maintenance plans etc.

    If you want to move SQL Server 2000 Jobs related to a maintenance plan, I would recomend re-creating the maintenance plan...

  • RE: A Career Poll

    Well I had been working on Oracle but switched projects back in 1998 or 1999.  I had been doing Y2K stuff with a completely useless totally incompetent and technologically ignorant...

  • RE: Restore GUI taking forever

    I agree with you.  Like I said no-one and no text ever pointed it out to me.  I stumbeled across it when I deleted a database and it took for...

  • RE: Restore GUI taking forever

    I just happened to run into this problem and found this solution, but as I was working on implementing it, I noticed a critical item:

    Put a non-clustered, non-unique index on...

  • RE: Performance on Two Databases

    See also this thread:

    http://qa.sqlservercentral.com/forums/shwmessage.aspx?forumid=65&messageid=246656

    It is discussing some solutions to your same problem.  Check Usage statisitcs, index fragmentation, Compare schemas, etc.

    Good Luck.

Viewing 15 posts - 46 through 60 (of 102 total)