Viewing 15 posts - 1 through 15 (of 21 total)
No dont include the angle brackets I only put these in as a place holder. You only need single quotes around the data source nothing else.
October 12, 2009 at 8:40 am
This is the code I used. I've removed certain parts for security.
EXEC master.dbo.sp_addlinkedserver @server = N'AS400', @srvproduct=N'DB2OLEDB', @provider=N'DB2OLEDB', @datasrc=N'server to link', @provstr=N'Provider=DB2OLEDB;Initial Catalog=<'initial catalog'>;Network Transport Library=TCP;PC Code Page=1252;Network...
October 12, 2009 at 3:23 am
I haven't done this myself has I normally put a generic message in the e-mail. But just had a quick look give this a try and see how you get...
May 26, 2009 at 7:25 am
That is the less code intensive way.
Click on Event Handlers then on the link that says 'Click here to create an 'OnError' event handler
Drag a send mail task onto...
May 26, 2009 at 6:19 am
SSIS will consume resources, but so would a application written in C#. The beauty of SSIS has Jack has already stated that it comes with everything you need to get...
May 24, 2009 at 6:47 am
How about creating an OnError event and placing the mail task here. This what I do to notify me when a package has failed.
May 24, 2009 at 6:18 am
You need the Enterprise edition of SQL2K5 in order to use the DB2 OLEDB provider.
In order to move through the tree view of tables (which is what I assume you...
May 11, 2009 at 9:44 am
Yeah I did get it working in the end although I'm still not sure of its performance.
What version of SQL Server you using? If its 2K5 Enterprise then download the...
May 10, 2009 at 3:45 am
Are the servers all the same spec and config i.e W2K3? One thing that springs to mind is do you have AV software on all servers? It could be this...
April 26, 2009 at 6:43 am
[/quote]
Which doesn't really help me decide. Why is it "better" to truncate when it's "cleaner" to drop and recreate? What I'm really looking for is thoughts on best...
April 26, 2009 at 6:36 am
You may be able to use the Data Conversion transformation to write an expression that gets you the datepart of the date. Or failing that, how strong is your .NET?...
April 26, 2009 at 6:07 am
Can you provide some more info like have you moved from a dev server to a production server. And what is the SSIS package doing exactly. It could be there's...
April 24, 2009 at 9:14 am
Just to clarify the SQL we use against the linked server is
select * from AS400.S65930BF.MMPLPLIB.afilename
The descriptor I used for the filename part of the query was omitted when I...
March 9, 2009 at 2:47 am
I've had another go at creating a linked server this morning. Now on our old SQL Server 2K box the linked server is configured using IBM's own ODBC client access...
March 9, 2009 at 2:44 am
Viewing 15 posts - 1 through 15 (of 21 total)