|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 1:56 PM
Points: 182,
Visits: 958
|
|
I have upgraded the package to SQL 2008 and plan to publish it someday. We are skipping the SQL Server 2008 R2 in our shop because of Microsoft's requirement for a new license to use the R2 release.
I did this upgrade a while ago and did not get any errors. I have a seperate package (never published) for pre SQl Server 200 instances that gave me warning and required a change to the multiserver database connection.
Upgrade gave this warning: Warning 0x4020f42c: : The Maximum insert commit size property of the OLE DB destination "OLE DB Destination" is set to 0. This property setting can cause the running package to stop responding. For more information, see the F1 Help topic for OLE DB Destination Editor (Connection Manager Page).
Not able to access SQL Server 7 through multiserver. Created new multiserver to use Microsoft OLE DB Provider for SQL Server.
David Bird
My PC Quick Reference Guide
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 6:06 AM
Points: 15,
Visits: 173
|
|
Hello,
I don't get how to make the MultiServer connection to work, all my server have instance.
If I use the default LocalHost it's not working at all, gave me timeout.
I tried to delete and recreate the connection, no luck.
If I use a known Server\Instance it work, but as u probably guess it give me only data from that server.
Any help will be appreciated,
Thank you,
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 6:06 AM
Points: 15,
Visits: 173
|
|
ok fixed it by myself reading this: http://www.sqlservercentral.com/Forums/Topic445734-283-3.aspx
Do not forget that if you have an instance you need to manually change the default value of SRV_Conn to SERVER\INSTANCE using MVS.
Also you need to change the LocalHost of ADONET.SQL_Overview and QASRV.SQL_Overview for SERVER\INSTANCE
Thank you,
|
|
|
|