Results 1 to 4 of 4

Thread: Deploying SQL Server Express 2005.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2004
    Location
    carmi,IL.
    Posts
    105

    Deploying SQL Server Express 2005.

    Hello:

    I have converted my database and application to now use SQL Server Express 2005.

    What do I need to deploy SQL Server Express 2005 and get it setup on the clients pc without any inter-action from them?

    Thanks for any information.
    David M. Camp

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: Deploying SQL Server Express 2005.

    You might get started by reading through Embedding SQL Server Express into Custom Applications.

    Some people also recommend using Microsoft Component Installer Software Development Kit for Windows (x86) Version 2.0 for assisting in this.

    Note that SQL Server Express 2005 is being sunsetted. SQL Server 2008 Express.

  3. #3
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Deploying SQL Server Express 2005.

    I have a access db that i put in a resource file, it only gets used if not present.
    Resource file info: http://support.microsoft.com/kb/q194409/
    Don't know about what routine needs to get SQL Server Express 2005 running in this manner, but the resource could hold the physical db
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Deploying SQL Server Express 2005.

    Quote Originally Posted by isnoend07
    I have a access db that i put in a resource file, it only gets used if not present.
    Resource file info: http://support.microsoft.com/kb/q194409/
    Don't know about what routine needs to get SQL Server Express 2005 running in this manner, but the resource could hold the physical db
    It is not easy as you think it is. You need to install the server so get access to the database itself, if you only attach the database files (.mdf & .ldf files) then you cannot do much about it if the server (or engine) itself has not been installed.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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