Forum Replies Created

Viewing 15 posts - 3,676 through 3,690 (of 4,745 total)

  • RE: What happened to my packages after using DTSBackup2000

    is there a 2005 version of that tool? A quick search seems to suggest not and I would have thought the community would be crying out for one.

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

  • RE: How to know if SQL Upgrade Advisor is installed on my machine

    you need to install it separately

    ]http://www.microsoft.com/downloads/details.aspx?familyid=F5A6C5E9-4CD9-4E42-A21C-7291E7F0F852&displaylang=en

    thats the 2008 advisor for upgrading to 2008 from 2005 or 2000

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

  • RE: Log Shipping .tuf file

    which kind of defeats the purpose of logshipping..................you might want to restore from primary and start again 🙂

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

  • RE: Log Shipping .tuf file

    what does this do? the TUf file hold info on transactions that were not committed at the time of the tran log backup and may therefore need rolling back or...

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

  • RE: Re-run SQL task on Failure

    Call me old fashioned but as its just a database backup why not do it as a SQLAgent job? They have configurable retry options

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

  • RE: Buffer Cache Hit Ratio

    Use perfmon (system monitor), counter SQL server Buffer Manager:buffer cache hit ratio

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

  • RE: Install of Cumulative Update 3

    agreed, unless I have hit a problem that requires the CU I don't apply them. Precisely because MS advise not to as CU's are not as rigourously tested as SP's.

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

  • RE: Grant Fritchey

    congrats, grant.

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

  • RE: A Look at Database Mirroring

    thank you very much for all your input cmille, its good to know what can be achieved and pitfalls\advantages. I will definitely be insisting on replicating my system databases, and...

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

  • RE: fixed server roles a user (login) has

    copied from this site at some time or other - cannot remember who's it was

    /* Generate statements to create server permissions for SQL logins, Windows Logins, and Groups */

    SET...

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

  • RE: Users lose their connection when I'm running a select from my app

    you are probably causing them to be blocked out and there queries are timing out. Run sp_who2 whilst you are running your query to determine this, a value in the...

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

  • RE: Deleting Millions of Rows from Multiple Tables

    there is an instance of _total for the counter, but not at all sure what that is actually counting. :unsure:

    I would feed the results of dbcc sqlperf(logspace) into a table,...

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

  • RE: Transaction Log Truncate Problem

    ..er, previous post of mine should have read dbcc loginfo(yourdbname), edited it

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

  • RE: A Look at Database Mirroring

    In DR scenario my AD administrators will update the DNS entry to point to the DR IP instead of the primary server IP. So in effect, I am renaming the...

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

  • RE: Transaction Log Truncate Problem

    what does the command dbcc loginfo(yourdbname) return?

    If the status field of the last row (and therefore that last virtual log) has a value of 2 it has active transactions in...

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

Viewing 15 posts - 3,676 through 3,690 (of 4,745 total)