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 7:16am

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 7:31am

Hello,

Is the actual SQL Server instance an Enterprise Edition? In that case you should make sure the instance and the databases are not using Enterprise Edition features before transferring databases to the new Express edition instance.


You may consider to use the backup and restore method for migrating those databases.

Please consider you wont have SQL Server Agent to schedule jobs on a SQL Server Express Edition instance.



Hope this helps.



Regards,

Alberto Morillo
SQLCoffee.com


September 3rd, 2015 1:51pm

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?

Plain and simple answer NO, you cannot *convert* it and I assume you have licensed version of 2012 why do you actually want to change it into express which has lot of limitations.

Now can you tell me what is your requirement may be I can suggest you an alternative

Free Windows Admin Tool Kit Click here and download it now
September 8th, 2015 2:56am

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

Other recent topics Other recent topics