Viewing 15 posts - 1 through 15 (of 16 total)
I don't know enough about SAN mirroring but I'm pretty sure that the database doesn't exist until the data is restored, I think the mirror takes snapshots of the data...
May 21, 2010 at 8:05 am
I don't know how far you are on with this but for what it's worth for anything over 1Gb I wouldn't use SSIS, use the bulkloader, SSIS XML parser is...
January 8, 2009 at 7:59 am
Am I missing something or is this nothing to do with SSIS?
October 1, 2008 at 8:40 am
Yes, as long as the account the SSIS package is running under has permissions to read from the server in question, for example if running under VS then your account...
October 1, 2008 at 8:37 am
Basically the error is saying that you don't have login rights for the PC-SRV-ERP_HR\ERP.TRANSIT.mis which I'm guessing would be an mis db on a PC-SRV-ERP_HR\ERP.TRANSIT instance.
I'm assuming that the...
September 26, 2008 at 2:05 am
I get data like this all of the time, assuming you need to remove these characters you need to create a script to open the file and scan through line...
September 25, 2008 at 9:46 am
I'm doing roughly the same thing at the moment, has your agent job got permissions to access all of the DB's that you do through Visual Studio, if not you'll...
September 25, 2008 at 9:34 am
Cheers. I ended up using a global variable to create the table each time and then dumping to an OLE DB destination connected to the table via variable.
July 26, 2007 at 10:53 am
The Case statement worked and I should've thought of it myself, cheers. So, next question, when I'm breaking down the address I'm adding it into variables the same way using:
SET@TempSQL...
November 16, 2006 at 7:50 am
Basically, I'm stripping letter by letter and removing spurious characters and then grouping them into words which I'm storing as an array (well a table variable).
November 16, 2006 at 7:11 am
Any chance of you posting the MyMethod part of the COM?
November 16, 2006 at 7:08 am
Okay, so it's running a local DCOM on the box, which should still be running under the local IIS but regardless that isn't the problem. It sounds as though the...
November 16, 2006 at 6:44 am
The parameters are UK address lines and I'm going to be doing some processing on them within the loop. So an example would be
@Address1 = '10 Downing Street'
@Address2 = 'Whitehall'
@Address3...
November 16, 2006 at 6:40 am
Viewing 15 posts - 1 through 15 (of 16 total)