Forum Replies Created

Viewing 15 posts - 10,321 through 10,335 (of 22,213 total)

  • RE: generate sql script

    You can use PowerShell in combination with the ability to generate scripts to do it for multiple databases. If you search Allen White's blog I know he has a script...

  • RE: io_stall_write_ms Vs AvgDiskSec/Write

    You're getting the stalls from the DMO. That's the thing to use.

  • RE: Are the posted questions getting worse?

    GilaMonster (10/19/2012)


    Sean Lange (10/19/2012)


    Is it just me or is the entire SSC site slow today? For me I can barely navigate anywhere. Each click is taking a couple minutes. No...

  • RE: Are the posted questions getting worse?

    Sean Lange (10/19/2012)


    Is it just me or is the entire SSC site slow today? For me I can barely navigate anywhere. Each click is taking a couple minutes. No other...

  • RE: io_stall_write_ms Vs AvgDiskSec/Write

    A stall isn't the amount of time it took to write to the disk, rather it's the time spent waiting during the writes to the disk. I wouldn't compare the...

  • RE: SQL Question

    I'm not sure this is a schema question. There are technologies within SQL Server that will allow you to track changes, such as Change Data Capture. I'd suggest those before...

  • RE: Titles & Taxonomies

    I'm sure I won't use the appropriate terms, but usually I've seen the break downs something like this:

    Junior DBA

    DBA

    Senior DBA

    Data Architect

    At my last place of employment they didn't have Data...

  • RE: Are the posted questions getting worse?

    Threadizens!

    Who will be at Connections in Vegas? Steve and I will be. Anyone else?

    And then, the week after is the Summit. Oi or is it Oy or do both apply?

  • RE: Downgrading version

    Microsoft doesn't support backward compatibility like that. However, you can try. You'd have to uninstall SQL Server and the install the older version. You'll want to test a backup and...

  • RE: Qusestion on delete job

    Blocking is a natural consequence of inserting and deleting data and can't be avoided. In order for the ACID properties of the transaction to be maintained, SQL Server must place...

  • RE: Save executed queries

    The way to get the queries executed on the system with the least amount of impact on that system is to use Extended Events. Just be prepared. You're going to...

  • RE: STATISTICS IO/TIME

    Abu Dina (10/18/2012)


    the most conflicts faced by me is key lookup in most of queries that i get time out

    Could this be considred a good hint to add some covering...

  • RE: DBA Interview Questions needed - Serious only please.

    CptCrusty1 (10/18/2012)


    UPDATE!!!

    Ok... We interviewed 2 candidates that seemed to have plenty of exp. C1 had 17 years of verifiable exp, checked his references, etc. Candidate 2 had FIVE...

  • RE: STATISTICS IO/TIME

    Why would you not trust the numbers? They're a good measure for performance. Understand, when you get to really complex queries, those measures actually can cause a performance hit. It's...

  • RE: Restore database

    Also, going forward, treat your database code the same way as developers treat application code. Put all your stored procedures (I'd say all your database objects) into source control. That...

Viewing 15 posts - 10,321 through 10,335 (of 22,213 total)