Click here to Skip to main content
15,921,212 members
Home / Discussions / Database
   

Database

 
GeneralRe: Change Query Type To Check Query Before Executing Pin
Kyudos29-Sep-10 16:32
Kyudos29-Sep-10 16:32 
AnswerRe: Change Query Type To Check Query Before Executing Pin
Mycroft Holmes29-Sep-10 16:01
professionalMycroft Holmes29-Sep-10 16:01 
GeneralRe: Change Query Type To Check Query Before Executing Pin
Kyudos29-Sep-10 16:35
Kyudos29-Sep-10 16:35 
GeneralLog the Ad-Hoc statements Pin
David Mujica30-Sep-10 5:41
David Mujica30-Sep-10 5:41 
GeneralRe: Log the Ad-Hoc statements [modified] Pin
Eddy Vluggen30-Sep-10 6:37
professionalEddy Vluggen30-Sep-10 6:37 
GeneralRe: Log the Ad-Hoc statements Pin
Kyudos30-Sep-10 9:59
Kyudos30-Sep-10 9:59 
QuestionHow to find SQL Server name? Pin
AmbiguousName29-Sep-10 4:13
AmbiguousName29-Sep-10 4:13 
AnswerRe: How to find SQL Server name? Pin
Karthik. A29-Sep-10 4:36
Karthik. A29-Sep-10 4:36 
If you have installed a default instance, any of this should work - . (a dot indicating the local instance) or your-machine-name or your-machine-name\MSSQLSERVER

If you have installed a named instance, you need to enter that named instance.

Simply, you could find a list of all local servers installed by doing this:

* Click on the "Server name:" drop down
* Select "<Browse for more...>"
* Select "Local Servers" tab
* Expand "Database Engine"
* Here the instances are listed, choose 1 of them

Regarding the type of login, it depends on how you installed your ms sql server, if you installed with windows authentication choose that. If you installed with mixed mode, you should be remembering the sa password you supplied at the time of installation. So choose "SQL server authentication" in "Authentication:" and enter the user name as "sa" and the password you chose

Hope this helps...
Cheers,
Karthik

GeneralRe: How to find SQL Server name? Pin
AmbiguousName29-Sep-10 5:06
AmbiguousName29-Sep-10 5:06 
GeneralRe: How to find SQL Server name? Pin
Karthik. A29-Sep-10 7:41
Karthik. A29-Sep-10 7:41 
GeneralRe: How to find SQL Server name? Pin
Mycroft Holmes29-Sep-10 15:55
professionalMycroft Holmes29-Sep-10 15:55 
QuestionUnLock Stored Procedures Pin
jojoba201129-Sep-10 3:01
jojoba201129-Sep-10 3:01 
AnswerRe: UnLock Stored Procedures Pin
Mycroft Holmes29-Sep-10 12:11
professionalMycroft Holmes29-Sep-10 12:11 
QuestionData Binding, Combo Boxes, and Related tables. Pin
patzerFish28-Sep-10 14:10
patzerFish28-Sep-10 14:10 
AnswerRe: Data Binding, Combo Boxes, and Related tables. PinPopular
Mycroft Holmes28-Sep-10 14:40
professionalMycroft Holmes28-Sep-10 14:40 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
PIEBALDconsult28-Sep-10 14:54
mvePIEBALDconsult28-Sep-10 14:54 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Mycroft Holmes28-Sep-10 15:15
professionalMycroft Holmes28-Sep-10 15:15 
AnswerRe: Data Binding, Combo Boxes, and Related tables. Pin
Luc Pattyn28-Sep-10 15:34
sitebuilderLuc Pattyn28-Sep-10 15:34 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Mycroft Holmes28-Sep-10 15:43
professionalMycroft Holmes28-Sep-10 15:43 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Luc Pattyn28-Sep-10 15:54
sitebuilderLuc Pattyn28-Sep-10 15:54 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Roger Wright29-Sep-10 3:13
professionalRoger Wright29-Sep-10 3:13 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Mycroft Holmes29-Sep-10 12:09
professionalMycroft Holmes29-Sep-10 12:09 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Roger Wright29-Sep-10 17:00
professionalRoger Wright29-Sep-10 17:00 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
MSBassSinger30-Sep-10 3:24
professionalMSBassSinger30-Sep-10 3:24 
GeneralRe: Data Binding, Combo Boxes, and Related tables. Pin
Mycroft Holmes30-Sep-10 12:03
professionalMycroft Holmes30-Sep-10 12:03 

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.