Viewing 4 posts - 1 through 4 (of 4 total)
Instead of manually counting nested level, check the value of @@nestlevel
July 7, 2006 at 5:20 am
If this is happening after the connection is established, please ensure that connection is not broken before reading from table. Check connection.state property value. Also check the connection.connectionTimeout value. If...
July 7, 2006 at 4:40 am
Do your table have any indexes? or what columns? what type of indexes? how many records are retrieved by the query? how much time it takes now? is table statistics...
July 7, 2006 at 4:23 am
Man, I got you !!!
The problem is with the following lines:
select @newStatus = (select activ from Inserted)
select @theId = (select departmentunit_id from Inserted)
B'coz u are assigning a whole...
June 29, 2006 at 2:22 am
Viewing 4 posts - 1 through 4 (of 4 total)