Viewing 15 posts - 61 through 75 (of 108 total)
polkadot (5/13/2015)
Thanks Anshul, that right. I had to change variables scope to package level and error gone.
Cheers!...
May 14, 2015 at 3:07 am
uncle_boris (5/13/2015)
Then refresh the metadata of Flat File Destination.
Thank you for the reply. I can change the destination manager value ok but can you please let me know how I...
May 14, 2015 at 2:46 am
GF (5/12/2015)
We receive a files from different clients throughout the year.
These files contain at a minimum , company name and address. Not state or zip code
What...
May 13, 2015 at 3:14 am
Change the size of your column in Flat File Connection manager first.
Then refresh the metadata of Flat File Destination.
May 13, 2015 at 3:08 am
Ensure that the variable is of the correct scope.
May 13, 2015 at 3:03 am
Thanks for you help.
I was not creating or dropping table in the SSIS package.
Issue was - while loading the table, due to large amount of data table was getting locked...
May 11, 2015 at 11:25 pm
Step 1 - Load data from Source to Stage Table
Step 2 - Stage table to Main table (I am directly using the stage table in OLEDB source)
May 7, 2015 at 7:12 am
Agreed.
If it is VS 2012 or greater then we've project deployment available. So, that will be the best approach.
Also, no need for configurations ...as we've Environments feature available now.
April 24, 2015 at 4:54 am
Package 1 –
It is not a good practice to create a database and tables in SSIS packages.
I'll suggest if it is an initial load, create all databases and tables manually...
April 24, 2015 at 4:18 am
Please share some more details. Or a sample package if possible.
April 23, 2015 at 1:58 am
vignesh.ms (4/15/2015)
Hi There,is there any way to have a row count from Bulk Insert Task, like we do for data flow task?
Thanks In Advance
Try using the @@ROWCOUNT global variable.
BULK INSERT...
April 23, 2015 at 1:55 am
Great question, something new and quite useful.
April 23, 2015 at 1:36 am
If you don't have a calendar table or if you don't want to use a calendar table. Use CTE instead-
;WITH CTE AS
(
SELECT CAST('2015-03-01' AS DATE) as...
April 1, 2015 at 5:35 am
Easy way, Extract data in Execute SQL Task. Then use a For each loop container and place a DFT inside it.
Iterate thru extracted data and create Excel file for each...
March 26, 2015 at 12:26 am
Viewing 15 posts - 61 through 75 (of 108 total)