Click here to Skip to main content
15,922,894 members
Home / Discussions / Database
   

Database

 
GeneralRe: XML Database Pin
Colin Angus Mackay20-Aug-05 23:03
Colin Angus Mackay20-Aug-05 23:03 
GeneralRe: XML Database Pin
Frank Kerrigan23-Aug-05 0:15
Frank Kerrigan23-Aug-05 0:15 
QuestionNewbie: ODBC or OleDb SQL Command Dictionary? Pin
zPaul19-Aug-05 9:49
zPaul19-Aug-05 9:49 
GeneralDataGrid bounded to a DataTable with composite key Pin
miah alom19-Aug-05 7:33
miah alom19-Aug-05 7:33 
Generaldropdownlist in datagrid Pin
sarah_chandran19-Aug-05 1:01
sarah_chandran19-Aug-05 1:01 
GeneralRe: dropdownlist in datagrid Pin
miah alom19-Aug-05 6:24
miah alom19-Aug-05 6:24 
GeneralHELP unable to connect to sql server Pin
christy1818-Aug-05 23:56
christy1818-Aug-05 23:56 
GeneralRe: HELP unable to connect to sql server Pin
Colin Angus Mackay19-Aug-05 0:21
Colin Angus Mackay19-Aug-05 0:21 
The error message tells you "SQL Server does not exist or access denied".

This means that there are the following possibilities:

1. The SQL Server is not installed on the machine you refer to. In this case localhost. I've never seen a SQL Server connect to local host so you might want to change that to "(local)" or the name of your machine.

2. The SQL Server is not running. You can use the Microsoft SQL Server Service Manage to ensure that it is running properly.

3. Your log in credentials are wrong. You are using "sa" (a big security risk, if you don't mind me saying) in your web application. If the SQL Server was installed using "Windows Authentication" then the sa account is not accessible (because SQL Server logins are only available in mixed mode authentication). In this case you should use an appropriate trusted connection.

4. The password you supplied is incorrect (and, by the way, thanks for sharing your system administraton password with the world. You do know that with that level of access an attacker can gain control over your machine via SQL Server?).

Does this help?


My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: an aside: localhost Pin
Scott Serl19-Aug-05 10:28
Scott Serl19-Aug-05 10:28 
GeneralRe: an aside: localhost Pin
Luis Alonso Ramos19-Aug-05 14:26
Luis Alonso Ramos19-Aug-05 14:26 
GeneralRe: an aside: localhost Pin
Scott Serl20-Aug-05 7:29
Scott Serl20-Aug-05 7:29 
GeneralThank you Pin
christy1819-Aug-05 18:06
christy1819-Aug-05 18:06 
GeneralRe: HELP unable to connect to sql server Pin
Rob Graham20-Aug-05 4:01
Rob Graham20-Aug-05 4:01 
GeneralUsing Check Boxes Pin
Binary011018-Aug-05 8:52
Binary011018-Aug-05 8:52 
GeneralRe: Using Check Boxes Pin
Christian Graus18-Aug-05 17:01
protectorChristian Graus18-Aug-05 17:01 
GeneralRe: Using Check Boxes Pin
Binary011018-Aug-05 20:44
Binary011018-Aug-05 20:44 
GeneralRe: Using Check Boxes Pin
toxcct18-Aug-05 20:37
toxcct18-Aug-05 20:37 
GeneralRe: Using Check Boxes Pin
miah alom19-Aug-05 6:42
miah alom19-Aug-05 6:42 
GeneralAbstraction Layer Factory Tool Pin
Tristan Rhodes18-Aug-05 2:26
Tristan Rhodes18-Aug-05 2:26 
GeneralRe: Abstraction Layer Factory Tool Pin
miah alom19-Aug-05 6:27
miah alom19-Aug-05 6:27 
GeneralRe: Abstraction Layer Factory Tool Pin
airbus38021-Aug-05 2:37
airbus38021-Aug-05 2:37 
GeneralHelp with crystal reports!!!! Pin
korso_rogan17-Aug-05 23:39
korso_rogan17-Aug-05 23:39 
GeneralCannot open backup device Pin
dhtuan17-Aug-05 22:21
dhtuan17-Aug-05 22:21 
Generalusing describe with MS Access Pin
mhmo17-Aug-05 6:57
mhmo17-Aug-05 6:57 
GeneralRe: using describe with MS Access Pin
Rob Graham17-Aug-05 10:20
Rob Graham17-Aug-05 10:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.