Viewing 15 posts - 31 through 45 (of 95 total)
MostInterestingMan (8/10/2010)
I have a date column with data type DT_DBTIMESTAMP that I am exporting to .csv. In the Flat Connection Manager the data type is correct and I can see...
August 10, 2010 at 4:41 pm
sree-879715 (8/10/2010)
Is there a way to create a package on the server where I have SSIS installed and export it to another server where we dont have SSIS and schedule...
August 10, 2010 at 1:20 pm
stricknyn (8/10/2010)
I have a script component which contains a function that will be used by many script components in my package. I was just looking for some pointers...
August 10, 2010 at 12:55 pm
Which is very obvious as .value has a return type of String hence casting.
Here you may avoid Convert.ToString() as .ToString() is appended to take care of the conversion.
We can't avoid...
August 10, 2010 at 9:31 am
I have tried a stacked bar chart in SSRS, and can almost get what I need, although the axis cannot be labelled with times, only with duration. I have also...
August 9, 2010 at 3:27 pm
No problem. You are welcome.
August 9, 2010 at 1:10 pm
sunshine-587009 (8/6/2010)
I get the result set of what is inside the table twice. The temp tables are still there. 🙁
Yes. I didnot notice that. Is there a need of storing...
August 6, 2010 at 2:24 pm
-- NOTHING WORKS BELOW THIS LINE
exec 'Select SqlCmdLine from #SQLCmd'
Can you try this?
exec ('Select sqlcmdline from #sqlcmd') ?
August 6, 2010 at 1:58 pm
Other option is to declare the variable as type "Object".
Then you have convert it back to string and store that in a string variable in an activex script like below..
...
August 6, 2010 at 10:30 am
Jpotucek (8/6/2010)
August 6, 2010 at 9:32 am
I have a sql server 2005 on a 32 bit platform and we run about 20 DTS packages in backward compatibility mode.. in other words, the DTS packages show up...
August 6, 2010 at 9:09 am
Janie.Carlisle (8/6/2010)
August 6, 2010 at 8:58 am
SwedishOrr (8/5/2010)
What is "File...
August 5, 2010 at 3:02 pm
Janie.Carlisle (8/5/2010)
August 5, 2010 at 2:58 pm
geilecj (8/5/2010)
I have done it this way before but just becomes a PAIN when you have 15 for loops...
August 5, 2010 at 11:15 am
Viewing 15 posts - 31 through 45 (of 95 total)