dbTalk Databases Forums  

SP3 & Cursors

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SP3 & Cursors in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ahmed Zayan
 
Posts: n/a

Default SP3 & Cursors - 10-02-2003 , 01:02 PM







We just installed SP3 and the cursor behaviors changed,
does anyone know anything about that? I call this stored
procedure from DTS:

DECLARE Queue_cursor
SCROLL CURSOR FOR SELECT SOURCE_PATH,COMPANY, TABLE_NAME
FROM dl.dbo.companies
OPEN Queue_cursor
FETCH ABSOLUTE @lineNumber FROM
Queue_cursor
CLOSE Queue_cursor
DEALLOCATE Queue_cursor

If the cursor contains returns more than one row I get the
number of rows in the cursor instead!




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.