Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,469 total)

  • RE: Stored Function Tables

    Whoa...don't know what kind of communications barrier this falls under but nobody was being rude - either politely or otherwise...they were just trying to explain that it is my "signature...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Restarting numbering when deleting tables

    well guess what...I brought the popcorn but was too rivetted to have any!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Stored Function Tables

    I was trying to understand the question since I hadn't heard of "Stored function tables"..UDFs - yes; stored procedures - yes; system functions - yes...hence my need for clarification!

    That being...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Stored Function Tables

    can you please expand on that question and give some sort of a context ?!?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Ethics

    "Matt Lauer has been co-anchor of NBC News’ Today since January 6, 1997. He joined

    Today in January 1994 as news anchor. From September 1992 to September ...

    In a June 2005...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Can sp_executesql return results into variables???

    In addition to BOL you may want to read this other post which addressed a similar issue..







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create Table from another''''s definition







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Search by Stored Procedure size

    but WHY the difference ?!?! Has it anything to do with our db collations ?!?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Search by Stored Procedure size

    okay - change the column from "text" to "ctext"..







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Search by Stored Procedure size

    sql 2k - sp4 - get the exact same error msg as farrell does..







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create Table from another''''s definition

    why don't you just create a view then ?!?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Search by Stored Procedure size

    reminds me of some commercials I've seen lately.."what frequency are you on" - to echo farrell - what version of SQL Server are you using Noel ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Create Table from another''''s definition

    You can script the table and then use find/replace to replace it with a new table name..that way you'd have an exact copy! Is that what you're asking ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Search by Stored Procedure size

    How about scripting them into individual files and checking file size ?!?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Delete duplicates records except 1st one

    this should get you all the first occurences...if it doesn't, please post some more sample data...

    select a.* from myTable a
    inner join
    (select min(pro_id) pro_id from myTable 
    group by pro_seq, pro_mix,...







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 376 through 390 (of 2,469 total)