Viewing 15 posts - 3,976 through 3,990 (of 9,643 total)
jcrawf02 (10/26/2009)
Jack, glad to hear that your daughter feels fine again, I had not been reading for a few, but sent up a prayer as I was catching up.
Thanks. ...
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
October 26, 2009 at 10:47 am
Steve Jones - Editor (10/26/2009)
I think Gail is leaving tomorrow for her 400 hour, round-the-world-across-the-hemispehere trip to PASS 🙂
And she still won't arrive until Monday!:-P
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
October 26, 2009 at 7:30 am
Thanks to all for comments on my daughter's accident. She is definitely fine. Now we have to rein her in so she doesn't over do it the next...
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
October 25, 2009 at 8:51 pm
You are sure there is nothing else running in the database at the time you are executing the osql command? What is happening in the procedure?
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
October 24, 2009 at 9:21 am
Thanks guys. Made it through the night and she is fine. This is our first time with a "real" injury to our kids.
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
October 24, 2009 at 8:23 am
Thanks guys. She's doing pretty well. It'll be a long night.
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
October 23, 2009 at 7:35 pm
We had a bit of a scare in my family this afternoon. My 10 year old daughter fell off a rope swing and landed on her head. She...
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
October 23, 2009 at 6:05 pm
I really highly recommend AGAINST doing this in a trigger. It will not scale and it is rife with problems. Use Service Broker or use a trigger to insert...
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
October 23, 2009 at 10:02 am
I'll be there to. I'm coming in on Sunday evening and staying at the Sheraton as well.
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
October 23, 2009 at 9:34 am
You could change the LocaleID in the advanced properties if you have the correct locale installed.
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
October 23, 2009 at 9:31 am
Performance-wise you might be better off changing your select to use Union (Union ALL if you don't mind dupes) instead of OR's as you will more likely get index seeks...
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
October 23, 2009 at 8:37 am
I'm going to pile on here as well. A trigger should NOT be used to update data on another server or really do any action outside the database (cross...
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
October 23, 2009 at 8:30 am
Looks like you have some kind of connectivity problem with your SMTP server. Have you talked to your Email admin? One other issue I've seen with DBMAIL in...
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
October 23, 2009 at 8:18 am
Check out the 2 Cross Tab and Pivot articles linked in my signature. They give a better explanation than I could. They do apply to SQL Server 2000.
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
October 23, 2009 at 7:54 am
I recommend you read this article[/url] as it covers Kerberos and SQL Server pretty thoroughly and if you have any questions post them on the discussion of the article as...
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
October 23, 2009 at 7:51 am
Viewing 15 posts - 3,976 through 3,990 (of 9,643 total)