Viewing 15 posts - 76 through 90 (of 432 total)
Hi,
When executing the package are you using sp_executePkg or xp_cmdShell 'DTSRun...'?
September 16, 2008 at 7:02 am
You need to look at either of "DTS Designer, Transform Data Task Properties" or OPENROWSET in BOL.
The OPENROWSET pages show an example (example C) of how to select data from...
September 16, 2008 at 6:35 am
Hi,
This sounds like homework.....:hehe:
Take a look at the DATEADD and DATEPART functions in BOL. :w00t:
September 16, 2008 at 2:01 am
Without going in to specifics (as I don't know why it happens this way), the data will be returned from the procedure by a SELECT statement. Using SELECT * INTO...
September 11, 2008 at 4:39 am
Hi,
If I've read that correctly you can insert the results in to a table. You will need to create the table to hold the expected results first but you can...
September 11, 2008 at 4:18 am
Ultimately though, the responsibility of putting together the right team for the tasks set lies with the management. If a deliverable hasn't been delivered on time due to a lack...
September 8, 2008 at 2:09 am
Hmm, I can just see the first date:
For Her:
SELECT main_course
FROM menu
WHERE price > (SELECT affordable FROM datesWallet)
AND chance_of_slopping IS NULL
For Him:
SELECT sharing_starter
FROM menu
WHERE likelihood_of_sharing = 0
UNION ALL
SELECT main_course
FROM menu
WHERE main_component...
September 5, 2008 at 8:05 am
I try to look at it from an ROI point of view...
Can you get the weaker members up to speed and therefore raising their productivity before whatever product/goal (or any...
September 3, 2008 at 6:52 am
developer6 - police intelligence
I'd have to agree! Wasn't one of the latest Big Foot conspirators a police officer??? :crazy:
August 22, 2008 at 2:10 am
Hi,
I would suggest setting up the five different transforms in the package. You can then use an ActiveX script before the transforms to enable one transformation(or disable the other four...
August 21, 2008 at 9:33 am
The one I'll never understand is when someone gives 110%, or 120% or anything over 100%...
If you're going to exaggerate, at least do it in style... "Today, I'm going to...
August 21, 2008 at 8:50 am
Are you using T-SQL to call the execution of the package, if so you can capture the return value of the execution and use xp_cmdshell to move the file on...
August 21, 2008 at 4:11 am
Viewing 15 posts - 76 through 90 (of 432 total)