Forum Replies Created

Viewing 15 posts - 2,701 through 2,715 (of 6,486 total)

  • RE: Possible new DBA position leery of the 'test'

    Jeff Moden (7/2/2008)


    You didn't know it was a mostly ETL job going in? Company either made a mistake or weren't getting any responses to begin with so changed the...

  • RE: How to write CROSS JOIN using subquery?

    sead.j (7/2/2008)


    smunson (7/2/2008)


    Come to think of it, I realized this wasn't all that hard if a table variable is ok...

    Try this on for size - I have no NORTHWIND available,...

  • RE: finding groups of related data

    Sounds to me you'd be best off with a "parts classification" process, which you could then codify into a "generic" part number to see all of the equivalents. As...

  • RE: Non sargable mightmare

    Looks like some incredibly arcane lookup table that seems to be getting called recursively. My initial reaction would be - there has GOT to be a better way to...

  • RE: How to write CROSS JOIN using subquery?

    smunson (7/2/2008)


    Matt,

    I by no means advocate a loop solution, but was just trying to get the OP to come clean on the whole deal instead of feeding it in piecemeal....

  • RE: How to write CROSS JOIN using subquery?

    smunson (7/2/2008)


    Really? Perhaps you need to restate the problem. What it appears you are asking for is a solution to a general class of problem: ...

  • RE: How do I get accurate percentages?

    Education of your user base....

    Even with the excellent advice from Gus - enough detail records being rounded off will STILL introduce those occasional "issues", even if you're maintaining...

  • RE: Congratulations to Our New MVPs

    Woohoo! That's awesome! Good for both of you! Definitely some great choices in the MVP category this go-round!

  • RE: Case statment in Derived Column

    alorenzini (7/1/2008)


    Is there a way to created a derived column expression based on a Case Statement or how would I convert it into a appropriate expression?

    code:

    UPDATE newvolume.Volume

    SET PaidAtLevelXID =...

  • RE: How to remove dates from a date without returning nothing

    All right....I'll spare you the comment (been there done that got the Duhh t-shirt on right now!)...

    that being said - I'm thinking you want to read through this article -...

  • RE: One function causes CPU 100

    Jeff Moden (7/1/2008)


    Ross McMicken (6/30/2008)


    I would love to improve the vendor package I support, but management won't let me unless I can convince the vendor to make the change. Which...

  • RE: VB.Net or C#.Net

    Stephanie Giovannini (7/1/2008)


    This article was the piece de resistance in my push for C#:

    http://www.codeproject.com/KB/dotnet/CSharpVersusVB.aspx

    I have to disagree with you, not at your conclusion, or your personal choice, but at your...

  • RE: The T-SQL Quiz

    All right - no problem. Under those circumstances - mine is actually the slowest of the three methods, then Brother Itzik's, with the fastest being the cross join. ...

  • RE: The T-SQL Quiz

    You're right of course - here's an actual useable version. This would create a temporary numbers table (1M rows), with the requisite index to make it all worthwhile...

    drop table...

  • RE: The T-SQL Quiz

    you mean the extra comma? ...hehe...:D

    Let me go correct that

Viewing 15 posts - 2,701 through 2,715 (of 6,486 total)