Viewing 15 posts - 241 through 255 (of 257 total)
Last place I was at we just used Putty and executed it in the job. Worked just fine. You do have to install Putty and the keys locally...
March 15, 2010 at 10:06 am
What data type is the field? It almost looks like a rounding error.
March 11, 2010 at 1:33 pm
Thanks. Looking for \r did the trick.
And not mixing up what goes where in the FINDSTRING didn't hurt either. ~facepalm~
March 5, 2010 at 1:12 pm
I did this using the brute force method of multiple tables.
1. Copy existing table into 'new' table (yesterday's data)
2. Update the main table (today's data)
3. Run T-SQL to compare the...
March 3, 2010 at 10:07 am
Thanks. Got it back.
I'm working on a remote box and have had other odd issues. I'll keep this in my toolbox of fixes. ~sigh~
February 24, 2010 at 12:38 pm
I'm not a guru but have suffered through the same learning curve you're hitting now.
You can't think of SSIS in the same way as DTS or T-SQL. It just...
February 22, 2010 at 4:07 pm
Seems to be a unicode text file.
February 22, 2010 at 3:07 pm
The location would change based on the connection manager information at the job step.
The DBAs would then have control over which servers send mail from a process without having to...
January 11, 2010 at 8:07 am
I must not have been clear. I don't want to set the location with a variable. I want to use the location in the connection string as a...
January 6, 2010 at 9:35 am
Sweet. Nothing that I need to worry about then.
Thanks for the quick response!
June 30, 2009 at 10:02 am
OK - here's the short answer on how I did this.
Create a Derived Column transformation, create a new column, and put this in the expression field. Use your own...
February 18, 2009 at 10:30 am
Sorry to revive an old thread but I'm having the exact same problem and didn't see that a final 'Hey - this worked!' was posted.
I double-checked all my data and...
February 9, 2009 at 3:44 pm
Enclose them in square brackets and SQL syntax won't format them blue.
December 23, 2008 at 8:46 am
I fell prey to one of my most common failings here - overexplaining what I want to do.
In the most simple terms, I want to set a variable value within...
December 12, 2008 at 8:48 am
The first thing I do when I have to shepherd someone into the strange and wonderful world of writing SQL code is force them to turn off whatever GUI they're...
December 12, 2008 at 8:33 am
Viewing 15 posts - 241 through 255 (of 257 total)