|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 12:29 PM
Points: 182,
Visits: 952
|
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, February 26, 2009 3:02 PM
Points: 515,
Visits: 655
|
|
David,
Another great tutorial! I am eagerly anticipating Part 3 of your series.
"Key" MCITP: DBA, MCSE, MCTS: SQL 2005, OCP
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Yesterday @ 8:05 PM
Points: 1,050,
Visits: 2,766
|
|
| Link to SQL_Overview_Part2.zip seems broken.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 12:29 PM
Points: 182,
Visits: 952
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Yesterday @ 8:05 PM
Points: 1,050,
Visits: 2,766
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, December 18, 2012 10:16 AM
Points: 5,
Visits: 167
|
|
Hi David,
Tried your SSIS package. Brilliant idea. However, I got an error message ( or warning ... I am not quite sure since the package did deliver the result but in Excution Result window, I noticed there are few red marks...)
[Execute SQL Task] Error: Failed to acquire connection "MultiServer". Connection may not be configured correctly or you may not have the right permissions on this connection.
Task Get ErrorLog failed
Progress: Executing query "-- Drop Temporary Tables IF OBJECT_ID('tempdb..#E...". - 50 percent complete
Not quite sure what the reason behind this. The connect use DBA account. So, I guess there shouldn't be any previlidge issue. Any idea?
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 12:29 PM
Points: 182,
Visits: 952
|
|
Make sure the SQL Overview database is on the localhost using the default instance. Create the temp tables on the local host before opening the package.
Make sure the variale Srvconn is set to localhost
David Bird
My PC Quick Reference Guide
|
|
|
|