Viewing 15 posts - 3,346 through 3,360 (of 11,678 total)
Using your conditional split, you have one output for when the has changed. Connect this to a derived column and set the city column to NULL.
April 4, 2014 at 12:03 am
Megha P (4/3/2014)
ok...thanks..SSIS will be fast over script in case of different server data transfer?
Yes, because with scripts you would have to use linked servers. SSIS will be faster.
April 3, 2014 at 9:51 am
free_mascot (4/3/2014)
Are you using FILESTREAM?
FILESTREAM is for storing BLOB data, such as images or PDFs, not for storing the data in individual columns.
April 3, 2014 at 9:50 am
brad.mccollum (4/3/2014)
April 3, 2014 at 9:45 am
Abhijit More (4/3/2014)
File NameCol1Col2Col3Col4
File 1.xlsField1Field2Field3Field4
File 2.csvField1Field3Field2Field4
File 3.xlsField4Field3Field2Field1
File 4.tabField2Field4Field3Field1
The only constraint we faced here is using...
April 3, 2014 at 3:59 am
suba.sathyanathan 40131 (4/3/2014)
April 3, 2014 at 3:43 am
My guess is that when using the date parameter, there isn't an implicit conversion and the index is used.
Just a guess though 🙂
You should take a look at the query...
April 3, 2014 at 3:34 am
Megha P (4/3/2014)
Actually, we have tables with more than 150 columns and it's harder to manage it (insert) .so tables are denormalized now.
source and destination databases are on different server.
Thanks,
megha
If...
April 3, 2014 at 2:54 am
Can you write some pseudo code that illustrates what you are trying to accomplish?
April 3, 2014 at 1:45 am
Abhijit More (4/3/2014)
that pretty awesome Koen, but do you have any sample for reference.
No, sorry.
April 3, 2014 at 1:36 am
GilaMonster (4/3/2014)
Koen Verbeeck (4/3/2014)
GilaMonster (4/3/2014)
Jeff Moden (4/2/2014)
Koen Verbeeck (4/2/2014)
GilaMonster (4/1/2014)
April 3, 2014 at 1:20 am
If the databases are on the same server, you can use SQL scripts.
Make sure logging is minimized to reduce overhead.
What kind of performance issues were you having with the denormalized...
April 3, 2014 at 1:12 am
GilaMonster (4/3/2014)
Jeff Moden (4/2/2014)
Koen Verbeeck (4/2/2014)
GilaMonster (4/1/2014)
April 3, 2014 at 1:07 am
The book Microsoft SQL Server 2008 Integration Services: Problem, Design, Solution describes such a scenario.
Basically you do everything in a .NET script task.
You check the file type, choose the corresponding...
April 3, 2014 at 12:20 am
Viewing 15 posts - 3,346 through 3,360 (of 11,678 total)