Viewing 15 posts - 1 through 15 (of 43 total)
Jeff Moden (2/26/2015)
elee1969 (2/26/2015)
Is using Ragged Right adding another column?What's preventing you from trying it to see?
Hi Jeff, I am using it. Maybe i worded it wrong. I am using...
February 26, 2015 at 5:23 pm
krypto69 (2/5/2015)
I have a simple statement where I am trying to remove all commas that may be in the xn_workordeld column.
SELECT
xn_workordeld = case replace(xn_workordeld, ',', '') as "WORKORDER...
February 5, 2015 at 2:05 pm
NSB (2/5/2015)
February 5, 2015 at 12:48 pm
Your server needs this driver installed to read excel file.
http://www.microsoft.com/en-us/download/details.aspx?id=23734
February 5, 2015 at 11:23 am
g.britton (11/13/2014)
Add expressions to each task that disable the tasks based on the time
So i would set the property in Expression to 'Disable' it seems. What would i set the...
November 13, 2014 at 2:29 pm
It looks like i will have to use a 'Script Task' to send a html email. How do i call a variable within the body of the message? for...
October 29, 2014 at 12:27 pm
mickyT (10/23/2014)
October 24, 2014 at 7:48 am
Evil Kraig F (10/9/2014)
Use that object...
October 9, 2014 at 6:28 pm
its not a local drive.
What i am trying to do is ssis package creates 3 files on Server A. Then have the 3 files places on Server B because server...
April 29, 2014 at 12:11 pm
Can't get this to work. I used UNC path \\Server\E$\filepath
I get error can not find path.
April 29, 2014 at 10:47 am
Phil Parkin (4/25/2014)
elee1969 (4/24/2014)
April 28, 2014 at 10:46 am
aaron.reese (3/24/2014)
March 24, 2014 at 8:51 am
Phil Parkin (3/21/2014)
aaron.reese (3/21/2014)
March 21, 2014 at 11:33 am
Phil Parkin (3/20/2014)
elee1969 (3/20/2014)
March 20, 2014 at 12:48 pm
Jeff Moden (3/18/2014)
elee1969 (3/18/2014)
I was able to resolve issue.Thanks.
What did you do to resolve it?
Change the protectlevel to DoNotSave and created the config file to store the password.
March 18, 2014 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 43 total)