Forum Replies Created

Viewing 15 posts - 3,901 through 3,915 (of 4,745 total)

  • RE: Delete/transaction log discrepancy

    is the 15GB log growth the size of the physical log or actual space used, you should use dbcc sqlperf(logspace) to tell you how much actual logspace is used...

    ---------------------------------------------------------------------

  • RE: LOG SHIPPING QUERIES

    look for evidence log backups or log truncations are happening outside of your logshipping set up. All backups are recorded in the errorlog to so look through that around the...

    ---------------------------------------------------------------------

  • RE: Guest Editorial: In Praise of Templates

    JoeA (2/6/2009)


    Nope, it was for Mr. Icocks, who said his key combo didn't work in SSMS 2008 🙂

    :blush:

    ---------------------------------------------------------------------

  • RE: Guest Editorial: In Praise of Templates

    JoeA (2/6/2009)


    Is it possible that your Ctrl+Shift+M is being caught by another program?

    I had this issue with a similar key sequence where an HP diagnostic (or update manager?) was catching...

    ---------------------------------------------------------------------

  • RE: How long the SQLServer Agent Job is running ?

    have you tried - sp_help_jobactivity @job_name = 'name of your job'

    - one of a series in how to skin a cat

    ---------------------------------------------------------------------

  • RE: How long the SQLServer Agent Job is running ?

    track down the spid the job is running under using sp_who2 or activity monitor. Check the login_time and last_batch time from master.sysprocesses table.

    ---------------------------------------------------------------------

  • RE: Guest Editorial: In Praise of Templates

    Andy Lennon (2/6/2009)


    just think "Mmmm templates"

    that'll work! cheers andy.

    ---------------------------------------------------------------------

  • RE: Guest Editorial: In Praise of Templates

    A useful feature I'd forgotten all about, thanks. Now how am i going to remember ctrl-shift-m?

    ---------------------------------------------------------------------

  • RE: AWE - URGENT -how to check AWE is enabled on windows 2003

    if you only have 2gb memory on the server no point configuring it to use AWE

    the patch you mention is SP4 but for MSDE, this is not what you want...

    ---------------------------------------------------------------------

  • RE: System Databases

    what Ed just said, seconded.

    with the addition of place the system dbs where you want them as part of the install process, then you don't have to worry about the...

    ---------------------------------------------------------------------

  • RE: System Databases

    Omprakash K Deshpande (2/5/2009)


    Hi All,

    Now we can move resource database also. Please refer the link below in MSDN.

    http://msdn.microsoft.com/en-us/library/ms345408(SQL.90).aspx

    thanks

    that tells you HOW to do it, but we still recommend you don't,...

    ---------------------------------------------------------------------

  • RE: Getting an error while trying to copy a DB from SS2000 to SS2008

    chris.powell (2/4/2009)


    Drop the table name and then stop/start SQL Server

    why?

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 Dev Edition - Error -Event ID 11304 - Source MSInstaller

    cheers Ed. Thanks for the clarification. I was wondering about naming convention because all references to copying CDs I found referred to calling the folders servers and tools, and I...

    ---------------------------------------------------------------------

  • RE: Best Practices for the System Databases

    Hey Ed, thought you would turn up here eventually.................on the subject of system dbs and installs I would be interested in your views on this (my last post in thread).....

    er.....hyperlink...

    ---------------------------------------------------------------------

  • RE: Instance restart in middle of restore leaves database with restore status and no restore process

    Jen Hutchinson (2/3/2009)


    We did just try another restore but we'd get the message that the database was in single user mode due to an in-progress recovery! So you are...

    ---------------------------------------------------------------------

Viewing 15 posts - 3,901 through 3,915 (of 4,745 total)