How would you do the below if possible:
Say you are using SQL Server Express 2008 R2 with a 10G database. You want to still use that database with the Express edition, but you're weary of the 10GB limitation size on databases. Is it possible to create a new database (it is much smaller than the 10GB limitation) from scratch and still use everything in that old 10GB database. Will the performance degrade substantially. Can the new database grow to 10GB.
Thank you,