Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: default date format

    quote:


    quote:


    Quick brainteaser for our beginning DBA's: what's the quickest method to strip out...

  • RE: Wild card join

    Instead of joining on a wild card, can you use either an embedded description or a key for the wildcard phrase?

    An embedded description would look like the following (assuming that...

  • RE: String Concat in Group

    I have to do this often for reporting purposes; it ain't easy, but this is relatively effecient (even though it uses both cursors and temp tables -- YUK).

    --Example creation and...

  • RE: Running Query batches in stored procedure

    "That won't be a good idea if you have 25 columns in the table and you need 24 of them selected. I will rather drop the column I do not...

  • RE: Linked Servers

    Hey Shas

    If the login that you are using to connect to the linked server has the appropriate permissions, then anything is possible. it all depends on how the servers...

  • RE: default date format

    JV,

    The nice thing about CONVERT vs CAST is that CONVERT supports a wide range of style codes as opposed to CAST.

    See the BOL for a fuller explanation, but ultimately, it...

  • RE: BULK INSERT & Text Qualifier

    To be honest, it sounds more like a business relationship problem rather than a programming problem; how good is your relationship with this vendor? All of the solutions below...

Viewing 7 posts - 1 through 7 (of 7 total)