Viewing 4 posts - 1 through 5 (of 5 total)
can any one reconstruct my query with INNER JOIN...
I WANT TO ELIMINATE IN CLASS.... IS THAT POSSIBLE
update TBL_DEGREE_COURE_MASTER
set flag = 'FREE', flagtime = 'Application Crashed'
where SYSTEMID IN
(select b.systemid
from sys.dm_exec_connections a
right...
June 1, 2011 at 9:20 am
the problem arises where i use IN clause. 2005 compiler says u cant use IN clause here. use Exists. but Exists clause doestnot solve my problem.....
but 2008 compiler doest'n raise...
June 1, 2011 at 6:56 am
Thanks Sean Lange
If this solution is not worthy to implement then what can i do?
plz suggest me good idea to implement on my application.
Actually i want Pessimistic Locking with Strongly...
May 31, 2011 at 10:40 pm
Actually i need to use Pessimistic Locking with strongly typed dataset...
so i have designed my own record locking mechanism that works when a user click edit button. Means when a...
May 28, 2011 at 11:48 pm
Viewing 4 posts - 1 through 5 (of 5 total)