Sql – How risky is development against SQL Server 2008 with production on SQL Server 2005

asp.netdevelopment-environmentnetsql-server-2005sql-server-2008

My dev environment has SQL Server 2008 installed. I have an asp.net 1.1 site in production using SQL Server 2005. I'd rather not install SQL Server 2005 on my development environment. How risky would this be? What kinds of things might cause problems?

Best Answer

It seems worth looking at this page:

http://msdn.microsoft.com/en-us/library/bb510680.aspx

which describes compatibility levels which can be set against a DB.