Viewing 15 posts - 346 through 360 (of 448 total)
You may want to look into Monarch if these are human-readable formatted text files. The Monarch Pro version should have a command-line interface so you can pass in files...
June 15, 2006 at 4:03 pm
I'd love to see a solution to this, too. I was using a Dynamic Properties task to do the same thing, but looping through a list of servers. ...
June 5, 2006 at 9:05 am
Try downloading the latest OLEDB for FoxPro. It should be @ the http://www.microsoft.com/downloads site.
I was able to use that to import Foxpro data on my machine. ...
May 10, 2006 at 9:05 am
Peter, try to use a MergeJoin with a Derived Column transform in SSIS. That will probably be easier than trying to convert this using a script task.
Set up a...
May 8, 2006 at 1:12 pm
Is DelayValidation set for that component? If not, that may be worth trying.
May 4, 2006 at 2:43 pm
I seem to remember having the same issue and eventually got around it through a merge join and a derived column or something similar to convert my variable to a...
May 4, 2006 at 2:42 pm
You can't in SSIS at this time. I ran into the same problem. Some suggestions were to off-load the data into a flat file somewhere to read through...
May 3, 2006 at 11:07 am
You'd need to set the connection string as an expression, passed in to a variable or similar to the package. Run the SSIS package inside of a For Each...
May 3, 2006 at 11:02 am
Well, if the director has tact, then your life should be decent. After all, it's a business decision and if the backups aren't working successfully now (and backing up...
April 26, 2006 at 11:55 am
Can you schedule the backups through SQL at a time they aren't running their tape backups?
Easy way to ensure that you get...
April 26, 2006 at 11:22 am
Create a Global Variable of type datetime.
Use an Execute SQL Task to SELECT GETDATE() (in whatever format you want) - use the Parameters option to map the output to your...
April 26, 2006 at 9:54 am
Are any of the tables the same structure or are they all different? You can do this in one package either way, but if some have the same structure,...
April 26, 2006 at 9:51 am
Another point that may be worth bringing up is the speed of recovery. Recovery from disk will almost always be faster than recovery from tape. That would allow...
April 26, 2006 at 9:47 am
If they still support it, they may be able to give you a copy of the media as long as you have the license for SQL. I think we...
April 26, 2006 at 9:27 am
Viewing 15 posts - 346 through 360 (of 448 total)