Forum Replies Created

Viewing 15 posts - 34,711 through 34,725 (of 39,903 total)

  • RE: Killed/Rollback

    I thnk you are probably ok with leaving it until you can reboot. I've had DTS jobs that I've killed from DTS as well as SQL and just let them...

  • RE: How to abort a running backup job?

    There are places where KILL will not interrupt the process. So if it takes a few minutes, be aware that it might be finishing something before it stops the backup.

  • RE: Storing User/Date Time on update

    The above advice is the best way. I've written a few articles on auditing SQL Server and this is what I typically do.

  • RE: Killed/Rollback

    If KILL won't do it, and I'd be sure to run it a few times, you have to restart the server.

  • RE: Am I underpowered? Where can I get aid to build configuration?

    netimpress.com. Brian Kelley has a performance tuning book. You can also search performance here. I'd go big in your case, maybe even contact MS and ask them for some help....

  • RE: Concerning old QOD

    I believe you are correct in that SQL needs to restart.

     

  • RE: QOD

    lepez, they are not visible any longer. We are looking to republish the questions and answers, so look for that soon.

     

  • RE: Question of the Day Answer Research

    I tend to agree. I'd hope that more people are concerned about learning and would think about it before testing in QA. Same for checking BOL before thinking or guessing.

  • RE: Shrink not happening... A mystery

    There are times this doesn't work because of the virtual log files. If you can't get it to shrink, try this script:

    http://www.sqlservercentral.com/scripts/contributions/26.asp

  • RE: Keeping QA Up To Date - Part 2

    That works great for the same server. Typically in this scenario, the backup is coming from another server, or being pushed to another server. Still this would help with identifying...

  • RE: SA PASSWORD

    I'm a little confused. What does this tool do? I've allowed the network admins to have the sa password as they have been my remote hands before, but only when...

  • RE: detach and attach

    When you detach, all transactions will complete or rollback. The update statistics is to ensure they are up to date before you detach.

  • RE: LOCKS !!!!

    There is no way to determine this after the fact. If you are getting deadlocks, use the hints above to setup a trace and look for them.

  • RE: String Manipulations

    Rather than search for the city name, what about searching for the state and then adding the comma before it?

  • RE: Performance Tunning SQL Selects

    Get the performance plan from Query Analyzer. CTRL-K should turn it on. Run your query and then look at the performance plan. It will clue you in to the sections...

Viewing 15 posts - 34,711 through 34,725 (of 39,903 total)