Forum Replies Created

Viewing 15 posts - 586 through 600 (of 2,469 total)

  • RE: ISNUMERIC() bug?

    same starcast - different movie - this the thread you were looking for...?!?!







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

  • RE: problem while inserting data into a table using stored procedure in master database

    As people above have pointed out - you should always use fully qualified names as best practice anyway...

    "dbName.dbo.tblName"

    Having said that, I don't understand why you're creating tables through stored procedures...







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

  • RE: If column exists?

    please do not cross post - follow the thread here







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

  • RE: If column exists?

    Here's one way that I could think of - this is not tested and you'll have to work on it, but here're the steps:

    1) Select into your "Project01tmp" table the...







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

  • RE: Lenght of a string

    Here's one example from BOL...

    USE pubs
    GO
    SELECT length = DATALENGTH(pub_name), pub_name
    FROM publishers
    ORDER BY pub_name
    GO
    

    And just in case you want to find what the max length for the specified column in...







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

  • RE: problem while inserting data into a table using stored procedure in master database

    Sridhar - could you please provide more information...

    1) post the 2 procedures that you're using.

    2) you say the first one works - if you use QA to connect to the...







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

  • RE: Have an Extra Beer!

    I read this "study" too...

    The benefits of red wine have been touted for a long time now...for me, nirvana's an evening of wine, bread & cheese.......with either a great...







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

  • RE: Epoch time

    whatever happened to the restrained sangfroid that the Brits are famous for ?! Must be the influence of those people across the channel!!!!







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

  • RE: Epoch time

    NO NO D.Burrows - YOU are on the pedestal - I put you there (along with several others I'm sure...) - now you just need to make sure you stay...







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

  • RE: Is it Possible to insert an "IF EXISTS" statement within a Cursor

    john - why don't you post the ddl & sample rows from your 2 tables...can't test this but if you try something like this, it should work...

    SELECT A.ID, B.ID,...







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

  • RE: Epoch time

    An alternative certainly - but not quite the elegant minimalistic solution that I've come to expect from you...

    just goes to show that a pedestal is a very precarious place to...







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

  • RE: Is it Possible to insert an "IF EXISTS" statement within a Cursor

    John - if what you've posted is the full extent of your procedure, why not use a left outer join instead ?! why use a cursor at all ?!

    edited -...







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

  • RE: Does anyone have an idea about this problem

    Milind - I lost the link but this was one of the solutions posted on another site for a similar error...see if implementing these 2 suggestions help!!!

    "Mke sure that you...







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

  • RE: Update of table does not return control

    Olivia - could you please post your update statement as well as some sample rows from your table...

    Also, when you test this in QA does it work w/out errors ?!







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

  • RE: Error in procedure

    maybe a user-defined variable name in code ?!?!?!?!

    Rajesh - could you please post your procedure for someone to look at ?!







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

Viewing 15 posts - 586 through 600 (of 2,469 total)