Forum Replies Created

Viewing 15 posts - 826 through 840 (of 1,187 total)

  • RE: Creating blocks on purpose for testing

    David Webb (8/31/2009)


    If you do an explicit

    BEGIN TRAN

    then select, update or delete something, the locks obtained by the DML statement should be maintained until an explicit commit or rollback is...

  • RE: You Shouldn't Have Done That

    Like forgetting a WHERE clause on a DELETE statement.

    Been there, done that. Thank goodness it was a relatively small table, and I had a backup. But the nauseating feeling just...

  • RE: cast, convert and float!

    I just plain got it wrong because of the int @c, after focusing too much on confirming the 21 * 0.5 calculation. Good question in that it highlights rookie mistakes...

  • RE: Who created a new job on my server

    I think this is a fascinating and important thread - perhaps it can be made into an article.

    I also wonder - can you guys help the user set up something...

  • RE: Stored procedures

    Thanks, great question. Usually "great question" means one where I don't know enough to get it right, so I was happy to get this one right, and for the right...

  • RE: Copy flat file source settings to new SSIS package?

    Elliott W (7/9/2009)


    If you are starting fresh, you could just copy the package and rename it and then take out anything you don't need..

    CEWII

    Thanks. What if I started with a...

  • RE: Copy flat file source settings to new SSIS package?

    Alvin Ramard (7/9/2009)


    webrunner (7/9/2009)


    Alvin Ramard (7/9/2009)


    You can copy the connection manager from one package to another. I believe than should give you what you wanr.

    Thanks. Do you mean you...

  • RE: Copy flat file source settings to new SSIS package?

    Alvin Ramard (7/9/2009)


    You can copy the connection manager from one package to another. I believe than should give you what you wanr.

    Thanks. Do you mean you can right-click the...

  • RE: Timeout error running trigger update to linked server table

    Jack Corbett (7/7/2009)


    The procedure does not return a result set. The 0 or 1 is the RETURN value of the procedure. So you need to run it like...

  • RE: Timeout error running trigger update to linked server table

    Thanks for this information! I tried this command in master:

    sp_testlinkedserver [mylinkedserver]

    and got this response:

    Command(s) completed successfully.

    Not a 1 or a 0 as the documentation says are the possible responses.

    Does "Command(s)...

  • RE: Music for DBAs

    Tony Davis (7/4/2009)


    Comments posted to this topic are about the item Music for DBAs

    Disaster Recovery:

    Mannin' the Mirror (Michael Jackson, RIP)

    Maintenance:

    Upgrade (Beyonce)

    Storage:

    iSCSI of the Tiger (Survivor)

    Drive (The Cars)

    This is fun....

  • RE: transaction test!

    Great question. I lucked out by picking the right answer for the wrong reason: I mistakenly thought committing transaction T2 committed T1 as well, not that table variables ignore transaction...

  • RE: Becoming a DBA

    drnetwork (6/23/2009)


    Before I was a DBA I used to operate nuclear reactors for the US Navy. To be a qualified operator (in my case an EOOW) we had to (1)...

  • RE: Becoming a DBA

    TVR (6/23/2009)


    I think this is exactly why certifications are important.

    For instance, if the person pass the MCTS exam, that person should be "capable" of fulfilling a junior/intermediate DBA role and...

  • RE: Going Native

    Dan Guzman (6/19/2009)


    I'm a wizard man myself, as I've learned, I then take apart the wizard'd scripts and modify them, that way I get the best of both worlds, and...

Viewing 15 posts - 826 through 840 (of 1,187 total)