Viewing 15 posts - 2,536 through 2,550 (of 9,643 total)
Steve Jones - SSC Editor (2/22/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 22, 2011 at 1:03 pm
Okay since we got this cricket thing on twitter, Venzann, posted this link, http://il.youtube.com/watch?v=C9STtcwo0xE, which helped me understand a little bit more about cricket.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 18, 2011 at 2:23 pm
There is no way that I know of to capture the triggering SQL Statement within a trigger.
I'm pretty sure you'd need to have a server-side trace running or perhaps use...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 18, 2011 at 1:45 pm
Interesting. I was going to posit that it was being called by another job or process.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 18, 2011 at 1:04 pm
george sibbald (2/18/2011)
...
Before a game can be over for the day the side that is not 'in', has to bowl a minimum no. of overs. The game lasts up to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 18, 2011 at 1:02 pm
george sibbald (2/17/2011)
Koen Verbeeck (2/16/2011)
Jeff Moden (2/16/2011)
CirquedeSQLeil (2/16/2011)
--get spid of code requestor
sp_whorequestedcodeIntheThread 'Wayne'
--use returned spids to verify the request
dbcc inputbuffer(61)
--output
'Wayne definitely requested code on...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 17, 2011 at 7:21 am
GSquared (2/16/2011)
GilaMonster (2/16/2011)
GSquared (2/16/2011)
I blame Wayne. Execution at noon.Who's noon?
No, Who's on first.
I don't know!
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 16, 2011 at 8:47 am
No. SQLCompact 3.5 is a set of DLL's that do not require IIS. Once you have SQLCompact installed you can use any .NET language and type of project...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 14, 2011 at 3:20 pm
You should be a DBA :-D.
I agree with you that direct table access is evil. Most developers I have worked with or interact with now, will tell you that...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 14, 2011 at 3:05 pm
Judy Why (2/14/2011)
Our company has upgraded SQL 2000 to SQL 2005 long time ago without these questions' answers.:)
I had assumed that which is why I answered with 2005+ features. ...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 14, 2011 at 8:50 am
I don't have the answer for the OP and I'm guessing she got it since the thread is from 2008, but you can get some of the index usage from...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 14, 2011 at 7:00 am
GSquared (2/9/2011)
Jack Corbett (2/9/2011)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 9, 2011 at 12:30 pm
jcrawf02 (2/9/2011)
Currently I'm doing this, but...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 9, 2011 at 11:22 am
It isn't clear to me in the earlier posts if you have attempted to issue an explicit CHECKPOINT command?
I might get crucified for suggesting this because I have no experience...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 9, 2011 at 11:12 am
I probably wouldn't use a view because I like to use SP's for all data access so the query would just go in the SP as is, but I know...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
February 9, 2011 at 10:55 am
Viewing 15 posts - 2,536 through 2,550 (of 9,643 total)