Viewing 15 posts - 316 through 330 (of 497 total)
Do you want to move data from Staging to Production or vice-versa? How are you identifying changed data...or is that what your question is? We need a bit more information...
January 16, 2014 at 6:50 am
This error message means that you are trying to run a 2005 SSIS package in a 2008R2 environment; is that the setup you have?
If you run the Package Upgrade Wizard...
January 16, 2014 at 2:19 am
DaveDB (1/14/2014)
DATEPART(dw,Datestamp) IN (1,7)))
Just one thing to watch out for DaveDB, the code above relies on your instance having Sunday as the first day of the week. That might not...
January 15, 2014 at 8:05 am
Ok, but your initial requirement was to run 3-4 copies of hte package at the same time; that's what I've been trying to give you a solution for. If you've...
January 15, 2014 at 7:50 am
I am not sure what you mean by your question.
Package configurations can be used to configure connection strings for the Connection Managers contained within your packages and those package...
January 15, 2014 at 3:11 am
Phillip.Putzback (1/14/2014)
January 15, 2014 at 2:55 am
Can a master package variable value be overwritten at runtime using the /SET option? I've never tried, but I see no reason why not in principle. If so then that...
January 14, 2014 at 7:07 am
Koen Verbeeck (1/14/2014)
January 14, 2014 at 3:55 am
Yes, if you have 3 steps in a job then they will execute serially.
It is possible to overwrite variable values contained in a config file at runtime by using the...
January 14, 2014 at 3:30 am
My instinct would be your option (A) because, from what you have said, Products are Services are different entities. What other attributes beside Description does a Service have and what...
January 14, 2014 at 2:29 am
Phil Parkin (1/12/2014)
Your error message suggests that you do not have the correct (or any) version of SQL Server Data Tools (SSDT) installed - please check that. It's not called...
January 13, 2014 at 9:52 am
So are you asking: "why does it take less time for SSIS to write data to a table than it does to export it to a .csv file?" ?
January 9, 2014 at 9:37 am
You could set a Breakpoint in your Script taskand step through the code until you encounter the error, possibly.
January 9, 2014 at 9:33 am
You may not be returning a row count, but you must be returning some rows using a SELECT statement, right, otherwise your Resultset will always be empty? All you need...
January 8, 2014 at 3:08 pm
Yes, you can do that. What is your Execute SQL task doing? If you are returning a count of the rows in the ResultSet as part of the SQL task,...
January 6, 2014 at 6:40 am
Viewing 15 posts - 316 through 330 (of 497 total)