Click here to Skip to main content
15,896,154 members
Home / Discussions / Database
   

Database

 
JokeRe: SQL Server Time data type and negative TimeSpan values? Pin
Chris Meech9-Sep-11 7:40
Chris Meech9-Sep-11 7:40 
GeneralRe: SQL Server Time data type and negative TimeSpan values? Pin
Jörgen Andersson9-Sep-11 8:29
professionalJörgen Andersson9-Sep-11 8:29 
AnswerRe: SQL Server Time data type and negative TimeSpan values? Pin
jschell9-Sep-11 7:16
jschell9-Sep-11 7:16 
AnswerRe: SQL Server Time data type and negative TimeSpan values? Pin
Jörgen Andersson9-Sep-11 8:18
professionalJörgen Andersson9-Sep-11 8:18 
GeneralRe: SQL Server Time data type and negative TimeSpan values? Pin
Wendelius9-Sep-11 11:18
mentorWendelius9-Sep-11 11:18 
AnswerRe: SQL Server Time data type and negative TimeSpan values? Pin
Wendelius9-Sep-11 11:17
mentorWendelius9-Sep-11 11:17 
QuestionSQL Paging Pin
benams7-Sep-11 0:14
benams7-Sep-11 0:14 
AnswerRe: SQL Paging Pin
Wendelius7-Sep-11 0:36
mentorWendelius7-Sep-11 0:36 
In my opinion you're right on track.

However, things could get complicated if the amount of rows in the result set is changing (because the amount of rows changes, criteria changes etc). So a straightforward solution would be using paging nevertheless. If the connection between the application and the database isn't slow and the database isn't over utilized, this shouldn't cause too much wait time.

Of course if you have tables that you know are always small, fetching all one time and then paging locally would be an easy thing to do.
The need to optimize rises from a bad design.My articles[^]

AnswerRe: SQL Paging Pin
jschell7-Sep-11 8:49
jschell7-Sep-11 8:49 
AnswerRe: SQL Paging Pin
Mycroft Holmes7-Sep-11 12:50
professionalMycroft Holmes7-Sep-11 12:50 
GeneralRe: SQL Paging Pin
David Skelly7-Sep-11 22:24
David Skelly7-Sep-11 22:24 
QuestionSQL server and multi core cpu utilization Pin
Mehdi Gholam6-Sep-11 18:12
Mehdi Gholam6-Sep-11 18:12 
AnswerRe: SQL server and multi core cpu utilization Pin
Wendelius6-Sep-11 19:50
mentorWendelius6-Sep-11 19:50 
GeneralRe: SQL server and multi core cpu utilization Pin
Mehdi Gholam6-Sep-11 21:23
Mehdi Gholam6-Sep-11 21:23 
GeneralRe: SQL server and multi core cpu utilization Pin
Wendelius6-Sep-11 21:57
mentorWendelius6-Sep-11 21:57 
AnswerRe: SQL server and multi core cpu utilization Pin
jschell7-Sep-11 8:50
jschell7-Sep-11 8:50 
GeneralRe: SQL server and multi core cpu utilization Pin
Mehdi Gholam7-Sep-11 9:12
Mehdi Gholam7-Sep-11 9:12 
GeneralRe: SQL server and multi core cpu utilization Pin
jschell8-Sep-11 8:33
jschell8-Sep-11 8:33 
QuestionPicture's in the database? Pin
David C# Hobbyist.6-Sep-11 11:55
professionalDavid C# Hobbyist.6-Sep-11 11:55 
AnswerRe: Picture's in the database? Pin
Mycroft Holmes6-Sep-11 12:39
professionalMycroft Holmes6-Sep-11 12:39 
GeneralRe: Picture's in the database? Pin
David C# Hobbyist.6-Sep-11 15:04
professionalDavid C# Hobbyist.6-Sep-11 15:04 
AnswerRe: Picture's in the database? Pin
PIEBALDconsult6-Sep-11 14:48
mvePIEBALDconsult6-Sep-11 14:48 
GeneralRe: Picture's in the database? Pin
David C# Hobbyist.6-Sep-11 15:00
professionalDavid C# Hobbyist.6-Sep-11 15:00 
AnswerRe: Picture's in the database? Pin
Pradeep Shukla6-Sep-11 18:20
professionalPradeep Shukla6-Sep-11 18:20 
AnswerRe: Picture's in the database? Pin
Wendelius6-Sep-11 19:45
mentorWendelius6-Sep-11 19:45 

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.