Viewing 5 posts - 1 through 6 (of 6 total)
Nevyn (2/3/2014)
Here is the basic problem. By trying to set you variable to a connection name via expression,...
February 3, 2014 at 11:24 am
This is what i meant -
SSIS Connection manager name = SQL_DBASE
SSIS String str_managerName = SSIS Connection manager name: Can you do this dynamically in SSIS ?
January 31, 2014 at 2:25 pm
Eric M Russell (1/31/2014)
ShinyBaldHead (1/31/2014)
I tried 'USE MaximDB' before my SQL statements and the SSIS package worked. I wonder why.Perhaps are your connection settings being overridden by config file?
There is...
January 31, 2014 at 1:03 pm
I tried 'USE MaximDB' before my SQL statements and the SSIS package worked. I wonder why.
January 31, 2014 at 11:54 am
GilaMonster (1/31/2014)
If the table is not in the user's default schema nor is it in dbo, you'd need to qualify the table name with the schema name to access it.
I...
January 31, 2014 at 11:06 am
Viewing 5 posts - 1 through 6 (of 6 total)