Viewing 15 posts - 451 through 465 (of 2,469 total)
No you cannot - why would you want to do this anyway ?!
March 29, 2006 at 9:36 am
You could create another table with an identity column and do a "select distinct..." into it...
March 29, 2006 at 9:26 am
Focus on the +ves...think of all the fertilization benefits...
March 29, 2006 at 9:11 am
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...
March 29, 2006 at 9:00 am
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...
March 28, 2006 at 6:48 pm
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...
March 28, 2006 at 9:42 am
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...
March 28, 2006 at 9:25 am
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...
March 28, 2006 at 9:19 am
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
March 28, 2006 at 8:43 am
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...
March 28, 2006 at 8:37 am
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..
March 28, 2006 at 7:32 am
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...
March 28, 2006 at 7:21 am
...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...
March 27, 2006 at 8:36 pm
see if this is what you need!
March 27, 2006 at 8:10 pm
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.....
March 27, 2006 at 8:02 pm
Viewing 15 posts - 451 through 465 (of 2,469 total)