Viewing 15 posts - 9,541 through 9,555 (of 11,676 total)
You could get all the files from the folder using a script task (use DirectoryInfo). Store these in a SQL table.
Retrieve them again using a SQL SELECT statement with an...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 20, 2011 at 12:28 am
Right click on the control flow. Choose package configurations. Tick the checkbox at "Enable Package Configurations".
Click Add. In the editor, choose Parent Package Variable from the dropdown menu. Type the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 20, 2011 at 12:24 am
I just explained in another topic how such a thing can be done with standard components:
http://www.sqlservercentral.com/Forums/Topic1096064-148-1.aspx
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 20, 2011 at 12:19 am
Here is a pretty decent article:
http://www.ssistalk.com/2007/03/09/ssis-using-a-checksum-to-determine-if-a-row-has-changed/
(Googled on SSIS checksum transformation. 2nd result)
I would however advise you to just dump the SCD component, it is not peformant at all, which you...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 20, 2011 at 12:12 am
Here you go:
http://msdn.microsoft.com/en-us/library/ms345179.aspx
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 20, 2011 at 12:05 am
Allright, I tried it out myself. I have an Excel sheet with a space in the name.
I can select the correct sheet from the dropdown, but I can't do a...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 11:59 pm
This was a bit easy 🙂
Find the answer by elimination...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 11:38 pm
OK, just to get things straight.
You are using .xls with the JET provider.
Everything works when you use the sheetname TEST, but the package fails when you use the original sheetname,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 2:54 pm
imani_technology (4/19/2011)
I'm using SQL Server 2008 R2 and Excel 2007. I hope this helps.
So, if I'm not mistaken, you are using a .xlsx file, right?
If yes, you should use...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 2:42 pm
Brandie Tarvin (4/19/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 12:38 pm
dg227 (4/19/2011)
Though the approximate file size(s) wasn't noted
About 2000 records (about 8 posts ago). Not really large, unless there are 500 columns 😀
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 12:31 pm
Brandie Tarvin (4/19/2011)
Koen Verbeeck (4/19/2011)
CELKO (4/19/2011)
... avoid needless dialect and...
What do you mean exactly? SQL dialects? Why not? This is a SQL Server forum, so there's nothing wrong with some...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 12:12 pm
The package already fails at validation. Does the package has permission to access the folder where the Excel file is stored?
The Excel file isn't locked by another process?
This may sound...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 12:03 pm
CELKO (4/19/2011)
... avoid needless dialect and...
What do you mean exactly? SQL dialects? Why not? This is a SQL Server forum, so there's nothing wrong with some little T-SQL here and...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 11:46 am
imani_technology (4/19/2011)
SELECT [POS Report-XXXX BRANDS-YYYYYYYY$].*
FROM ...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 19, 2011 at 11:41 am
Viewing 15 posts - 9,541 through 9,555 (of 11,676 total)