Viewing 15 posts - 241 through 255 (of 433 total)
You don't need to this in ActiveX. You can follow your ActiveX script with a normal datapump between the two connections (file and table). Add in some code, to set...
August 10, 2007 at 7:57 am
Hi,
When querying the XML, SQL Server does not see a NULL value produced by xsi:nil; the value is interpreted as not being there at all rather than a NULL value. An...
August 2, 2007 at 10:00 am
A plain text example of the DTSRun command with switches looks like:
DTSRun /Sserver /Llogfile /Npackagename /E
The switches are:
/S the server where the package is stored
/L the path of the DTS...
August 2, 2007 at 2:32 am
What's the final outcome that you are trying to achieve? I can't understand why you'd need to do this on a stylesheet?
It's a...
July 31, 2007 at 10:08 am
You could have a connection to the Excel file (path dynamically adjustable through a Global Variable) and a SQL task with a SELECT that returns the contents of the Excel...
July 30, 2007 at 9:44 am
Jeff, it's a quintuple post! There was another one on the 18th too!
July 20, 2007 at 4:18 am
I believe that http://www.readytogiveup.com was the original site.
The latest one is http://www.notreadytogiveup.com which better reflects Rex's (and his family's) attitude to this mammoth hurdle! There's a donate link on...
July 18, 2007 at 4:41 am
"The best perk of all would be for "corporate management" to understand and value what their IT departments CAN do for them..."
Outstanding answer Robert! I've only worked or about...
July 13, 2007 at 8:04 am
I wish that was true!
They film most of it in Liverpool these days with about two minutes footage of Chester thrown in about once...
July 13, 2007 at 6:45 am
Chris,
I nearly ended up buying a house in the street behind work, but thought that would be a bit too close for comfort!!
July 13, 2007 at 5:41 am
I live and work in Chester in North-West England. It's only a small place and my home is about 800 metres from my work so a nice perk for me would be...
July 13, 2007 at 5:14 am
For what reason is it unnecessary to delete the file and recreate it? Whether you drop and recreate or truncate gives basically the same result.
July 13, 2007 at 2:22 am
Hi,
I'm not sure what you mean by ServerName property. Are you looking at the Package Log Server or is this a SQL Server connection object in each package, or something...
July 13, 2007 at 2:20 am
The replace function is available in ActiveX; You can use it after you've read in the file to a variable. Usage:
Replace(myscript, "orders", "orders_test")
^ ^ ^
Look In Find Replace With
This will...
July 13, 2007 at 2:09 am
400 to 500, hmm.....
I guess I need a Method 3 then!!
If you are passing the script name as a Global Variable you...
July 12, 2007 at 1:49 am
Viewing 15 posts - 241 through 255 (of 433 total)