Viewing 15 posts - 7,276 through 7,290 (of 11,678 total)
I forgot:
if the source and destination table are on the same server, you can replace the DELETE statement with a trigger as an alternative.
April 19, 2012 at 11:29 pm
Don't forget to do the parameter mapping in the OLE DB source:
SSIS – Pass a variable to a OLE DB Source in a Data Flow
[/url]
This can be a bit buggy...
April 19, 2012 at 11:28 pm
Charmer (4/19/2012)
but some times i see the columns have spaces in front of the values.....in this case i hope i...
April 19, 2012 at 1:35 pm
Stefan Krzywicki (4/19/2012)
I'll seek permission to get it installed. This is just development assistance, right?...
April 19, 2012 at 1:33 pm
It's not really efficient to join on two different datatypes.
Ideally you would convert to char column to varchar or vice versa.
The behaviour of SQL Server and white space can depend...
April 19, 2012 at 3:33 am
Charmer (4/19/2012)
Koen Verbeeck (4/19/2012)
sam.dahl (4/19/2012)
hmm, maybe I was encountering tab characters. If the SQL trim removes tabs that would be consistent with what I saw.
The problem is that MSDN is...
April 19, 2012 at 2:48 am
Mikalina (4/19/2012)
But how can one see the package process when running it with DTEXEC? I mean which task ended, which...
April 19, 2012 at 1:36 am
Mikalina (4/19/2012)
I sure did run some selects, the main table seems fine and so is row...
April 19, 2012 at 1:17 am
suresh.arumugham (4/18/2012)
I have to establish a VPN connection to a remote server first, then connect SFTP to transfer files from there. I am able to connect the VPN in SSIS...
April 19, 2012 at 12:54 am
SQLRNNR (4/19/2012)
There needs to be more questions on isolation levels.
Looking at the current score, certainly. 32% for Read Committed.
If Snapshot Isolation was one of the answers, I would understand a...
April 19, 2012 at 12:51 am
I wouldn't use a For Each, but a for loop, as you know upfront how many batches of 500 rows you need to transfer.
In the OLE DB Source, I would...
April 19, 2012 at 12:49 am
robsindle (4/18/2012)
SQLEXPRWT_x64_ENU.exe
Does that contain all we need to install it on a 64-bit server...
April 19, 2012 at 12:43 am
Mikalina (4/19/2012)
I didn't build this...
April 19, 2012 at 12:38 am
sam.dahl (4/19/2012)
hmm, maybe I was encountering tab characters. If the SQL trim removes tabs that would be consistent with what I saw.
The problem is that MSDN is not really explicit...
April 19, 2012 at 12:25 am
Viewing 15 posts - 7,276 through 7,290 (of 11,678 total)