Viewing 15 posts - 11,311 through 11,325 (of 11,676 total)
Robert Biddle (6/22/2010)
My...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 8:26 am
tmitchelar (6/21/2010)
vineet1234 (6/18/2010)
Among the matching rows we can use a Conditional...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 8:14 am
This is not the fault of SSIS. The completion precedence constraint checks the completion of the task (whether this is a SQL Server Agent task or another one). The task...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 3:36 am
You just can't compare two values if there are possible null values. You can compare null with "unknown", so your expression will fail sometimes.
So, either clean-up your input with isnull,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 3:31 am
You should set-up a configuration file or config table for each environment.
Then point to this config file/table with an environment variable (this has its advantages and disadvantages, but I'm not...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 3:28 am
I believe you forgot the table name in your query.
Personally, I think it is easier to store the SQL statement in a variable and then configure this variable with an...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 22, 2010 at 3:26 am
You use these three things to configure a connection dynamically in your package.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 21, 2010 at 7:15 am
Merge component: http://msdn.microsoft.com/en-us/library/ms141703.aspx
Merge Join component: http://msdn.microsoft.com/en-us/library/ms141775.aspx
I'm sure you can come up with an example yourself.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 21, 2010 at 7:12 am
Computers are dumb things. They do only exactly what you tell them to do, and nothing more.
You gave an expression, so SSIS evaluated it and stored it in the config...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 21, 2010 at 7:09 am
imani_technology (6/20/2010)
What are the advantages of using the database instead of the file system?
I can answer this question. The advantages are that you can use built-in features of...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 21, 2010 at 7:04 am
You don't have to open a new integration services project.
The Import wizard makes a SSIS package for you. Find this package (the wizard asks you if you want to save...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 21, 2010 at 12:20 am
Good question.
Lose one point but learn a useful fact. A good trade-off 😀
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 18, 2010 at 1:55 am
I couldn't agree more.
Sometimes the analyst gives me some unformatted SQL code generated by a Build Query editor in SSIS.
The first thing I do is format the whole thing. While...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 18, 2010 at 1:49 am
In your first post, you said that you were reading from an Excel file from a SSIS package. How did you achieve this?
I have attached a screenshot of a simple...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 17, 2010 at 11:42 pm
You can find more information at the following URLs:
http://msdn.microsoft.com/en-us/library/ms141682.aspx
http://msdn.microsoft.com/en-us/library/cc895212.aspx
http://www.mssqltips.com/tip.asp?tip=1405
(all found in the first Google result page for the keywords ssis package configuration)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 17, 2010 at 7:28 am
Viewing 15 posts - 11,311 through 11,325 (of 11,676 total)