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

Database

 
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 
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 
QuestionHow to split a .CSV file using a key Pin
ptrckmc2497-Jan-09 6:58
ptrckmc2497-Jan-09 6:58 
AnswerRe: How to split a .CSV file using a key Pin
Wendelius7-Jan-09 20:48
mentorWendelius7-Jan-09 20:48 
QuestionChinese characters in SELECT query Pin
Varghese Paul M7-Jan-09 2:10
Varghese Paul M7-Jan-09 2:10 
AnswerRe: Chinese characters in SELECT query Pin
Wendelius7-Jan-09 2:40
mentorWendelius7-Jan-09 2:40 
Questionretrieving data from several tables having same column name Pin
nripendra346-Jan-09 20:58
nripendra346-Jan-09 20:58 

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.