Execute SSIS package on sql server 2005 - sql-server-2008

I've designed SSIS package, for sql server 2008 in Sql server buisiness inteligence studio. Now i need to execute in on SQL 2005 server. What is the best solution, withoute complitly rewriting package.

You cannot develop for 2008 and then run on 2005. That being said, try the answer to this question:
SSIS 2008 2005 compatibility question

Related

Can we create a SSIS package with BIDS 2008 R2 that can be installed on SQL server 2005

I'm trying to create a SSIS package using BIDS 2008 R2 on Windows 7. Is there anyway that we can create a SSIS package using BIDS 2008 R2 that is compatible and can be installed on SSIS 2005.
Please advise.
You cannot run SSIS package on a release that is below the developed level of the package, so it is not possible to deploy from SQL Server 2012 to SQL Server 2008 since SSIS packages are not backwards compatible.Same should apply for 2008R2.
MSDN documentaion:
On an instance of SQL Server 2014, you can import packages from an
instance of SQL Server 2005 or from an instance of SQL Server 2008,
but you cannot export packages to an instance of SQL Server 2005 or to
an instance of SQL Server 2008.
On an instance of SQL Server 2005 or an instance of SQL Server 2008,
you cannot import packages from, nor export packages to, an instance
of SQL Server 2014.
You cannot deploy/execute a 2008 package to SSIS 2005. You will need to get SSIS 2008 installed in order to deploy those packages. This does not mean that the databases need to be upgraded to 2008, just that an Instance of SSIS 2008 needs to be out there for you to deploy. If you store your packages in msdb, you may also need to upgrade an instance of SQL server to 2008.
Interoperability and Coexistence (Integration Services)

Can Reporting Services 2005 report on SQL Server 2008 database?

we would like to upgrade our SQL Server from 2005 to 2008. Unfortunately, we also have a lot of reports based on Reporting Services 2005. If possible we would like avoid upgrading them at this time.
Is it possible to run Reporting Services 2005 of SQL Server 2008?
Yes.
The metadata databases for SSRS 2005 can run on SQL Server 2005 upwards. Which includes SQL Server 2008 and SQL Server 2008 R2.
Note: do not open a report in a later version of BIDS: always use BIDS 2005 in VS 2005 unless you want your reports upgraded. Then you need SSRS 2008.

Crystal Reports XI R2 Compatible with SQL Server 2008?

I'm currently running Crystal Reports XI R2 on SQL 2000. I need to migrate to SQL Server 2008 asap, but am no longer on Crystal Support.
Can anyone tell me if CR XI R2 Server is compatible with SQL Server 2008? I Googled it but came up empty.
I'm sure you have found out by now, but it is. You have to upgrade to Service pack 6 of XI and you may also have to install the sql client for 2008. It installs a new ODBC driver for Sql Client 10.
Yes it does support sql server 2008.
http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/00225757-ab5c-2c10-c1a8-fb9f9f0f4ac2?QuickLink=index&overridelayout=true
The sap documentation when moving a sap backend to sql server 2008 has a great document which I have linked you to.

SSIS with Sql Server 2005 express

Can we use SSIS with SQL Server (2005) Express as database?
SQL Server Express editions don't come with SSIS package. Please check this http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx
One way to get around it is to build SSIS packages on Standard Edition and copy them. Here, this might be handy http://daron.yondem.com/PermaLink.aspx?guid=c44d040b-ed02-4330-a662-4cd9d6fb1bf3
cheers

Can I use SQL Server Management Studio 2005 for 2008 DB?

I am looking to manage a SQL Server 2008 DB using Management Studio 2005. The reason for this is because our server is a 64-bit machine and we only have the 64-bit version of the software.
Is this possible?
How about managing a SQL Server 2005 DB using Management Studio 2008?
UPDATE: You can use Cumulative update package 5 for SQL Server 2005 Service Pack 2 to connect to 2008.
FIX:
50002151 946127 (http://support.microsoft.com/kb/946127/) FIX: You may experience problems when you use SQL Server Management Studio in SQL Server 2005 to connect to an instance of SQL Server 2008
The other question you asked was about managing 2005 servers with SSMS 2008 - and yes, you can do that. SSMS 2008 can manage 2008, 2005, 2000. I actually recommend that everybody use the latest SSMS 2008 client regardless of what server they're connecting to, because it has some nice perks and upgrades that work with all server versions that you connect to.
Be aware that SSMS 2008 has IntelliSense, but only when you connect to a SQL 2008 server. If you connect to a 2005 server, you don't get IntelliSense.
I'm posting this to prevent people getting false hope (as I did). Where as you may be able to use SQL Server 2005 Management Studio to connect to SQL Server 2008, you cannot use SQL Server 2005 Management Studio Express. You get an explicit error message stating:
This version of Microsoft SQL Server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (Microsoft.SqlServer.Express.ConnectionDlg)
Hopefully that will prevent a couple of people from wasting their time trying just-in-case.
unless I'm mistaken and things have changed, you cannot use sql server 2008 to save a backup which restores to sql server 2005. I found this out the hard way :(