can i run my reports developed in using ssrs 2008 on ssrs 2000
Is this from experience, from research, or just an educated 'it certainly can't be possible' guess? Whichever way, +1 from me. BTW - can I use ROW_NUMBER() on SQL Server 6 if I restore a SQL Server 2008 R2 database onto it? :D
Will A
2010-08-07 12:56:43
The file formats and feature sets are completely different. Have I tried it? No. Because I know it won't work.
Dave Markle
2010-08-07 13:40:01
A:
To get 2005 reports to run in 2000 was just a question of stripping out a couple of lines, but 2008 is different so this does not appear possible.
See this http://stackoverflow.com/questions/1097690/converting-sql2008-rdl-file-to-sql2005
Not quite a duplicate as you want to run on 2000 and not 2005.
adolf garlic
2010-08-09 20:54:21