Viewing 15 posts - 1 through 15 (of 20 total)
100% on our entire server infrastructure including email and archiving platforms.
May 8, 2015 at 2:40 am
Ohhhh its a reference to canines?! Hmmm tenuous link that one.... :-S
April 30, 2015 at 8:29 am
Hi Lowell,
Yes "MyLittleAdmin" probably WOUDL do the trick but the price is a little prohibitive at the moment :0( If I could get a copy of your web page...
December 5, 2012 at 7:59 am
Grant Fritchey (12/5/2012)
david.williams 50026 (12/5/2012)
December 5, 2012 at 7:57 am
No but i_att_type IS a column, how do I tell it to use that? I thought WHERE ID = i_att_type; was telling it WHERE to update?
December 5, 2012 at 6:58 am
grrr I am using the following syntax:
BEGIN TRANSACTION
UPDATE dbo.attcat
SET Val = 50
WHERE ID = i_att_type;
--ROLLBACK TRANS
But keep getting:
Msg 207, Level 16, State 1, Line 2
Invalid column name 'ID'.
December 5, 2012 at 6:41 am
Ok fixed it by replacing TRANS with TRANSACTION :0)
December 5, 2012 at 6:35 am
Hi Grant, I get the followign errors when running this:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'TRANS'.
Msg 102, Level 15, State 1, Line 5
Incorrect syntax near...
December 5, 2012 at 6:31 am
unfortunately the link redirects to a generic Microsoft site rather than a download 🙁
December 5, 2012 at 5:49 am
that's certainly worth a look at!
Cheers!
December 5, 2012 at 5:45 am
Sent this a little too soon, figured out how to put it into a SQL Agent Job and schedule it every 2 minutes to run. Now waiting to see...
December 5, 2012 at 2:12 am
Hi Again Chris,
Looking at what U have below that woudl be enough as I woudl ahve to RDp to the SQL box anyway to clear the block but how woudl...
December 5, 2012 at 1:47 am
Chris Harshman (12/4/2012)
david.williams 50026 (12/4/2012)
SELECTCOUNT(*)
FROMsys.dm_exec_requests AS der
WHEREder.blocking_session_id >...
December 5, 2012 at 1:41 am
Chris Harshman (12/4/2012)
December 5, 2012 at 1:40 am
Viewing 15 posts - 1 through 15 (of 20 total)