Click here to Skip to main content
16,005,080 members
Home / Discussions / Database
   

Database

 
Questionhelp me in login to Microsoft SQL Web Data Administrator with sql option Pin
Meax11-Feb-06 23:17
Meax11-Feb-06 23:17 
Questiona problem with SQL stored procedure , LIKE and '%' Pin
shabonaa11-Feb-06 11:09
shabonaa11-Feb-06 11:09 
AnswerRe: a problem with SQL stored procedure , LIKE and '%' Pin
Colin Angus Mackay11-Feb-06 13:26
Colin Angus Mackay11-Feb-06 13:26 
Questionconnect aplication with database engine? Pin
pandapatin11-Feb-06 1:23
pandapatin11-Feb-06 1:23 
AnswerRe: connect aplication with database engine? Pin
Colin Angus Mackay11-Feb-06 13:27
Colin Angus Mackay11-Feb-06 13:27 
QuestionWhich is Faster and more apprpriate to use? Pin
cbhkenshin11-Feb-06 0:20
cbhkenshin11-Feb-06 0:20 
AnswerRe: Which is Faster and more apprpriate to use? Pin
Super Lloyd11-Feb-06 1:15
Super Lloyd11-Feb-06 1:15 
AnswerRe: Which is Faster and more apprpriate to use? Pin
Colin Angus Mackay11-Feb-06 13:34
Colin Angus Mackay11-Feb-06 13:34 
cbhkenshin wrote:
I know the fastest way to get data from the SQL Server is by a Query


Ummmm.... Surely that is the only way? Either that, or we have a different idea of what a query is.

cbhkenshin wrote:
which one is fastest in c# for retriving data


Strictly speaking, and this is taking pedantry to the extreme, it would take the same amount of time to retrieve the data either way, because the time to retrieve the data is a function of SQL Server and not C#. However, as you are refering to the time it takes for the C# application to accept the data it is receiving then I agree Super Lloyd that it would be the first option.

cbhkenshin wrote:
and more apprpriate


Now, you mentioned this in the subject, but not the body. Which is more appropriate depends on your situation. You can take advantage of data binding with the latter method. With the former method you have to do more work yourself.



ColinMackay.net
"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

QuestionSQL : SubQuery Pin
dev_rfid10-Feb-06 21:06
dev_rfid10-Feb-06 21:06 
AnswerRe: SQL : SubQuery Pin
Colin Angus Mackay10-Feb-06 22:31
Colin Angus Mackay10-Feb-06 22:31 
GeneralRe: SQL : SubQuery Pin
dev_rfid10-Feb-06 23:14
dev_rfid10-Feb-06 23:14 
QuestionTable Splitting ? Pin
cbhkenshin10-Feb-06 18:48
cbhkenshin10-Feb-06 18:48 
AnswerRe: Table Splitting ? Pin
Colin Angus Mackay10-Feb-06 22:40
Colin Angus Mackay10-Feb-06 22:40 
QuestionHow to eliminate duplicate rows from a table? Pin
jkrao10-Feb-06 17:33
jkrao10-Feb-06 17:33 
AnswerRe: How to eliminate duplicate rows from a table? Pin
Colin Angus Mackay10-Feb-06 22:48
Colin Angus Mackay10-Feb-06 22:48 
QuestionDatabase design Pin
TheJudeDude10-Feb-06 13:25
TheJudeDude10-Feb-06 13:25 
AnswerRe: Database design Pin
Ben Meyers10-Feb-06 18:29
Ben Meyers10-Feb-06 18:29 
GeneralRe: Database design Pin
TheJudeDude11-Feb-06 0:56
TheJudeDude11-Feb-06 0:56 
GeneralRe: Database design Pin
Rob Graham11-Feb-06 5:11
Rob Graham11-Feb-06 5:11 
GeneralRe: Database design Pin
Ben Meyers11-Feb-06 9:42
Ben Meyers11-Feb-06 9:42 
GeneralRe: Database design Pin
TheJudeDude13-Feb-06 7:14
TheJudeDude13-Feb-06 7:14 
QuestionWrong values being stored to table Pin
TheJudeDude10-Feb-06 11:37
TheJudeDude10-Feb-06 11:37 
AnswerRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:26
professionalPaul Conrad10-Feb-06 12:26 
GeneralRe: Wrong values being stored to table Pin
TheJudeDude10-Feb-06 12:30
TheJudeDude10-Feb-06 12:30 
GeneralRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:36
professionalPaul Conrad10-Feb-06 12:36 

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.