Viewing 15 posts - 3,856 through 3,870 (of 13,877 total)
Which version of SQL Server are you using?
November 21, 2018 at 9:56 am
OK, not sure what to do next.
I have no trouble loading a table with a NONCLUSTERED columnstore index using SSIS OLEDB source and target, so if that's an option...
November 21, 2018 at 9:49 am
If you disable the OLEDBCommand, does the error stop happening?
If yes, you need to reengineer your package. Direct the 'changing' rows to a work table and then call...
November 21, 2018 at 9:30 am
irehman - Wednesday, November 21, 2018 9:09 AMSimply inserts the data from One SQL Table to another
So this is a dataflow with...
November 21, 2018 at 9:15 am
I'm using OLE DB connection in SSIS, which inserts the data into SQL Server Table....
November 21, 2018 at 9:06 am
November 21, 2018 at 7:32 am
The only viable workaround at the moment is using package configurations for the connections which are working.
Deploying the packages to SSISDB and using SSISDB environment references / variables...
November 21, 2018 at 7:23 am
November 21, 2018 at 5:51 am
I suggest that you create a new variable, with the expression
FINDSTRING( @[User::var_filename] ,"_0",1)
And then set a breakpoint on the first task in your foreach loop.
Run the...
November 21, 2018 at 5:25 am
November 19, 2018 at 11:40 am
November 19, 2018 at 9:43 am
you know that anybody who storing currency data is floating-point is committing a crime under EU and GAAP regulations.
@JoeCelko, I'd be interested to see a reference which...
November 19, 2018 at 8:26 am
November 18, 2018 at 9:07 am
Viewing 15 posts - 3,856 through 3,870 (of 13,877 total)