Re: MSSQL vs. SYBASE
From: Erland Sommarskog (esquel_at_sommarskog.se)
Date: 08/04/04
- Next message: Yaheya Quazi: "Re: Strange Insert problem"
- Previous message: Kalen Delaney: "Re: With PK A,B, do we need index B,A?"
- In reply to: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Next in thread: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Reply: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 22:06:47 +0000 (UTC)
Lewis Howell (lou_junkmail@yahoo.com) writes:
> Adding RAISERROR is not an option, we would have to edit 1,000+ stored
> procs ().
Then you would have to tame ADO. It's not impossible, but I have to
admit that it's definitely not my top pick for this task. A DataReader
in ADO .Net would be much nicer, but alas .Net is out of reach for
you from Delphi.
But I am curious, your description:
>> > I am converting to MSSQL SERVER from SYBASE. In our client side
>> > application we use callback procedures with CT_LIB to get information
>> > back from the server during a lengthy process or an infinite (looping)
>> > process controlled by or called within a stored procedure. I can not
>> > find any type of callback for MSSQL.
>> >
>> > Example, I would normally have a SELECT statement within my loop or
>> > beginning of an infinite stored procedure or any stored procedure which
>> > would make the stored proc have multiple result sets. The contents of
>> > the SELECT would be my feedback that would be processed by the callback
>> > procedure in SYBASE. With MSSQL, only if I cancel the stored proc then
>> > all the SELECTs come back at one time in the end...they do not get
>> > returned at any ohter point.
Having such procedures does not strange to me. Neither does having over
1000 stored procedures in one database. But over 1000 stored procedures
of this kind? That was surprisingly many to me.
-- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
- Next message: Yaheya Quazi: "Re: Strange Insert problem"
- Previous message: Kalen Delaney: "Re: With PK A,B, do we need index B,A?"
- In reply to: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Next in thread: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Reply: Lewis Howell: "Re: MSSQL vs. SYBASE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|