Viewing 15 posts - 11,266 through 11,280 (of 11,676 total)
To give some sort of general definition of SSIS:
SSIS is an ETL tool. If you don't know what ETL is, search it on wikipedia.
It reads data from a source, then...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 9, 2010 at 8:36 am
Well, the problem is quite obvious and the error message is quite clear:
no excel support for 64-bit. So it is not an error, it is by design 🙂
Luckily, the solution...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 9, 2010 at 8:32 am
You can't dynamically assign tables to a data flow. SSIS will mess up the metadata, which results in the errors that you saw. A data flow has to be static...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 8, 2010 at 8:28 am
Hugo Kornelis (7/7/2010)
UMG Developer (7/6/2010)
I'm a little surprised that so many people have gotten it correct so far, but that may be because of the copy, paste, F5...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 7, 2010 at 2:41 am
Nice question to point out the difference between temp table and table variable, but a little more explanation would be helpful (such as a link to a BOL article).
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 7, 2010 at 12:45 am
As a junior BI consultant I'm still in the learning curve for SQL Server.
A few months back I was preparing a deployment of an ETL project that I wrote. I...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 7, 2010 at 12:23 am
Elliot is right, you can't do it with out-of-the-box components.
However, you can achieve it with smart T-SQL scripting.
Create a transfer list of all the tables that you want to load....
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 6, 2010 at 8:55 am
Sanjay-940444 (7/6/2010)
this question seems to be contradictory...
Can you elaborate?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 6, 2010 at 4:06 am
Theo-929802 (7/5/2010)
I actually gave up the excel solution.I switched to .csv and altering the package a bit made it work immediately. 🙂
I gave up finding a solution for the excel.
Going...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 5, 2010 at 7:51 am
Theo-929802 (7/5/2010)
Unfortunately, that's not the case. My server is 32bit and the 64bit Runtime value is already set to false.Any other solutions?
I was thinking the same thing. As your package...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 5, 2010 at 7:44 am
GilaMonster (7/4/2010)
'No backups' is not a position that any sensible company should ever be in, so, as an interview question it's a bit stupid.
Sometimes they ask stupid questions, just...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 5, 2010 at 7:39 am
You could write the exception stream to a temp/staging table.
Then, check the rowcount of this table and store the result in a variable. Use this variable in a precedence constraint...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 5, 2010 at 7:32 am
That simply means that the column with ID 6493 contains data that is larger than the length you specified.
You can either solve the issue by making sure that your source...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 1, 2010 at 2:22 pm
Great question about an undocumented feature!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 1, 2010 at 3:24 am
In Excel, 0 equals FALSE for boolean values, and any other number equals TRUE.
However, I believe that Excel stores a boolean default as -1.
So, theoretically, nothing is wrong with your...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 1, 2010 at 3:09 am
Viewing 15 posts - 11,266 through 11,280 (of 11,676 total)