Click here to Skip to main content
15,906,574 members
Home / Discussions / Database
   

Database

 
GeneralRe: Access Database Backup Pin
John Kh5-Jun-08 8:54
John Kh5-Jun-08 8:54 
GeneralRe: Access Database Backup Pin
ChandraRam5-Jun-08 19:02
ChandraRam5-Jun-08 19:02 
QuestionSQL Reporting Services Problem (SSRS) Pin
arnoldpinto843-Jun-08 21:48
arnoldpinto843-Jun-08 21:48 
AnswerRe: SQL Reporting Services Problem (SSRS) Pin
Mycroft Holmes4-Jun-08 18:11
professionalMycroft Holmes4-Jun-08 18:11 
GeneralRe: SQL Reporting Services Problem (SSRS) Pin
arnoldpinto844-Jun-08 20:41
arnoldpinto844-Jun-08 20:41 
QuestionError when connect to sql express database Pin
Mekong River3-Jun-08 18:58
Mekong River3-Jun-08 18:58 
AnswerRe: Error when connect to sql express database Pin
Ashfield3-Jun-08 21:03
Ashfield3-Jun-08 21:03 
AnswerRe: Error when connect to sql express database Pin
Rutvik Dave5-Jun-08 11:28
professionalRutvik Dave5-Jun-08 11:28 
This is the common problem when you have installed the sql server express edition.

First you have to make sure that your Connection String is Correct.


most likely this problem is caused because in default condition sql server express edition cannot allow remote connection.

so please do following

Open "SQL Server Management Studio Express"
Connect to your Database
Right Click on the Database in Object Explorer
go to Properties
select "Security"
Now in Server Authentication Mode
select "SQL Server And Windows Authentication Mode"
Restart the SQL Server Service (if you dont know how then restart the computer Smile | :) )

if still have the problem then

go to

Start ->
SQL Server 2005 ->
Configuration Tools ->
SQL Server Surface Area Configuration

Then select "SQL Server Surface Area Configuration for Service & Connection"

now select "Remote Connection" ->
tick on "Remote and Local Connection" ->
again tick on "Use Both TCP/IP and Named Pipe"

Now go to Service "Stop" it and then "Start" it.

if you still have the problem then double check your connection string Laugh | :laugh:

Big Grin | :-D
QuestionSelect command Pin
mrkeivan3-Jun-08 8:42
mrkeivan3-Jun-08 8:42 
AnswerRe: Select command Pin
Mark J. Miller3-Jun-08 9:38
Mark J. Miller3-Jun-08 9:38 
QuestionView must begin with SELECT? Pin
boxubi3-Jun-08 4:26
boxubi3-Jun-08 4:26 
AnswerRe: View must begin with SELECT? Pin
Mark J. Miller3-Jun-08 8:11
Mark J. Miller3-Jun-08 8:11 
AnswerRe: View must begin with SELECT? Pin
SomeGuyThatIsMe3-Jun-08 8:13
SomeGuyThatIsMe3-Jun-08 8:13 
AnswerRe: View must begin with SELECT? Pin
Mycroft Holmes4-Jun-08 18:18
professionalMycroft Holmes4-Jun-08 18:18 
QuestionTable Variable result set ??? Pin
tthellebuyck3-Jun-08 3:52
tthellebuyck3-Jun-08 3:52 
AnswerRe: Table Variable result set ??? Pin
dan!sh 3-Jun-08 4:08
professional dan!sh 3-Jun-08 4:08 
AnswerRe: Table Variable result set ??? Pin
John Ad3-Jun-08 4:12
John Ad3-Jun-08 4:12 
Questioncalling procedure within trigger Pin
Mr.Kode2-Jun-08 20:44
Mr.Kode2-Jun-08 20:44 
AnswerRe: calling procedure within trigger Pin
Ashfield2-Jun-08 21:43
Ashfield2-Jun-08 21:43 
GeneralRe: calling procedure within trigger Pin
Mr.Kode2-Jun-08 22:42
Mr.Kode2-Jun-08 22:42 
GeneralRe: calling procedure within trigger Pin
Ashfield3-Jun-08 1:23
Ashfield3-Jun-08 1:23 
AnswerRe: calling procedure within trigger Pin
Member 33013254-Jun-08 10:00
Member 33013254-Jun-08 10:00 
QuestionProblem on applying MySql.Data.dll into Visual Studio 2003 for VB.NET Pin
drexler_kk2-Jun-08 16:31
drexler_kk2-Jun-08 16:31 
AnswerCross post Pin
dan!sh 2-Jun-08 20:31
professional dan!sh 2-Jun-08 20:31 
Questionsql editor Pin
xybroxymoron2-Jun-08 16:12
xybroxymoron2-Jun-08 16:12 

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.