Viewing 15 posts - 16 through 30 (of 122 total)
With the as400 v5r3 and above there is a validate metadata function in the ado.net connection used by SSIS. When this is mapped to a SQL Server datetime field it...
February 3, 2010 at 1:05 pm
To continue Steve's comment one of the biggest issues with flat files restoration is maintaining all of the relationships. To use flat files you would also need complete and...
February 2, 2010 at 7:50 am
I have had to do this for auditing purposes before. The ledgers had to be backed and moved off site to provide an audit able change control for security.
I...
February 1, 2010 at 1:16 pm
Roy Ernest (2/1/2010)
February 1, 2010 at 12:59 pm
I always use a domain user account since the agent is responsible for backup and we always backup to special backup file server on the network. This account is also...
January 29, 2010 at 3:54 pm
John Burke-413068 (1/29/2010)
Thanks for the info. There are no SSIS packages (thankfully). A couple more questions:
1. From what you have said it seems that restoring or attaching user databases from...
January 29, 2010 at 8:46 am
You are right I have gotten spoiled by having a virtual base SQL server image. Whenever I need a new server I just create a new virtual server and move...
January 29, 2010 at 8:29 am
I have been able to detach and reattach databases both ways. From 32 bit to 64 bit and back again. Quarterly I take the production databases from the 64 bit...
January 29, 2010 at 8:16 am
Another SSIS note: Script tasks are required to be compiled to the 64bit platform so they will need to be updated.
January 29, 2010 at 8:14 am
David has it right I was just going to point out that you can can evaluate the value of the destination table on the Precedence Constraint (the arrow between the...
November 30, 2009 at 8:49 am
Good question; I had forgotten about all of the pattern matching built into LIKE. I'll have to try to use it more.
November 20, 2009 at 7:46 am
Another option is to look at the file as text. It is not too hard to parse out the SQL tranactions.
The connection information is at the top and the...
November 6, 2009 at 1:26 pm
Sorry I couldn't be more help, but if you do gt it working well please post any tricks.
October 22, 2009 at 9:45 am
I never used the bulk insert task in the 1000+ packages I have written. I seem to recall a lot of issues in the forums so I skipped it. Instead...
October 22, 2009 at 9:29 am
Viewing 15 posts - 16 through 30 (of 122 total)