Viewing 15 posts - 55,696 through 55,710 (of 59,072 total)
Heh... if you find the "other guy", give him a punch in the nose for me, huh ![]()
I agree with Michael... step 1 should...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2007 at 10:20 am
I'm thinking there better be a reference in the two tables that directly relates the rows, as well... ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2007 at 9:47 am
The reason we need to see the rest of the table's definition is because we need to identify a column with some...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 21, 2007 at 9:37 am
Those are all good suggestions and I'll suggest a bit more to go with those... put the Archived years in their own "read only" database, back it up once, and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 5:52 pm
Susan,
Please post what you figured out... thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 5:11 pm
Y-e-e-e-o-o-ow! Cursors, Ali? You don't need cursors for this... James and Tomm are correct... import the whole file into a very wide staging table and then have a process for...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 5:03 pm
Guess I don't understand... Oleg's code seemed to work fine for all conditions according to what the OP wanted... here's the code again...
select
replace(ltrim(replace(data,'0',' ')),' ','0')
from @Temp
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 4:57 pm
That's cool... you should post the site in the Jobs forum with that info... you'd be surprised at how many bites you get. You can even do it a couple...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 8:15 am
Heh... I guess I'll never understand that...
Rainer, what say thee? It's always an interesting topic... why is it that your users are allowed to create views without going through...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 8:13 am
Yep, kinda figured that... was hoping you would post the actual record layouts...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 8:07 am
Heh... kinda what I thought... some things just don't change. Thanks Michael.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 8:05 am
You still haven't said what the cursor is for, though ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 7:56 am
If it takes 4 minutes to open such a simple cursor, you still think cursors are good for something?
I did't get much from...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 20, 2007 at 7:55 am
1. It's a cursor
(Seriously)
2. It's XML
(Pretty sure cursors and XML don't get along so...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2007 at 10:51 pm
Go to edit a post and then click on the delete button at the bottom...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 19, 2007 at 10:47 pm
Viewing 15 posts - 55,696 through 55,710 (of 59,072 total)