Viewing 15 posts - 9,226 through 9,240 (of 11,676 total)
Janaa (7/11/2011)
Please, could you guys explain with a sample case, since i need it in urgent. Is it possible to insert into table with select query from variable?
Yes. It is...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 6:12 am
DerbyNeal (7/11/2011)
I think I have supplied sufficient details in my related posts.
I can't use the 'sa' account. The sa account doesn't have the rights to the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 4:58 am
sowmya.boodaderureddappa (7/11/2011)
I am able to open them individually in designer mode and run, but when i run the main package ususally the chidl package opens up and shows the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:38 am
Phil Parkin (7/11/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:37 am
No, not in an event handler. The pre-execute event handler is fired more than once and it doesn't control the control flow.
Follow the steps as I described earlier:
Place your entire...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:35 am
LutzM (7/9/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:33 am
ALZDBA (7/9/2011)
General rule of thumb for driving Belgian style: "There's only I and the rest is a bunch of stupid egoists. They must make way."
Nah, Belgian style is more like...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:32 am
There are a lot of members who created an account, asked their question, got it solved and never got back.
But at least it means that 1,400,000 people know about SSC!...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:24 am
Elliott Whitlow (7/7/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:19 am
JustMarie (7/7/2011)
To use variables in your SQL you need...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:14 am
Christian Allaire (7/7/2011)
I am struggling with loading Excel files in SSIS. If a colums contains mixed alpha and numeric characters it gets changed to null. Here is my...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:12 am
Isn't there a way to rewrite the query so that a cursor isn't necessary?
You can use the For Loop and the For Each Loop in SSIS to create loops.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:07 am
I never use the SCD component. Ever. And never will.
By the time I have set-up the component, I've made a similar set-up in TSQL or with other SSIS components. That...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:04 am
Sure.
In the Excel connection manager, change HDR=YES to HDR=NO. This means that the Exel file won't have a header row, so you read the first line as normal data. Use...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 3:01 am
Data warehouse concept:
http://en.wikipedia.org/wiki/Data_warehouse
The most simple (and of course oversimplified) defination I can think of:
"a data warehouse is a database with a time aspect"
The time aspect means that if a record...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 11, 2011 at 2:59 am
Viewing 15 posts - 9,226 through 9,240 (of 11,676 total)