Viewing 15 posts - 1 through 15 (of 25 total)
February 27, 2019 at 7:06 am
Thank you very much Jonathan!
I added the line and fieldname and no error whatsoever. So view shows data, but no additional column is showing. The query result (view) is...
February 25, 2019 at 12:19 pm
Phil Parkin (11/23/2016)
John Rowan (11/23/2016)
November 24, 2016 at 3:34 am
M'kay, well forget about issue 1. I had a good look into it and it seems to work completely different than the old DTS assembly. I gave it a try...
November 23, 2016 at 10:30 am
Thanks Phil and John. I choose the path of executing the dtsx packages through a stored procedure.
Meanwhile I made quite some progress. Got the SP working, so I began building...
November 23, 2016 at 9:23 am
Jeff Moden (11/2/2016)
Super_Grover (11/2/2016)
This is the largest table in the whole DB. [font="Arial Black"]The whole DB needs to be transferred.[/font]
The solution is pretty easy then. Don't try to write...
November 2, 2016 at 8:33 am
Okay, so I've been very busy at work with this case. Data migration is finished just in time but there's lot of room for improvements.
We ended up using this querie...
November 2, 2016 at 6:18 am
Okay we're trying to solve this but I'll mark Phil's post as solution.
Thanks again!
October 24, 2016 at 7:09 am
Phil Parkin (10/23/2016)
Usually, I would suggest that you specify all of the column names...
October 23, 2016 at 3:14 pm
Okay, so I created the temp table and populated it. No problem.
I altered the other script so that in my opinion it should work. But now it states that 'Column...
October 23, 2016 at 1:47 pm
Thanks again Phil. Yes I missed your point. Sorry for that.
Now with the extra code example I think it might be an excellent solution.
I'll start with it right away and...
October 23, 2016 at 12:16 pm
What I'm trying to archieve is something like this untested (and incorrect) code (just wrote it down)
DECLARE @counter INT = 0
DECLARE @RwCnt INT = @@rowcount
WHILE @counter <= @RwCnt
BEGIN
INSERT INTO SELECT...
October 23, 2016 at 9:57 am
Phil Parkin (10/23/2016)
Super_Grover (10/23/2016)
Phil Parkin (10/23/2016)
Is doc_number unique?
It is unique AFAIKS but it's not an unbroken sequnece. In other words: it does not stay in sync with the row numbers...
October 23, 2016 at 8:29 am
Phil Parkin (10/23/2016)
Is doc_number unique?
It is unique AFAIKS but it's not an unbroken sequnece. In other words: it does not stay in sync with the row numbers (doc_numbers are missing...
October 23, 2016 at 7:54 am
Eirikur Eiriksson (10/23/2016)
Super_Grover (10/23/2016)
I must transfer a big table (231k rows not that big, but 735GB big because of blob) to another location by INSERT INTO SELECT FROM...
It appears...
October 23, 2016 at 7:31 am
Viewing 15 posts - 1 through 15 (of 25 total)