Forum Replies Created

Viewing 15 posts - 58,636 through 58,650 (of 59,048 total)

  • RE: are Synonyms possible in MS SQL SERVER 2000

    Create a view?  Nah... bad idea... 

    The 4 part naming convention is only a pain if you don't know how to use table aliases in your FROM clause or you're writing...

  • RE: Generating a text file

    I've gotta agree with Remi on this one... make the trigger mark the records or even save the records in a different table.  Then, have your scheduled job run a...

  • RE: Escription Function

    Steve, I thought your post was great!  I don't know about anyone else, but I'm always interested in undocumented features that have been discovered.

    I'm not in the business of hacking...

  • RE: Escription Function

    Very, very cool... I like it.

    Just so everyone is aware, though, this is a fairly weak form of encryption that contains it's own decoding key that changes based on the...

  • RE: problem upgrading a query from mysql to mssql

    "TheKing",

    Several solutions have been posted to your problem... did any of them do what you wanted? 

  • RE: Function for YTD calc in TSQL

    Nordest,

    There is no direct function and it depends on what you want...

    If you wish to use a SELECT to return all records for the year of the current date to...

  • RE: if field value numbers only then

    Never a shortage of "static "  It's what makes this fun!  You guys are the best!

  • RE: T-SQL Print Command help please

    Now, I'm blushing But I haven't caught you yet and that's even better

  • RE: T-SQL Print Command help please

    THAT's what I get for being in a hurry!  Thanks, Sushila...

  • RE: if field value numbers only then

    Concur with Chisholmd... it's a funny thread the manner of which seems to occur all too often and the original poster is driven away without an answer to the original...

  • RE: create table and populate

    I think what you are looking for is SELECT/INTO... it faster than any other method especially if you turn SELECT INTO/BULK COPY on...

    It creates the table on the fly fut...

  • RE: T-SQL Print Command help please

    Try this, instead...

    SELECT "This is a test"

     

  • RE: alter command help

    Why don't you just try it?

  • RE: if field value numbers only then

    HRen,

    You could certainly change the meat of this to a user defined function to, as they say, enforce an enterprise wide standard or if the output is required for something...

  • RE: Select next 100 rows

    Serqiy,

    That might work fine on small tables but I stopped the run after 37 minutes just trying to return the first page on my large table... here's the code...

    SELECT...

Viewing 15 posts - 58,636 through 58,650 (of 59,048 total)