Results 1 to 12 of 12

Thread: SQL Server 2005 Express

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    SQL Server 2005 Express

    Is there any limitations in SQL Server 2005 express ? Can I use it for my database at my job ?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Server 2005 Express

    It depends what you mean by limitations.. if you mean "am I allowed to use it for business use" the answer is Yes.

    If you mean the software limitations... there is a maximum database size of 4GB, and some other limitations that you probably wont care about. More details can be found here (from the "SQL Server 2005 useful info" sticky thread).

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: SQL Server 2005 Express

    What is the limitation for business use ?

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: SQL Server 2005 Express

    Other than the maximum size, none. Do you think you database will exceed 4 gig?

    Did you look at si_the_geeks link?

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Server 2005 Express

    Nothing - you are allowed to use it, as stated in my previous post.

    The limitations are essentially software based.. if those limits are too restrictive you'll need a full version, rather than the Express Edition.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: SQL Server 2005 Express

    I currently have a 75 Mb Access database and I would like to convert it to SQL server to speed up the queries

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: SQL Server 2005 Express

    Quote Originally Posted by Gensor
    I currently have a 75 Mb Access database and I would like to convert it to SQL server to speed up the queries
    75 Mb is less practically less than nothing.

    You shouldn't have a problem.

    Is this conversion cleared with your management?

    You do realize that you will have to recode and recompile and reroll out the application after the conversion. You also realize that you will need to put together a migration process that will take the records from your Access database and put them into your SQL Server database, right? And, that this will need to be run a few times during your recoding.

    I would suggest you create a Test platform and production platform on SQL Server as well.

  8. #8
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Server 2005 Express

    The conversion may or may not alter the speed, it depends on various factors. For example:

    If the database is only accessed by one user (and the database is store on their computer) then SQL Server Express will be slightly slower, but not too much.

    If the database is on a network, SQL Server is likely to be faster (but this is not guaranteed).

    The more users that are connected, the faster it becomes compared to Access.

    ..the chances are that making sure the table design (and indexes etc) are correct will have a bigger impact on the speed.

  9. #9

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: SQL Server 2005 Express

    I think that in SQL Server, I can do stored procedure which I can't with Access

  10. #10
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Server 2005 Express

    Correct.. and they are very useful tools (especially for security, or if you have multiple applications that work with the same database).

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Granby, Qc, Canada
    Posts
    602

    Re: SQL Server 2005 Express

    I thought is was to speed up the queries !

  12. #12
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: SQL Server 2005 Express

    Potentially they can (and often do), but that depends entirely on the queries.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width