Forum Replies Created

Viewing 15 posts - 52,561 through 52,575 (of 59,064 total)

  • RE: How do I add quarter to my dates table

    Nuts (2/12/2008)


    That exactly what I wanted

    Just curious... which way did you end up going exactly?

  • RE: Concatenate numbers to form a 7 digit string

    stricknyn (2/12/2008)


    Hello,

    Seems like this should be pretty straight forward, but its not working. I'm trying to build a string with 7 characters from a random statement:

    Declare @mn int

    Declare @mx...

  • RE: Concatenate numbers to form a 7 digit string

    I'm confused... I believe the cross-join is to generate a million rows... not to generate the 7 digits. Perhaps I was looking at the wrong post. Which one...

  • RE: Concatenate numbers to form a 7 digit string

    Michael Valentine Jones (2/12/2008)


    John Beggs (2/12/2008)


    I think you'll find that the difference between 1ms and 1ms is pretty negligible. Feel free to test for yourself.

    What boundary would you set...

  • RE: View running slow. Any issues with this query?

    Heh... proof again... performance is in the code... water cooled CPU's wouldn't have made that query run any faster.

    Nice job, Matt.

  • RE: Extract Issue (".0" added to values)

    Previews lie... not sure I'd take 100% stock in the preview any more than the trust I put in an estimated execution plan (which I don't trust at all ;)...

  • RE: TSQL: Computing Balance

    Heh... correct... there's always that "one time" that justifies the cold water you have running through the garden hose to baseplate of the CPU in your server 😉

  • RE: Compare two Identical tables

    Lookup_BI (2/12/2008)


    but despite many suggestions..My boss[:alien:] is still sticking with his decision.

    Crud... I've been there and done that... having a boss that wears a big ol' chip on his shoulder...

    Sure...

  • RE: Combine 2 Text Fields??

    Heh... perfect...

  • RE: Help with formating

    Greg,

    Would you post one of your emails that has the correct format, please? Be sure to use a code window (Click on "IFCode" in the menu of the edit...

  • RE: TSQL: Computing Balance

    antonio.collins (2/12/2008)


    this particular example is not a pure triangle as illustrated in your article. that's because the 'code' (account number) is used as the primary join article. so,...

  • RE: Compare two Identical tables

    Yeah, Matt... I was afraid it would be something of that nature... too bad.

    Micheal, I'm right there with you... compromise is to write code to generate static code. Have...

  • RE: Compare two Identical tables

    I took a look in BOL for Kishore's suggestion on using tablediff.exe.

    Lemme quote...

    The tablediff command prompt utility returns detailed difference information between two tables and can even generate...

  • RE: Bulkinsert

    You have to create a "share" to your directory... the share would be for the user that SQL Server logs in as... OR... if SQL Server was given super user...

  • RE: Getting Transaction ID

    felipe (2/12/2008)


    Hi Jeff,

    Please corrrect if I'm making any mistake, but I think SQL creates an unique ID to each opened transaction.

    If it exist, I need to get this ID number.

    Thank...

Viewing 15 posts - 52,561 through 52,575 (of 59,064 total)