Forum Replies Created

Viewing 15 posts - 10,201 through 10,215 (of 18,923 total)

  • RE: Newbie question - loop thru all tables and create columns

    Ya anytime you build something like this make sure you manually run it once, then after all the bugs are gone you can set up an sp with dynamic sql to...

  • RE: Auditing a "drop procedure"

    No need to have a reason Brian.  I'm just not used to that fact that's all there is to it ...  especially when someone...

  • RE: Set up daily trace

    Can you post the final script you used?  That'll help someone else who stumbles on that thread in the future.

  • RE: Auditing a "drop procedure"

    Lol, feels strange to see that everyone knows my name... even if I changed my nick a few years back .

  • RE: Identity Column

    Just curious, why did you need to have an order on the ident column???

  • RE: Identity Column

    Not if the indentity order needs to be different than the clustered index.  In that case you always have to do some extra work.

  • RE: Auditing a "drop procedure"

    If you don't have auditing in place you need a log reader.  That assuming that you have log backups going that far in the past.

     

    In 2005, you can use the...

  • RE: Tame Those Strings - Finding Carriage Returns

    Nice article.

     

    So what's the next tame those strings article in this serie?

  • RE: Refreshing "Sysdepends"

    I haven't checked that in a long while... maybe it's possible, but my current conclusion is do NOT rely on that table.  Even Microsoft warns us that you can't rely...

  • RE: Data At Home

    And here's our winner .

  • RE: Clustered Index and Insert

    Ya nice catch.

    RUN DBCC CHECKCONSTRAINTS to see if there are any other tables in this situation.

    That can happen if a constraint was added without full validation, or if it was...

  • RE: The 400,000 Member Milestone

    Ya that's a not so obvious anti-spam trick... maybe it was a little overkill in this situation however .

  • RE: Clustered Index and Insert

    Is there any way you can create a new database and export those 2-3 tables there.  Then backup the data and send it to me so I can check it...

  • RE: Uninstall just BOL

    Thanx .

  • RE: Global Talent

    "Sooner or later, maybe those countries will outsource their work back to US !!"

     

    I think that it'll be outsourced to Canada first so it looks like I'll be working for...

Viewing 15 posts - 10,201 through 10,215 (of 18,923 total)