Forum Replies Created

Viewing 15 posts - 3,196 through 3,210 (of 4,745 total)

  • RE: Mirroring doubt

    yes it is

    ]http://msdn.microsoft.com/en-us/library/ms365603.aspx

    BTW, if you are in high safety mode the mirroring is synchronous.

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

  • RE: Attach/Dettach - automate

    then as this is a one-off task you may as well keep it simple and use windows explorer to move the files.

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

  • RE: Attach/Dettach - automate

    don't use a cursor, use dynamic SQL to create your commands as shown above

    Are all the files moving from the same place to the same new location? If not how...

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

  • RE: Backup Database:

    I think you have found your problem, blkby does mean 'blocked by', your backup is waiting for the other one to complete. Only one full db backup can run at...

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

  • RE: Backup Database:

    suspended means at the time you ran sp_who2 the query was waiting on some resource, not necessarily a problem unless it continues to wait.

    To see what it is waiting on...

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

  • RE: Backup Database:

    Run that script via SSMS and see what the result is.

    When you run it via your package run a sp_who2 to see whats going on with the backup task.

    Fragmentation will...

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

  • RE: High CPU

    post the spec of your server.

    you already seem to know which processes are causing the high cpu, so investigate the SQL behind them, and check out the health of the...

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

  • RE: Low Disk Space

    Is that data and log? Is the log on the same drive? This might be a case where you can shrink the log down to the maximum size it actually...

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

  • RE: How to RE-create rapidly all _WA_SYS... that have been losted ?

    If you leave auto create statistics on for the database these will be re-created over time. If you believe you require some of them urgently to maintain performance you could...

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

  • RE: SQL Server System Process Ids

    SPIDS <= 50 are reserved

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

  • RE: Are the posted questions getting worse?

    Paul White (11/13/2009)


    Steve Jones - Editor (11/13/2009)


    Sent George a note. We'll sort him out.

    Awesome Steve - thanks!

    this seems like a good place to thank paul and steve for doing this....

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

  • RE: find size iof the index

    yea, I got my name back!

    😀

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

  • RE: find size iof the index

    Hey Paul, I heard from steve, the wheels are in motion. Thanks a lot mate 😀

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

  • RE: How to stop developers from creating objects in master database

    dreamthebest (11/13/2009)


    Isn't there any way to create DDL triggers in system databases.

    The idea of changing the default database is good but there are lots of logins and it...

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

  • RE: Attach/Dettach - automate

    If you go for the alter database..modify file method, (which I recommend) you will need to offline the database first and bring it back online once you have moved the...

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

Viewing 15 posts - 3,196 through 3,210 (of 4,745 total)