Viewing 15 posts - 11,296 through 11,310 (of 11,676 total)
Can you give more configuration details? What have you done so far?
In a for each loop, you can specify which types of files the loop has to pick up. Maybe...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2010 at 6:06 am
In SSIS you can use the precedence constraints (green, blue, red arrows) to control the flow of your package.
Double click on an arrow and you will arrive in an edit...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2010 at 6:04 am
It is normal that when you want to run a job manually, you get a pop-up asking you at which step to start.
That way you can skip steps if you...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2010 at 6:01 am
Don't set anything at the Parameter Mapping. This is intended for when you use variables in your SQL Statement.
Just set the resultset at 'Single Row' in the general tab, then...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2010 at 5:54 am
Right, sorry. In my current environment we have 32-bit and 64-bit co-exisiting and so we have a program files (x86) for 32-bit and a regular program files for the 64-bit...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 25, 2010 at 12:18 am
http://krisvenky.tripod.com/id18.html
First result on Google for the search terms dimension facts.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 7:07 am
arik_beri (6/24/2010)
But yet it still doesn't work. When I copied this expression to the expression column in the SSIS edit box,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 6:18 am
What Elliot W was trying to say is that you should run the package in your job in 32-bit mode.
Start the package with the following command:
"C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe"...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 6:07 am
I would store the filename in a configuration table. At the beginning of the package, read the filename and set the connection string with an expression. At the end of...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 6:01 am
facticatech (6/23/2010)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 5:21 am
What exactly is going wrong? Does the package crash or do you just receive faulty results?
Can you give the error messages?
Are there any null values in the source?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 5:00 am
Most of the times when my packages end up hanging, it has something to do with locks.
Either a deadlock or a table lock that isn't released by another job...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 3:33 am
Has the table dbo.test_delete_yes only 1 column?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 24, 2010 at 2:49 am
Although the answer is mentioned directly in the error message, you can also find it here:
http://www.sqlservercentral.com/Forums/Topic941566-148-1.aspx
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 23, 2010 at 5:54 am
I'm glad to help!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
June 23, 2010 at 12:15 am
Viewing 15 posts - 11,296 through 11,310 (of 11,676 total)