Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Acheiving a lock through a cursor

    Managed to solve it using a static cursor and using using a XLOCK locking hint for the select.

  • RE: Error Declaring a For update cursor

    The core of my problem I have posted as a different topic but wouldn't mind understanding the reason behind codes working differently in various versions. In my both environments the...

  • RE: Error Declaring a For update cursor

    Doesn't really work. This is a funny situation here. While it works perfectly with SQL 7.0 and Personal/Desktop Edition of SQL 2000 the same code doesn't seem to work in...

  • RE: Error Declaring a For update cursor

    Checked on the permission issues. User has permission to execute the procedure from where this cursor is being used and the user also has permission to perform dml statements.

  • RE: Pumping data to Text Files

    Chose the DTS way writing an ActiveX task and Paul's script worked right away.

    Anybody got ideas on how not to produce a file when there are no records at all...

  • RE: Pumping data to Text Files

    Thanks Guys,

    Was lot of help from your suggestions.

    Regards,

    Kaushik

  • RE: Pumping data to Text Files

    Ok. Here's how I understand this to be done when using DTS.

    Create two connections one sqlserver and one Text File(destination) and connect with a tansformation task. While creating the...

Viewing 7 posts - 1 through 7 (of 7 total)