G
Guest
I am just trying to bend my mind around this one, and would love any good
input to the subject.
It seems that SQL2005 introduced a "new" way to access SQLServer with "SQL
Native Client" and it is being promoted as a "Better Mouse trap" providing
access to many new features in 2k5. However it also seems like this is a
"COM" Object and as such should have greater overhead to any native .net
client access lib. (SQLClient Namespace)..
So...
what should we use for performance?
can sql namespace get past a raised error in a batch? i.e. Raiserror x ;
select * from y;update z set c1=5
TIA
Rob
input to the subject.
It seems that SQL2005 introduced a "new" way to access SQLServer with "SQL
Native Client" and it is being promoted as a "Better Mouse trap" providing
access to many new features in 2k5. However it also seems like this is a
"COM" Object and as such should have greater overhead to any native .net
client access lib. (SQLClient Namespace)..
So...
what should we use for performance?
can sql namespace get past a raised error in a batch? i.e. Raiserror x ;
select * from y;update z set c1=5
TIA
Rob