locked
SQL Queries RRS feed

  • Question

  • Hai,

    I need urgent help

    I am able to use the sql server and execute queries as well

    however, When I try to use sql server database in asp.net or windows form, it says the following error

    "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed."


    Some steps in the forum, but I'm unable to execute the 2nd steps as I could not find the <tt>C:\Documents and Settings</tt> setting although I re-configured using first step 1step

     

    Step 1. Enabling User Instances on your SQL Server installation
    First we are gonna make sure we have enabled User Instances for SQL Server installation.

    Go to Query Window in SQL Server Management Studio and type this:

    exec sp_configure 'user instances enabled', 1.
    Go
    Reconfigure

    Run this query and then restart the SQL Server.

    Step 2. Deleting old files
    Now we need to delete any old User Instances.
    Go to your C drive and find and completely DELETE this path (and all files inside):

    <tt>
    </tt> <tt>C:\Documents and Settings\YOUR_USERNAME \Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS</tt>

    Urgent!! please

    Thanks

     

     

     

     

    • Moved by edhickey Tuesday, October 12, 2010 2:59 PM (From:.NET 3.0/3.5 Windows Workflow Foundation)
    Tuesday, October 12, 2010 1:50 PM

Answers

  • C:\Documents and Settings\ is a Windows XP path. The equivalent in Window 7 is C:\Users\

    So try C:\users\<username>\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS


    Rick Byham, Microsoft, SQL Server Books Online, Implies no warranty
    • Proposed as answer by WeiLin Qiao Thursday, October 14, 2010 6:19 AM
    • Marked as answer by Alex Feng (SQL) Monday, October 25, 2010 5:02 AM
    Wednesday, October 13, 2010 3:21 PM
    Answerer

All replies

  • That means  you can connect to the server but failed to execute queries? To 'delete' instance  you need to uninstall SQL Server instance from control panel
    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
    Wednesday, October 13, 2010 7:30 AM
    Answerer
  • C:\Documents and Settings\ is a Windows XP path. The equivalent in Window 7 is C:\Users\

    So try C:\users\<username>\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS


    Rick Byham, Microsoft, SQL Server Books Online, Implies no warranty
    • Proposed as answer by WeiLin Qiao Thursday, October 14, 2010 6:19 AM
    • Marked as answer by Alex Feng (SQL) Monday, October 25, 2010 5:02 AM
    Wednesday, October 13, 2010 3:21 PM
    Answerer