List of SQL Server Express gotchas?

  • Is there a list anywhere of the different behaviour of SQL Express?

    It's things like the Auto Close setting defaulting to on whatever you choose in the Model database.

    Is this a one off or are there lots of these?

    (Not the size/memory limits)

  • There are three (3) versions of SQL Express

    Express

    Express with Advanced Services

    Express with Tools

    For an idea of exactly what each version's features go here

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

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • i can think of only a couple offthe top of my head:

    TCP/IP / remote connections are not enabled by default.

    no Dedicated Admin Connection is available by default.

    depending on the version of installed, you might not have SSMS.

    it's really easy to not add yourself as an administrator during instalation + leave sa account disabled, so you don't have access after installation.

    hopefully others will chime in as well.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply