Click here to Skip to main content
15,908,115 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1)when size limit of sql server express database exceed than 10GB then how it will handle?
2)Is file system play role in it?
3)what is file-stream and log file role in database size?
Posted

1 solution

It wont be able to restore a database whose backup is exceeding 10GB. This is the limit set for an express edition. An alternative would be to get another edition of SQL Server. An overview of 2008 SQL Server editions is :

https://www.mssqltips.com/sqlservertutorial/2202/choosing-a-version-of-sql-server/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900