Click here to Skip to main content
15,905,028 members
Home / Discussions / Database
   

Database

 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 12:10
BobClarkSQL8-Jan-09 12:10 
RantMultiple DB servers is way too complicated Pin
David Mujica9-Jan-09 4:41
David Mujica9-Jan-09 4:41 
GeneralRe: Multiple DB servers is way too complicated Pin
BobClarkSQL9-Jan-09 5:03
BobClarkSQL9-Jan-09 5:03 
QuestionASP.NET 3.5 incompatible with SQL Server 2000? Pin
matadur8-Jan-09 8:02
matadur8-Jan-09 8:02 
AnswerRe: ASP.NET 3.5 incompatible with SQL Server 2000? Pin
Dave Kreskowiak8-Jan-09 8:22
mveDave Kreskowiak8-Jan-09 8:22 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 5:00
Jassim Rahma8-Jan-09 5:00 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:01
mentorWendelius8-Jan-09 6:01 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 4:59
Jassim Rahma8-Jan-09 4:59 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:00
mentorWendelius8-Jan-09 6:00 
GeneralRe: backup the sql database Pin
Jassim Rahma8-Jan-09 11:33
Jassim Rahma8-Jan-09 11:33 
GeneralRe: backup the sql database Pin
Wendelius8-Jan-09 11:39
mentorWendelius8-Jan-09 11:39 
QuestionPartial Result Set or view retrieval Pin
20c8-Jan-09 4:24
20c8-Jan-09 4:24 
Hello,

I store a lot of data in a table. An ordered subset of these data are to be displayed on a remote application. In order to minimize the network load and display latency I'd like to retrieve only the row that are really displayed. The remote application will request additional rows when the user scroll.

First I though I could use views and cursor to achieve this. It works well except when I need to display data add after the view creation. In this case I have to recreate the view which is quite long.

I'm connected through ODBC to SQL Server or MySQL. Is there an ODBC way to retrieve result set rows on demand (I don't want all the rows to be retrieved by the ODBC driver) ? So maybe I could use a simple SELECT request and get only the rows I need (assuming the SELECT will be fast enough).

Thanks
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 4:52
mentorWendelius8-Jan-09 4:52 
QuestionRe: Partial Result Set or view retrieval Pin
20c8-Jan-09 5:15
20c8-Jan-09 5:15 
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 5:57
mentorWendelius8-Jan-09 5:57 
Questionhow to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 2:52
vsaratkar8-Jan-09 2:52 
AnswerRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 2:57
mentorWendelius8-Jan-09 2:57 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 7:44
vsaratkar8-Jan-09 7:44 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 8:07
mentorWendelius8-Jan-09 8:07 
Questiondisplay week number Pin
rajkumar.38-Jan-09 0:18
rajkumar.38-Jan-09 0:18 
AnswerRe: display week number [modified] Pin
Wendelius8-Jan-09 1:39
mentorWendelius8-Jan-09 1:39 
QuestionSql Server 2000 working improperly after a power cut Pin
Aman Bhullar7-Jan-09 20:52
Aman Bhullar7-Jan-09 20:52 
AnswerRe: Sql Server 2000 working improperly after a power cut Pin
Wendelius7-Jan-09 21:11
mentorWendelius7-Jan-09 21:11 
QuestionMs access Pin
aerosmith2k17-Jan-09 13:19
aerosmith2k17-Jan-09 13:19 
AnswerRe: Ms access Pin
Wendelius7-Jan-09 19:44
mentorWendelius7-Jan-09 19:44 

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.