Click here to Skip to main content
15,890,416 members
Home / Discussions / Database
   

Database

 
QuestionHow to compare time Pin
Leelanga30-Apr-05 22:13
Leelanga30-Apr-05 22:13 
AnswerRe: How to compare time Pin
Alexey A Abramov3-May-05 9:09
Alexey A Abramov3-May-05 9:09 
GeneralRe: How to compare time Pin
Leelanga4-May-05 5:49
Leelanga4-May-05 5:49 
QuestionPossible to pass table as parametr to stored procedure??? Pin
_J_30-Apr-05 8:28
_J_30-Apr-05 8:28 
AnswerRe: Possible to pass table as parametr to stored procedure??? Pin
NewSilence30-Apr-05 18:52
NewSilence30-Apr-05 18:52 
GeneralRe: Possible to pass table as parametr to stored procedure??? Pin
_J_30-Apr-05 22:02
_J_30-Apr-05 22:02 
Questionhow to efficiently use dataset in large database? Pin
feyang30-Apr-05 2:24
feyang30-Apr-05 2:24 
AnswerRe: how to efficiently use dataset in large database? Pin
Colin Angus Mackay30-Apr-05 10:27
Colin Angus Mackay30-Apr-05 10:27 
You should generally retrieve as little information from the server as possible. This will reduce the network bandwidth required between the database server and your application. It also means that SQL Server doesn't have to process as much data in order to satisfy your query. Also, remember that SQL Server is much more efficient at filtering a result set than the filtering in .NET - after all, that is a big part of SQL Server's purpose in life.

However, this is general advice and may not be applicable for your application. You should do some performance testing to see which works better. If your sample set of data while you are working on the development is too small you may get skewed results.


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


GeneralBegineer 's questions:using ADO Pin
brilliant10129-Apr-05 20:40
brilliant10129-Apr-05 20:40 
GeneralSQL Query Problem. Pin
Asim N.29-Apr-05 16:23
Asim N.29-Apr-05 16:23 
GeneralRe: SQL Query Problem. Pin
Colin Angus Mackay30-Apr-05 0:48
Colin Angus Mackay30-Apr-05 0:48 
GeneralField change data type after detach and attach database to sql server Pin
Mekong River28-Apr-05 23:54
Mekong River28-Apr-05 23:54 
GeneralRe: Field change data type after detach and attach database to sql server Pin
Albert Pascual30-Apr-05 4:57
sitebuilderAlbert Pascual30-Apr-05 4:57 
GeneralRe: Field change data type after detach and attach database to sql server Pin
Mekong River30-Apr-05 19:40
Mekong River30-Apr-05 19:40 
GeneralInner Datagrid, date format Pin
mansir 12328-Apr-05 23:36
mansir 12328-Apr-05 23:36 
GeneralData Projects Pin
gantww28-Apr-05 10:44
gantww28-Apr-05 10:44 
GeneralRe: Data Projects Pin
Desi Bravo13-May-05 12:04
Desi Bravo13-May-05 12:04 
GeneralMS SQL 2005 Express Pin
Jassim Rahma28-Apr-05 6:43
Jassim Rahma28-Apr-05 6:43 
GeneralRe: MS SQL 2005 Express Pin
Christian Graus1-May-05 11:25
protectorChristian Graus1-May-05 11:25 
QuestionLinked Server in MSDE? Pin
-Dr_X-28-Apr-05 3:29
-Dr_X-28-Apr-05 3:29 
Generalasp.net sessions Pin
Anonymous27-Apr-05 21:08
Anonymous27-Apr-05 21:08 
GeneralRe: asp.net sessions Pin
Colin Angus Mackay27-Apr-05 22:37
Colin Angus Mackay27-Apr-05 22:37 
GeneralRe: asp.net sessions Pin
mansir 1231-May-05 19:18
mansir 1231-May-05 19:18 
GeneralASP.NET Pin
panchal198327-Apr-05 19:46
panchal198327-Apr-05 19:46 
GeneralRe: ASP.NET Pin
Colin Angus Mackay27-Apr-05 20:40
Colin Angus Mackay27-Apr-05 20:40 

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.