Forum Replies Created

Viewing 15 posts - 451 through 465 (of 2,469 total)

  • RE: new table in trigger

    No you cannot - why would you want to do this anyway ?!







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

  • RE: Select and grouping varchar column

    You could create another table with an identity column and do a "select distinct..." into it...







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

  • RE: Economics

    Focus on the +ves...think of all the fertilization benefits...







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

  • RE: insert new rows from another row

    You really do like that (very) handy Numbers table don't you...

    ..If you don't want to maintain a separate table and just want to...







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

  • RE: Test Your Knowledge

    oh I am so miffed -

    It's all about timing could well apply to Jeopardy as well...I did not realize that everyone (at least...







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

  • RE: How to de-dup values in a specific column?

    Could you pl. provide some more information...

    1) How many different values can be there in Col2 ?! What is the length ?!

    2) Is it always comma separated and are the...







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

  • RE: ERROR on create trigger statement

    Like so...

    SET IDENTITY_INSERT testscreen ON

    INSERT INTO del_screen(col1, col2, col3, date....)

    SELECT col1, col2, col3...getdate() FROM deleted

    SET IDENTITY_INSERT testscreen OFF

    ..however, it seems that all you really want to do is insert your...







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

  • RE: Economics

    While Steve certainly has cause to be tickled GPF2^ needs some "check up from the neck up"...

    ps:Then again I know that a lot of...







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

  • RE: Import all the db tables to Excel sheet

    For the last time...

    01000101-01101110-01100100

    01101111-01100110

    01100010-01110010-01100101-01100001-01101011-00100001

    01000111-01101111-01110100

    01110100-01101111

    01110111-01101111-01110010-01101011-0011101000101000







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

  • RE: Find The Next Identity Number After just deleted Idenity Number

    Not that I know of...BOL does say "Many DBCC commands can produce output in tabular form...This information can be loaded into a table for further use" - but I don't...







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

  • RE: Import all the db tables to Excel sheet

    01001001

    01110011

    01110100

    01101000

    01100101

    01110010

    01100101

    01100001

    01101110

    01100101

    01100011

    01101000

    01101111

    01101000

    01100101

    01110010

    01100101

    00111111

    ..this can get to be pretty addictive..







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

  • RE: Re:SQL server 2000 / S1010 function sequence error

    Several things - all suggestions since I'm not really sure what the source of this error is -

    1) You may want to check both EOF & BOF.

    "Use EOF after using...







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

  • RE: Economics

    ...and for all those that are on vacation and know this only because they log on to SSC in the evening instead of at the break of dawn...MY deepest sympathies...







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

  • RE: Stored procedure - Script (Role permissions)

    see if this is what you need!







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

  • RE: Find The Next Identity Number After just deleted Idenity Number

    If I understand the question correctly then DBCC CHECKIDENT ('tblName') is what you're looking for...I needed to use this recently because I wanted to reseed a column.....







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

Viewing 15 posts - 451 through 465 (of 2,469 total)