Downgrading ASPNETDB from 2005 to 2000

  • Thread starter Thread starter Cirene
  • Start date Start date
C

Cirene

I created my ASP.NET website with VS 2008. It created the SQL 2005 db for
asp.net membership stuff.

My server only accepts SQL Server 2000 dbs.

Any advice on "downgrading"?

If I just create scripts for the tables, views and stored procs, should I be
all set? Or are there other concerns?

Thanks!
 
Yes, the scripts should work fine from what I've seen before. I don't
believe there's anything specific to SQL 2005 in any of the T-SQL statements
so a create script should do just fine for you.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression
 
Back
Top