I have a SSIS package built in Business Intellegience Development Studio which have both source and destination database specified. Now I want to use some variables to parameterize the database connec
Is there anything similar to global variable in SSIS? I have 4 variables (FromAddress, ToAddress,...) which will be used in all packages (32).
I want to populate a star schema / cube in SSIS / SSAS. I prepared all my dim开发者_开发问答ension tables and my fact table, primary keys etc.
we have this problem : in sqlserver 2005/2008 we create some new tabl开发者_C百科es with an integer identity column as the primary key : [Id] [int] IDENTITY(1,1) NOT NULL.
I want to transfer HTML from my app to the iPhone mail application. I already have the HTML text - lest say <span style=\'color:red\'>Test</span>
This question already has answers here: Still Reachable Leak detected by Valgrind (5 answers) Closed 7 years ago.
Im runing a SISS that read several txt with some data, the first 50 files went fine, but, when I get to december data I get this error:
If I set pre-compile script into bi开发者_运维百科nary code to true I get error saying \"The task is configured to pre-compile the script, but binary code is not found.\"
I have a SSIS 2008 script component which is setup as a transfo开发者_如何学Crm (so it has an input and output), and what I want to do is take 1 row in an input and optionally output multiple rows.
I want to be able to configure the \'RowDelimiter\' and \'HeaderRowDelimiter\' values used by my Flat File Connection Manager using my XML configuration file.