Forum Replies Created

Viewing 15 posts - 51,211 through 51,225 (of 59,072 total)

  • RE: Optimizing SQL Query

    Grant Fritchey (4/7/2008)


    By the way, from what I can see, GetMatricule is going to force the query to function like a cursor, running this select statement for each row in...

  • RE: T-SQL Help

    Uh, huh... several different ways in the following URL along with some performance pit-falls to avoid...

    http://www.sqlservercentral.com/articles/Test+Data/61572/

  • RE: Back door on Information_Schema

    It would be an aggregate query to sum all the CDRs (Call Detail Records for Telephone Billing) for a about 120 thousand customers in a 4-5 million row table. ...

  • RE: Back door on Information_Schema

    Steve Jones - Editor (4/7/2008)


    Yikes!

    Just put it in the Version Control script for database creation 🙂

    Hi Steve,

    As with Matt, I always appreciate it when you jump in on one of...

  • RE: Back door on Information_Schema

    Matt Miller (4/7/2008)


    That level of detail ain't going to help you much.

    Matt... thanks for the help. You're right, though... not a big fan of CLRs but could be convinced...

  • RE: Back door on Information_Schema

    Matija Lah (4/7/2008)


    Almost. If there's a view of the same name in the current database then the local view will be used.

    Thanks Matija Lah... I agree... that's why it's never...

  • RE: Back door on Information_Schema

    Matt Miller (4/7/2008)


    I know this is a REALLY ugly trick.... put "SP_" as the prefix. by doing that - it will go try to find the view in MASTER....

  • RE: How to split cells in table format?

    meghna.bhargav (4/7/2008)


    In sql , how it can be done?

    thanks

    Like I said in my previous post, I don't think spreading a single header over 3 columns can be done. I...

  • RE: How to split cells in table format?

    I don't know if it can be done in reporting services... header "cells" would need to be "merged" as if on a spreadsheet. I'm sure it can't be done...

  • RE: How to split cells in table format?

    Sorry... I'm still not getting it and I want to make sure... you posted the following...

    for item : A B

    ...

  • RE: join problem

    Sergiy (4/6/2008)


    I once improved responce time of the query from 10 s to under 1 s just by replacing NOT IN with NOT EXISTS.

    Don't remember exactly how many rows were...

  • RE: join problem

    rbarryyoung (4/7/2008)


    Well, NOT IN has had some bugs in SQL Server 2000, so that is certainly possible. They are mostly cleared up in Sql2005.

    What kind of bugs, Barry?

  • RE: Indexed View Sql Server 2005

    You will never get an INDEX SEEK using SELECT *... only index scans.

    My most sincere apologies... the comment above does NOT apply to INDEXED VIEWs.

    What matters is what you...

  • RE: What kind of DBA are you?

    rbarryyoung (4/6/2008)


    Jeff Moden (4/6/2008)


    Heh... I handed Babbage gears 😉

    Good one. 🙂

    I was serious about my Uncle though, he really did do all of that stuff.

    I have no...

  • RE: What kind of DBA are you?

    Either way, you're going to annoy someone!

    Not to worry... Anyone who actually takes the time to get upset at either isn't someone you have to worry about offending because, although...

Viewing 15 posts - 51,211 through 51,225 (of 59,072 total)