Viewing 15 posts - 151 through 165 (of 288 total)
The where looks at the two columns that make up the PK... You code is more compact though.
But I am looking for a better way to not run the trigger...
July 26, 2013 at 12:02 pm
I can disable the trigger... then once the job is finished enable.. but that means that any user activity during that time will not get the user/DT that is critical...
July 26, 2013 at 8:55 am
The trigger was created so that when the app updates the table, it also updates the user name and Date/Time. The bad news is that the app will not do...
July 26, 2013 at 8:52 am
THe Broadcom Advanced Control Suite does not seem to have a log.
It does have some running counts... by frame...
660571618 sent ok
178420228 Rec ok
5 ...
July 24, 2013 at 1:41 pm
ps: wrong forum by the way 😉
Opps.. sorry.
July 18, 2013 at 7:11 am
SQLSACT (7/15/2013)
dwilliscp (7/15/2013)
July 15, 2013 at 12:57 pm
Good Article, but how do we tell what query is creating the spill over? I have been trying to figure out why a section of my job keeps taking over...
July 15, 2013 at 11:14 am
I just noticed what the developer did.. the long where statement had the following..
... and (mcode = mcode or mcode = '(ALL)') .. and
it should have been
...and (mcode =...
July 11, 2013 at 11:04 am
Thanks... forgot about views. I do not want a wildcard.. since I need to find all tables with that exact name in it... so I can create a SQL to...
June 27, 2013 at 8:21 am
Oh... ok thanks.. will put you code back in and try it.
June 24, 2013 at 1:59 pm
opc.three (6/24/2013)
dwilliscp (6/24/2013)
is there a limit on what gets printed?
Yes. In SSMS 2012 go to Tools > Options > Query Results > SQL Server > Results to ... and increase...
June 24, 2013 at 1:54 pm
I decided to break this into two roles, working on the basic access first and have the following issue, but not sure why the code is creating this:
The last object...
June 24, 2013 at 1:12 pm
Thanks Gail, I was afraid of that.
One more question... (SET TRANSACTION ISOLATION LEVEL SERIALIZABLE)
In my case what does it mean by session, when the stored proc ends or when all...
June 14, 2013 at 8:26 am
Gail sorry found the section at the bottom, and changed my last post... but you had already read what I posted before. Opps.. hit should have been hint. I cleaned...
June 14, 2013 at 8:18 am
Thanks for clearing that up Gail... That leave the following questions...
1) the example shows a SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
. What does it mean by session, when the stored proc...
June 14, 2013 at 8:06 am
Viewing 15 posts - 151 through 165 (of 288 total)