Viewing 15 posts - 286 through 300 (of 325 total)
Thanks for second query but it also won't show the open transaction as I explained in my previous post.
September 16, 2010 at 4:46 am
Thanks for respons Gail but this query won't retun the open transation statement. e.g.
Suppose I runthis query:
begin tran
update employee set is_active=1
Nowit is an open transaction since it i not...
September 16, 2010 at 4:42 am
Hi All
I finally was able to do it this way:
declare @sortOrder int
SET @sortOrder=2
;With MyCte as
(SELECT CASE WHEN @sortOrder=1 THEN Row_Number() Over(Order By Capid)
WHEN @sortOrder=2 THEN Row_Number()...
August 25, 2010 at 6:10 am
I checke but couldn't find all options described at once place. Will be great if you have some link for that.
August 18, 2010 at 2:12 am
This should be no problem. I have both on my laptop and they work fine.
All u need is required resources so that your system dont die in want of resources....
August 16, 2010 at 9:15 am
Thanks for reply. I actually meant transaction only.I knew that only transaction can be open. I was just querious why didn't microsoft add a sql _handle in sys.dm_tran_active_transactions . this...
August 13, 2010 at 5:41 am
Hi Bhuvenesh
the inputBuffer gives just the last transaction for that spid. As i metioned, If I ran another statement in same sesin, where I opened transaction, then it will give...
August 13, 2010 at 5:20 am
This is really good Jonathan...thanks so much....
August 11, 2010 at 1:23 am
yeah, I was expecting tha it wont be direct. Can yo pls explain:
"XQuery against the queries in cache to see which have accessed a given index"
If try sys.sycacheObjects or...
August 10, 2010 at 6:59 am
Aybody know of any free utility to decrypt in sq server 2005..
Thanks Steve for clarifiction on using 'the same'. I otenused it 🙂
will try to avoid it now
August 2, 2010 at 11:10 pm
Abhisek
What I meant was, if you run te code from the link shared by Steve on SQL 2005, i doesn'twork there.
It just deleted the proc. And then if you run...
August 2, 2010 at 9:28 pm
As itold , it deetes the proc. So if u run sp_hlptext, this is wt u will get:
Msg 15009, Level 16, State 1, Procedure sp_helptext, Line 54
The object 'EProc' does...
August 2, 2010 at 7:18 am
Yup, this code is not working for atleast SQL Server 2005. instead it delets the proc which you try to decrypt...
So be careful while using it...
August 2, 2010 at 7:09 am
Viewing 15 posts - 286 through 300 (of 325 total)