Click here to Skip to main content
15,913,685 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help Optimizing the Following SP Pin
J4amieC2-Oct-08 3:11
J4amieC2-Oct-08 3:11 
AnswerRe: Help Optimizing the Following SP Pin
Ashfield2-Oct-08 3:12
Ashfield2-Oct-08 3:12 
AnswerUse SQL Server Management Studio to Optimize SQL statements Pin
David Mujica2-Oct-08 3:13
David Mujica2-Oct-08 3:13 
QuestionCommunication Layer between Application and SQL Server Pin
swjam1-Oct-08 21:55
swjam1-Oct-08 21:55 
AnswerRe: Communication Layer between Application and SQL Server Pin
Mycroft Holmes1-Oct-08 22:43
professionalMycroft Holmes1-Oct-08 22:43 
GeneralRe: Communication Layer between Application and SQL Server Pin
swjam2-Oct-08 0:45
swjam2-Oct-08 0:45 
GeneralRe: Communication Layer between Application and SQL Server Pin
Mycroft Holmes2-Oct-08 1:25
professionalMycroft Holmes2-Oct-08 1:25 
AnswerRe: Communication Layer between Application and SQL Server Pin
Mark Churchill2-Oct-08 5:38
Mark Churchill2-Oct-08 5:38 
The connection string is passed downwards to the SQL server ADO provider. So, yes, the provider will pull out the server name and connect to it (performing the DNS query along the way).

The database server will be responsible for verifying credentials.

In reality theres quite a bit happening under the hood. In the most simple terms, the ADO/OLEDB provider expose a common interface for querying a database server. The initialisation parameters are provided using a connection string, because they can vary a fair bit between providers. How the provider talks to the server is now nicely abstracted. The SQL Server provider just translates the "friendly" ADO interface into SQL Server specific guff.

There'll likely be a fair bit more detail on the MSDN. If you need more, search for ADO.Net related stuff.


QuestionPassing parameters to the auto generated GetBy of the visual studio 2005 auto generated table adapter Pin
Berlus1-Oct-08 19:09
Berlus1-Oct-08 19:09 
QuestionExporting\Importing sql server 2000 data and structure Pin
Berlus1-Oct-08 19:08
Berlus1-Oct-08 19:08 
AnswerRe: Exporting\Importing sql server 2000 data and structure Pin
Mycroft Holmes1-Oct-08 22:47
professionalMycroft Holmes1-Oct-08 22:47 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Ashfield2-Oct-08 0:16
Ashfield2-Oct-08 0:16 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Mycroft Holmes2-Oct-08 0:32
professionalMycroft Holmes2-Oct-08 0:32 
GeneralRe: Exporting\Importing sql server 2000 data and structure Pin
Ashfield2-Oct-08 0:43
Ashfield2-Oct-08 0:43 
AnswerRe: Exporting\Importing sql server 2000 data and structure Pin
Paddy Boyd2-Oct-08 2:35
Paddy Boyd2-Oct-08 2:35 
QuestionReporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 5:36
J4amieC1-Oct-08 5:36 
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
SomeGuyThatIsMe1-Oct-08 11:12
SomeGuyThatIsMe1-Oct-08 11:12 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 22:18
J4amieC1-Oct-08 22:18 
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
Ashfield1-Oct-08 21:09
Ashfield1-Oct-08 21:09 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
J4amieC1-Oct-08 22:17
J4amieC1-Oct-08 22:17 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
Mycroft Holmes1-Oct-08 22:52
professionalMycroft Holmes1-Oct-08 22:52 
GeneralRe: Reporting against a volatile, high traffic high availability system Pin
Ashfield2-Oct-08 0:38
Ashfield2-Oct-08 0:38 
AnswerRe: Reporting against a volatile, high traffic high availability system Pin
Wendelius3-Oct-08 22:22
mentorWendelius3-Oct-08 22:22 
Questionupdate sql server Pin
zorronami1-Oct-08 4:51
zorronami1-Oct-08 4:51 
AnswerRe: update sql server Pin
Ashfield1-Oct-08 8:48
Ashfield1-Oct-08 8:48 

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.