Yash Softech : Career
Posted using ShareThis
CGVYAPAM RESULTS
Results of CG Shikhsha Karmi and other exams held by CGVYAPAM can be found here :
http://www.cgvyapam.in
Try the alternate link if the above one is not working
http://www.cgvyapam.in
http://www.cgvyapam.in
Try the alternate link if the above one is not working
http://www.cgvyapam.in
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
"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."
Here is the way to get rid of this problem.
Follow through the steps:
Step 1. Enabling User Instances on your SQL Server installation
First we are going 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',
Step 2.
Go
Reconfigure
Run this query and then restart the SQL Server.
Step 3. 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):
C:\Documents and Settings\YOUR_PC_USERNAME\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS
After deleting this directory you can go to Visual Studio, create ASP.NET Website and click on your App_Data folder and choose Add New Item and then choose SQL Server Database and it should work!!!
Subscribe to:
Posts (Atom)
Running Total In SQL Server
Running total refers to the sum of values in all cells of a column that precedes the next cell in that particular column. Using Window Funct...
-
Recently I faced a scenario where I needed to find if a particular url is used in hyperlink in 100s of ppt. Opening ppt and looking for the ...
-
It is a nightmare to find a good web hosting company in India. Two years back when I started Yash Softech, I searched a lot for a good web h...
-
In continuation to my previous article on PowerShell to find hyperlink texts in ppt , here I am going to show how to find hyperlinks in Word...