How to convert SS Express to full version database?

Filed under: Integration Services, SQL Server 2005 — SQL Stan at 12:15 pm on Friday, August 3, 2007

Q:  I am developing a web application using SQL Server 2005 Express. When I deploy it I will need to create the database on my host’s database server, which is of course the full editon. How does one go about converting the Express file to a full version database?

Bryan Oliver says:  SQL Server Express uses the same reliable and high-performance database engine as the other versions of SQL Server 2005. It also uses the same data access APIs such as ADO.NET, SQL Native Client, and T-SQL. In fact, it is differentiated from the rest of the SQL Server 2005 editions only by the following:

Lack of enterprise features support
Limited to one CPU
One GB memory limit for the buffer pool
Databases have a 4 GB maximum size

So in other words you have nothing to worry about moving from the express edition to the full version of SQL Server

Technorati Tags:
, , ,

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>