Viewing 15 posts - 10,171 through 10,185 (of 13,874 total)
wafw1971 (2/6/2013)
February 6, 2013 at 7:39 am
Jason-299789 (2/6/2013)
Your best bet is to use a TALLY table, a CTE, or at worst a Recursive CTE.
using an crude tally table
With Cte_n
AS
(
Select 1 a Union...
February 6, 2013 at 7:09 am
aaron.reese (2/6/2013)
from the command line I have to use the /conf[iguration] switch to specify the location of the config file which will then override the location specified...
February 6, 2013 at 4:06 am
fecker (2/6/2013)
I did some screenshots (attached) - for this dummy - maybe this will explain more. I run
this...
February 6, 2013 at 2:15 am
iamsql1 (2/5/2013)
i have a qs: if i have a data flow task inside for loop container. and DFT contains five static connections of FLAt file as Source...
February 6, 2013 at 12:32 am
The SQL Agent job runs asynchronously - so it's not going to return 'finished' info to your application.
You could, perhaps, implement an MSMQ solution, though that may be a sledgehammer...
February 6, 2013 at 12:21 am
I tried understanding what you are trying to do, but it confused me as it's not written very clearly.
But then you have said that your script task to update a...
February 5, 2013 at 10:26 am
opc.three (2/5/2013)
ngreene (2/4/2013)
What is stupid is I am running Interop 2010 on a Server 2008 box and this change still fixed my problem. What the heck!
The issue is that...
February 5, 2013 at 10:21 am
aaron.reese (2/4/2013)
Unfortunately I can't see how to assign the value to a variable without using a script. I have tried sending the...
February 4, 2013 at 11:47 am
Read the file in a dataflow.
Add a conditional split which redirects processing according to what has been read - two outputs: Build Success and the rest.
Each different path sets a...
February 4, 2013 at 9:01 am
iamsql1 (2/4/2013)
I am newbie to SSIS, i tried every effort to change the variable in olde db...
February 4, 2013 at 6:31 am
iamsql1 (2/4/2013)
i have an idea. can i use a stored procedure and get it executed in EXECUTE SQL TASK
instead...
February 4, 2013 at 2:10 am
Thanks, I failed at Google and hoped everyone would just take my word for it.
Not in this forum! 😉
February 1, 2013 at 3:48 am
It it just another general purpose tool.
Anyone else picturing a man with a big hammer? 🙂
January 31, 2013 at 5:57 am
Excel 2003 has a maximum number of rows of 65,535 - maybe that is the cause of your error.
Try exporting to CSV instead to see whether that is the reason.
January 31, 2013 at 2:43 am
Viewing 15 posts - 10,171 through 10,185 (of 13,874 total)