Viewing 15 posts - 18,586 through 18,600 (of 19,564 total)
I am not certain I follow your question.
The code does do a select top 26, and then an additional insert after that for 27. The insert for 27 is...
December 21, 2009 at 3:06 pm
Carlos Pereyra (12/21/2009)
Any reason why you're not using alter table alter column?as in alter table mytable alter column my column bigint?
Carlos.
The best answer is - as a safeguard - but...
December 21, 2009 at 1:15 pm
Gus has some valid points. Amongst those is the double posting. When posting the question, if you double post - it will just add to your frustration as...
December 21, 2009 at 1:12 pm
Given the updated information, the solution provided by Lynn is what you need.
Curse you Lynn for beating me to the punch again 😉
December 21, 2009 at 1:09 pm
Lynn Pettis (12/21/2009)
Joe-420121 (12/21/2009)
1. Create Table [backup12212009] with BIGINT Indentity
2. using SSIS export data from old table to [backup12212009]
3. Delete old table
4. Rename backup12212009
Can do as...
December 21, 2009 at 1:03 pm
Lynn Pettis (12/21/2009)
How many more ways can the same question be asked?http://www.sqlservercentral.com/Forums/Topic837454-148-1.aspx
http://www.sqlservercentral.com/Forums/Topic837318-148-1.aspx
http://www.sqlservercentral.com/Forums/Topic837385-338-1.aspx
Sounds like a riddle - are you plucking petals from a flower as you count the ways? I...
December 21, 2009 at 12:52 pm
Or look at the other thread on that rahulsony111 started
http://www.sqlservercentral.com/Forums/Topic837454-148-1.aspx#bm837479
December 21, 2009 at 12:43 pm
Lynn Pettis (12/21/2009)
CirquedeSQLeil (12/21/2009)
December 21, 2009 at 12:38 pm
Thanks Gus. I was hoping for that kind of response.
Along the code copy comment - It would be nice to be able to use the ifCode for SQL code...
December 21, 2009 at 12:36 pm
I'm curious what the need is to convert a date to a Number. I would leave the date as one of the datetime datatype in sql 2005.
Now to get...
December 21, 2009 at 12:33 pm
Viewing 15 posts - 18,586 through 18,600 (of 19,564 total)