Working with a sql database on SQL Server 2012 and work with the same database on SQL Server Express 2012 is the same?

StackOverflow https://stackoverflow.com/questions/19574132

문제

I have this question about the SQL Server and SQL Server Express. In my client machine, the database that he's using is SQL Server 2012 and in my machine i have SQL Server 2005.. so i want to install another instance and a friend told me that i dont need to install the SQL Server 2012 Standard (the one that they have) and with the SQL Server 2012 Express will work.. is that ok?

I really don't know the real difference in working with SQL Server Express 2012 and SQL Server Standard 2012 (with the same database).

도움이 되었습니까?

해결책

On of the major differences is that with express you not be able to back ups over the network. Local backups only. When I do back ups from the SqlExpress Server Manager Studio it doesn't recognize mounted drives. Check out this for a more formal approach to your question

[http://msdn.microsoft.com/en-us/library/cc645993.aspx][1]

다른 팁

Check through this document:

Features supported by the editions of SQL Server 2012

You will soon be able to see if there are any features that you are using in standard that are not available in express.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top