SQL

Error connecting to SQL Server: ''Error: 26 - Error Locating Server/Instance Specified''

12/01/2009April Daniels
Symptom When connecting to SQL Server, whether from the ODBC DSN or another method, you may experience all or part of the following error message: An error has occurred while establishing a connection to the server. When connecting to SQL Ser...

In SQL Server Management Studio, why is there a red arrow pointing down in the icon next to a login?

09/09/2009April Daniels
Question In SQL Server Management Studio, why is there a red arrow pointing down in the icon next to a login? This icon can be found in the Object Explorer. Expand Security , then expand Logins , and note that one or more of the login icons...

''Cannot open backup device'' message when trying to back up SQL database

11/14/2008April Daniels
Symptom When running Database Backup in SQL Server the following error message appears: "Backup failed for server "XXXXXX". (Microsoft.SqlServer.Express.Smo)" Additional Information: System.Data.SqlClient.SqlError: Cannot Open Backup Device...

How to perform a clean uninstall of Microsoft SQL Server

10/03/2008April Daniels
How to perform a clean uninstall of Microsoft SQL Server Procedure Steps Important: Modifying the registry could cause irreversible damage to your Windows operating system; be sure to back up the registry before making any changes. Follow...

How to change the Lenel database password

03/20/2008April Daniels
How to change the Lenel database password Procedure Steps 1) Click the Start button, then select Programs > Microsoft SQL Server xxxx > SQL Server Management Studio . 2) Log into SQL Server Management Studio. 2) In the Object Explor...

How to restore a database backup to SQL Server

10/22/2007April Daniels
 How to restore a database backup to SQL Server  Procedure Steps 1) Install OnGuard, SQL Express, and Microsoft SQL Server  Management Studio. Microsoft SQL Server Management Studio and SQL Express can  be downloaded from Microsoft a...

How to check SQL Server Authentication Mode

10/22/2007April Daniels
How to check SQL Server authentication settings Procedure Steps 1) Start Microsoft SQL Server Management Studio. 2) Right-click the server name and select "Properties." 3) Select the Security page. 4) Verify that Server authentication is...

How to attach a database using SQL Server Management Studio

10/22/2007April Daniels
How to attach a database to SQL Server  Procedure Steps 1) Open Microsoft SQL Server Management Studio.   2) In the left pane, right-click on Databases and select Attach . 3) In the Databases to attach section, click [Add]. 4) Bro...

How to modify the server name in SQL Server

10/22/2007April Daniels
How to modify the server name in SQL Server Procedure Steps NOTE: Please be sure to back up the Master and AccessControl databases before proceeding. To update the name do the following: 1) Open the Microsoft SQL Server Management Tool....