Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 6,486 total)

  • RE: SELECT * and subtract a couple of fields?!

    Keep in mind that there's another trick, which doesn't include cut or paste.

    Type in

    Select * from Mytable

    highlight the above, then right-click and "Design query in editor". Click Ok...

  • RE: IF (COLUMNS_UPDATED()) ???

    ALZDBA (4/1/2008)


    Indeed, changes to the underlying table's column order will make a bitmapped trigger buggy, and there is no way you can avoid it becomming buggy ...

    Best is to seal...

  • RE: A Scary Comparison

    matt stockham (4/2/2008)


    My (limited) understanding was that the NS functionality was going to be moved into Reporting services. Whether that functionality changes or requires a different edition I couldn't...

  • RE: How to join a table-valued Function

    J (4/2/2008)


    Sergiy (10/17/2007)


    Mike,

    unfortunately there is no such thing as "CROSS APPLY" in MS SQL 2000.

    In MS SQL Server 2000, you can get a cartesian product simply like this

    J -

    Note...

  • RE: Reporting Services Licensing question

    Lisa Slater Nicholls (4/5/2007)


    hi Kathleen,

    I'm not from MS and this comment isn't specifically about your licensing structure... but...

    >>

    I was on an interview recently and talked about our report solution...

  • RE: CTE question

    It's just a tad bit messy. Performance issue prone from what I can see. It evokes building Excel files from macros, etc.... Hard to troubleshoot, etc...

    I guess...

  • RE: Setting multiple values

    before you go singing my praises -

    Sadly - the definition of Proper case IS "every word starts with upper case letter, and then lower case". So - it's...

  • RE: CTE question

    Jason Selburg (4/2/2008)


    Jeff Moden (4/1/2008)


    Antonio...

    When you say ".RDL", are you talking about a "CLR"?

    No, I'll bet he's dynamically creating the .RDL (Reporting Services Definition) files on the fly. 😀

    (shiver)

    Did someone...

  • RE: CLR Code to run Generic Command Prompt Commands

    Marios Philippopoulos (4/2/2008)


    Add the sphere calculation as a direct calc, and "go for the million"

    Hi Matt,

    Can you post the script you ran to get these results?

    Here you go:

    SET NOCOUNT ON...

  • RE: CLR Code to run Generic Command Prompt Commands

    Marios Philippopoulos (4/2/2008)


    The interesting thing I saw was that in .NET - PI() is a constant, whereas PI() in T-SQL is a non-precise function, and POWER() seems to suck as...

  • RE: Problem with Join/Where

    Try using the new ROW_NUMBER() feature

    ;with PatientvisitCTE as (

    select appointmentID,

    pt_id,...

  • RE: CLR Code to run Generic Command Prompt Commands

    Jeff Moden (4/1/2008)


    Thank you, Matt! You beat me to it!

    No problem - but I guess I need to stay impartial in my "referee" role. That was your "free...

  • RE: HOW TO USE A SUM FUNCTION IN A UPDATE QUERY

    The inner query is missing a FROM, and the group by would need to move into it. You should then make it a derived table and move it to...

  • RE: A Scary Comparison

    Jack -

    I'm hoping you're not including SSNS in the list? 'cause Notification services is going the way of the Dodo bird.... And that's not just from Standard...

  • RE: Generate Scripts that work?

    Look at the scripting options - a lot of that "junk" you mention can be turned off. Of course - as has been mentioned - not all of it...

Viewing 15 posts - 3,841 through 3,855 (of 6,486 total)