Forum Replies Created

Viewing 15 posts - 241 through 255 (of 286 total)

  • RE: Ready Made Code Snippet Tool Box Courtesy of SCOM

    Nice work! do you have a link to download the toolbox?

  • RE: SQL Service Account

    Right! that would be a bad idea for sure! And it's easy to say ok it works now, and move on to the next problem/issue

  • RE: SQL Service Account

    Adam Haines (3/21/2008)


    Check the rights on the machine for the new account.

    Might need to give it more rights. Quick check is to add it to the local admin group...

  • RE: SQL Service Account

    Check the rights on the machine for the new account.

    Might need to give it more rights. Quick check is to add it to the local admin group on the...

  • RE: DBCC Shrinkfile & Shrinkdatabase

    If the database was using replication in production you may have to also mark the transactions as complete in order to be able to shrink the logfile.

  • RE: Timeout Expired Error

    Probably not access rights if you can connect some of the time.

    Maybe the query is taking too long to execute? Or network congestion?

    You can look at...

  • RE: SQL 2KDatabase performance slowdown

    Are you sure the problem is disk? I would recommend running perfmon and looking at disk queue length along w/ memory and processor. I know it sounds basic,...

  • RE: 2005 Unused indexes v2

    I ran into the same thing. There were some odd characters in the listing, might be from the web.

    At any rate here's my copy

    drop view vw_index_usage

    go

    create view vw_index_usage as

    select...

  • RE: 2005 Unused indexes v2

    Pretty good idea. One thing that might make it a bit more useful though, is to turn it into a sproc and allow the dbid to be passed in.

  • RE: DBCC checkdb file header corruption issue

    Paul,

    Exactly! I wasn't aware they were using netlib to encrtypt the data on the drive until I dug a little deeper.

    Thanks so much for your help! This one...

  • RE: SQL 2005 Data corruption issue

    Nope. No adding of drives or messing with the files.

    TLog backup wouldn't do any good, recovery model is simple.

    The odd thing is if I put the DB in single-user...

  • RE: The DBA Routine

    Andy,

    What a great post! It pretty much outlines how I spend my day when working as a DBA....

    Mark

  • RE: Monitoring Disk Space and Sending Alerts with TSQL

    I actually used this one in conjunction with xp_SMTP_sendmail can't remember the xact SProc name, but it's an add-in sproc, and it was quick and didn't add much load to...

  • RE: Monitoring Disk Space and Sending Alerts with TSQL

    Thank you Haidong!

    I know I've used this one, or some variation of it before in the past, it's very useful!

  • RE: The Certification Debate

    Steve,

    Wow!  Surprised you opened this can of worms!

    There are a ton of debates over Certifications vs. Degrees vs. Job Experience.

    What I've found is it all plays into the overall picture...

Viewing 15 posts - 241 through 255 (of 286 total)