i have sql server 2000 and sql server 2005(trial) installed on different machine. What i want to do is running the aspnetdb database on 2000.Ofcourse i can only run aspnet_regsql on 2005.
I already now have my aspnetdb.mdf on 2005. What i want to do now is to import this database on 2000. I used export from 2005 but stored procedure did not transfer. How can i get this and transefer to 2000 from 2005?