Forum Replies Created

Viewing 15 posts - 54,901 through 54,915 (of 59,078 total)

  • 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...

  • RE: how do you secure SQL against everyone?

    Now... THAT I agree with! 😀

  • RE: how do you secure SQL against everyone?

    If you're using windows authentication, then have the domain admins create a windows group for the developers and grant that access to SQL.

    Yeah... just not for access to the Production...

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

    Ya know... I actually get this one... there's been a couple of times that I've had to lookup the datatype for SysName and @@ServerName and the like just because I...

  • RE: Linked Server Performance

    No... sorry, I can't.  I've never had to connect SQL Server to an AS 400... 

    Lookup "DTS Driver Support for Heterogeneous Data Types" in Books Online... I believe these would be...

Viewing 15 posts - 54,901 through 54,915 (of 59,078 total)