Saturday, February 25, 2012

reporting servies and SQL server 2000

i am developing an application using VS2005 and MS-SQL server 2005.i need to create some reports in my application and i was thinking to use the reporting services for that.Now the concerns which i have:

-In production,MS-SQL server 2000 is used.I read that reporting service(for SQL server 2000) work inside theVisual Studio.NET.So it means,the reports which i would be creating using VS2005 and MS-SQL server 2005 will not work in production right?I am not sure what other challenges i will have deploying the application created with VS2005 and SQL server 2005 in prod, where SQL server 2000 is used.Need suggestion on this.

thanks

Look at using the ReportViewer control - this is availabel in Winforms and WebForms versions - it should isolate you from differences between SSRS 2000 aand SSRS2005.

No comments:

Post a Comment