Forum Replies Created

Viewing 15 posts - 54,886 through 54,900 (of 59,067 total)

  • RE: Query Optimization in SQL Server

    There are two different strategies... one is the system... cache, I/O, memory, load balancing, splitting TempDB for each CPU, etc, etc, ad nausium.

    The other is the techniques used in the actual queries...

  • RE: find data type of a field in a select

    Ninja's_RGR'us (9/24/2007)


    As I said, while IT DOESN'T help for this case... that function has a lot of good info...

    :).

    Ah...  got it... thought you'd stumbled into something cool.  Thanks, Remi.

  • RE: find data type of a field in a select

    noeld (9/24/2007)


    Honestly I don't understand how much faster do you get when BOL has the "return type" and is very easy to bookmark/use 😉

    Yup... I agree... said something similar above.

  • RE: Oh, HELL NO!

    I just check the posts that have changed...

    How do you do that?  That would be most useful to me...

  • RE: Oh, HELL NO!

    ... or ...

    "The answer is always 'NO' unless you ask"  😉

  • RE: find data type of a field in a select

    Which property of COLUMN_PROPERTY do you ask for to determine the datatype of a column and how do you use it on a system function like @@ServerName?

  • RE: Whitepaper for developers

    Heh... you mean other than hiring someone who actually "knows" SQL?  (Just having a bit of fun, Kenneth 😉 )

    There are a couple of dozen articles on this forum about...

  • RE: Creating tables in tempdb

    Heh... I was mostly referring to the entire process.  For example, If headers are present in the data, they must have the same number of delimiters as the data or...

  • RE: Oh, HELL NO!

    YEE-HAH!  Now THAT's what I'm talking about... just received the new email response and it's a beautiful thing!  They look like this now and it's perfect...

    Sql Server...

  • RE: Query Performance

    I'll second that... due to a 3rd party bit of software :alien:, we have hundreds of "usage" databases on one server... they all talk fine with each other with no...

  • RE: Oh, HELL NO!

    Mr. Cranky Poopy Pants?  Well, that "depends"... 😛

  • RE: Oh, HELL NO!

    Heh... If you couldn't tell, I was ticked about this particular problem a wee bit more than the others 😀  Ol' dogs CAN learn new tricks... we're just tired of...

  • RE: txt file importing

    Muhammad Furqan (22/09/2007)


    ok, some sample data

    randomdata;10/10/2007;randomdata;randomdata;

    Column1;Column3;Column5;Column4;Column2;

    jk adkshfjhjkfhsajkfh sda;sdfs dfasdfsda;fsdaf sadfadsfsda;

    dsf;sdf;sdf;sdfds;sdfsd;

    So, here is the description.

    First line, i dont want it to be in the table, but contains date that i want...

  • RE: High sal from table

    Sounds a whole lot like interview or homework questions... would have loved to see the reply... "What have YOU tried?" 😀

  • RE: How BCP Utility can help performance

    ...And, BULK INSERT, even with the use of a format file, even beats BCP.  That's because BULK INSERT is a wee bit less functional than BCP... for example, BULK INSERT...

Viewing 15 posts - 54,886 through 54,900 (of 59,067 total)