|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 10:09 AM
Points: 239,
Visits: 316
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 2:46 AM
Points: 146,
Visits: 110
|
|
Great article, unfortunately when I try to use the package on a SQL 2005 server I get a message indicating the package is a higher version than installed. Is there a SQL 2005 version of the package available?
Ian.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 10:09 AM
Points: 239,
Visits: 316
|
|
I have attached the SQL Server 2005 version just remove the txt file extensions. Let me know if you have any issues. This version will only work on SQL Server 2000 and 2005 jobs with the package run from a SQL Server 2005 installed PC.
Thomas Lane, PhD DBA Edgenet / Big Hammer Data SQL Lane
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 2:46 AM
Points: 146,
Visits: 110
|
|
Thanks that seems to work with SQL 2005 now. Ian
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 3:08 PM
Points: 255,
Visits: 2,407
|
|
| Nice. Thanks for sharing!
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 1:21 PM
Points: 11,
Visits: 270
|
|
| Question I have downloaded both the files removed the .txt extension, but still I am not sure what to do. Can you please tell me the step by step process.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 10:09 AM
Points: 239,
Visits: 316
|
|
To use the scriptJobs2005.dtsx file you will need to have SQL Server 2005 installed with BIDS (SQL Server Business Intelligence Development Studio) and the SDKs (the folder C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies should many ddls in it). Then put the ScriptJobs.dtsconfig file in C:\temp. Then edit the ScriptJobs.dtsconfig file so that the server name is correct where the "########" is below. Then right click on scriptJobs2005.dtsx in windows explorer and click open. This will open the execute package Utility in which you will click execute. Then after it finishes, the sql files for each job will be in the C:\MyJobs folder. I am assuming the you have access to the SQL Server via your network password using integrated security.
<?xml version="1.0"?> <DTSConfiguration> <DTSConfigurationHeading> <DTSConfigurationFileInfo GeneratedBy="xxxx" GeneratedFromPackageName="ScriptJobs" GeneratedFromPackageID="{BE7E98AD-FC33-4C70-BB2B-B081DBBB6B97}" GeneratedDate="6/10/2010 3:47:27 PM"/> </DTSConfigurationHeading> <Configuration ConfiguredType="Property" Path="\Package.Variables[User::varFilePath].Properties[Value]" ValueType="String"> <ConfiguredValue>C:\MyJobs</ConfiguredValue> </Configuration> <Configuration ConfiguredType="Property" Path="\Package.Variables[User::varServerName].Properties[Value]" ValueType="String"> <ConfiguredValue>########</ConfiguredValue> </Configuration> </DTSConfiguration>
Thomas Lane, PhD DBA Edgenet / Big Hammer Data SQL Lane
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 1:21 PM
Points: 11,
Visits: 270
|
|
| Thanks you so much it worked.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 8:17 AM
Points: 42,
Visits: 65
|
|
| Although I have sql2005 with SP3 and ssis and sdk installed, I receive "Error the task "script task" cannot run on this edition of integration services. it requires a higher level edition. Any ideas what I might be missing?
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 1:21 PM
Points: 11,
Visits: 270
|
|
| Please check SSC Vetran's reply it has two file in it.
|
|
|
|