Click here to Skip to main content
16,009,255 members
Home / Discussions / Database
   

Database

 
QuestionHow do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 10:35
BobClarkSQL8-Jan-09 10:35 
AnswerRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
Wendelius8-Jan-09 10:40
mentorWendelius8-Jan-09 10:40 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 11:05
BobClarkSQL8-Jan-09 11:05 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
Wendelius8-Jan-09 11:15
mentorWendelius8-Jan-09 11:15 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 11:23
BobClarkSQL8-Jan-09 11:23 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
Wendelius8-Jan-09 11:31
mentorWendelius8-Jan-09 11:31 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
ColinM1238-Jan-09 11:54
ColinM1238-Jan-09 11:54 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 12:05
BobClarkSQL8-Jan-09 12:05 
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 
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 4:52
mentorWendelius8-Jan-09 4:52 
You could look at SQLFetchScroll[^].

The downside is that the cursor must be open all the time, which can lead to several problems. If you want to close the cursor between calls then you have ty dynamically modify the sql statement so that you define new "offset" every time.

The need to optimize rises from a bad design.My articles[^]

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 

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.