﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Discuss content posted by Mohan Kumar / Article Discussions by Author  / How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 12:30:34 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Thanks for the article-- this was a lifesaver for me.  Same scenario as you, I believe: SQL2008 database but SQL 2005 SSIS packages that needed to be run.  It's absurd that you had to create all those aliases; didn't Microsoft have any backward compatibility in mind on this subject?</description><pubDate>Wed, 17 Feb 2010 17:17:38 GMT</pubDate><dc:creator>larryq</dc:creator></item><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Good info.  Still reeling under 2005 and only got couple of Dev servers in 2008.  But it's good to know info before in time.</description><pubDate>Thu, 13 Aug 2009 11:38:00 GMT</pubDate><dc:creator>SanjayAttray</dc:creator></item><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>I had to add the following stored procedure to be able to save in SSIS packageCREATE PROCEDURE [dbo].[sp_dts_getfolder]  @name sysname,  @parentfolderid uniqueidentifierAS  SELECT   folder.folderid,   folder.foldername,   folder.parentfolderid,   parent.foldername  FROM      sysssispackagefolders folder   LEFT OUTER JOIN       sysssispackagefolders parent  ON      folder.parentfolderid = parent.folderid  WHERE      folder.foldername = @name AND      (folder.parentfolderid = @parentfolderid OR       (@parentfolderid IS NULL AND folder.parentfolderid IS NULL))</description><pubDate>Thu, 13 Aug 2009 07:56:10 GMT</pubDate><dc:creator>kevin goux</dc:creator></item><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Instead of creating new SPs (with old names) calling the existing ones (with new names), it would be better to create synonyms...</description><pubDate>Thu, 13 Aug 2009 06:53:00 GMT</pubDate><dc:creator>Cédric Dolain</dc:creator></item><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Seems like a lot of trouble to go through. A better option would be to stand up a new 2008 test/upgrade environment on another server to allow developers to continue to support 2005 with their existing development environment. Alternatively if this is not possible, promote 2005 development to 2008 and leave the QA environment on 2005 to match production. The new 2008 replaces existing development upon production upgrade. QA is then upgraded shortly after production.</description><pubDate>Thu, 13 Aug 2009 06:00:12 GMT</pubDate><dc:creator>cmille19</dc:creator></item><item><title>RE: How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Thank you for the great article. I am sure that many will find it helpful. Recently I had some problems with my BI studio myself: I had created a SSRS report in 2005, and under no condition would that report run under 2008. A very sad story. I ended up re-creating the same report in 2008 just so I can release it...</description><pubDate>Thu, 13 Aug 2009 01:21:31 GMT</pubDate><dc:creator>sibir1us</dc:creator></item><item><title>How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue</title><link>http://www.sqlservercentral.com/Forums/Topic769892-630-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Integration+Services+(SSIS)/67201/"&gt;How to Resolve a BIDS 2005 and SQL Server 2008 Compatibility Issue&lt;/A&gt;[/B]</description><pubDate>Thu, 13 Aug 2009 00:18:21 GMT</pubDate><dc:creator>Mohan  Kumar</dc:creator></item></channel></rss>