Hello, When using SQL 2008 can I create a compatible SQL 2005 Express database and access it using VS 2008? Thanks, Miguel
"shapper" wrote in message news:d5954427-c8d1-4504-b980-d1bb67f40d85@e53g2000hsa.googlegroups.com... > Hello, > > When using SQL 2008 can I create a compatible SQL 2005 Express > database and access it using VS 2008? > > Thanks, > Miguel It should not be a problem *if* you install SP1 for VS 2008. SP1 adds support for SQL Server 2008 to VS 2008.
On Oct 1, 1:28 pm, "PvdG42" wrote: > "shapper" wrote in message > > news:d5954427-c8d1-4504-b980-d1bb67f40d85@e53g2000hsa.googlegroups.com... > > > Hello, > > > When using SQL 2008 can I create a compatible SQL 2005 Express > > database and access it using VS 2008? > > > Thanks, > > Miguel > > It should not be a problem *if* you install SP1 for VS 2008. SP1 adds > support for SQL Server 2008 to VS 2008. Thanks