Viewing 15 posts - 166 through 180 (of 223 total)
No Problem - glad it was that simple!!
February 17, 2005 at 10:53 am
James,
I just created a test DTS package that writes the Global Variables values out to a text file. The variables are empty in the package. I executed the package from...
February 17, 2005 at 10:48 am
Sean,
This link is an example of constraint manipulation
http://www.sqldts.com/default.aspx?218
Good Luck,
Darrell
February 17, 2005 at 10:17 am
James,
I missed it in the original post - remove the quotes from around the 8 (typeid).
February 17, 2005 at 9:49 am
James,
Try leaving the Global Variables in the package empty (delete the values and save the package). I have had issue with this on occassion.
February 17, 2005 at 9:20 am
yousef,
It is my understanding that one of the primary benefits/advantages of XML is that the data can be interpreted by a wider range of client apps much easier than the...
February 16, 2005 at 8:33 am
Given your requirements I would have to agree with Phil, you appear to be on the right track and the flow Phil outlined should do the trick.
Good Luck,
Darrell
February 16, 2005 at 8:24 am
And considering not everyone on this site uses English as their primary language - I am glad I can read the words!
February 15, 2005 at 12:17 pm
Nikki,
If you go into the Transformations Tab and select "New" you can use the ActiveX transformation which will let you use VBScript to do the IF..Then..ELSE.
February 15, 2005 at 12:05 pm
You could do something like this:
DECLARE @Count INT
DECLARE @Query VarChar(700)
SELECT @Count = 5
SELECT @Query = ('SELECT TOP ' + STR(@Count) + ' * FROM table name')
EXEC (@Query)
Good luck,
Darrell
February 14, 2005 at 12:57 pm
I agree with your concerns - it's kind of like the scientific studies from the 60s and 70s - no wonder those rats...
February 11, 2005 at 2:31 pm
Interestingly enough - just heard a report on the local news this morning stating that identity theft is the fastest growing form of crime right now.
Even though I live out...
February 11, 2005 at 1:40 pm
Unfortunately I see this like the gun control issue - we can "force" everyone to identify themselves but the hackers (or criminals in the case of guns) can still spoof...
February 11, 2005 at 1:34 pm
February 11, 2005 at 9:47 am
I still can't figure out why these obviously talented people spend their time writing code that disrupts other systems for free when they could probably be pulling down some serious...
February 11, 2005 at 7:40 am
Viewing 15 posts - 166 through 180 (of 223 total)