Conversion from sql server 2012
I have a database in SQL server 2012. I want to convert it to SQL express 2012. Is that possible? if yes how can I do that?
September 3rd, 2015 3:20am

both use the same database Level, so detach/attach should work just fine (

https://msdn.microsoft.com/en-us/library/ms187858.aspx?f=255&MSPPError=-2147217396 ).

consider however the limitatiosn, like the database cannot be bigger 10gb (

http://www.microsoft.com/en-us/server-cloud/Products/sql-server-editions/sql-server-express.aspx )

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 3:35am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics