Viewing 15 posts - 4,216 through 4,230 (of 9,644 total)
Just a quick follow up. Ran a server-side trace for 24 hours filtering on database name. And not one event found. I might have missed some events...
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
September 22, 2009 at 11:11 am
ALZDBA (9/21/2009)
Jack Corbett (9/21/2009)
Builtin\Administrators has not been removed, but has been "disabled" by having sa rights removed.
I noticed if you add builtin\administrators, it gets individual auth in every database, so...
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
September 21, 2009 at 8:57 am
Steve Jones - Editor (9/21/2009)
I''m sure your trace will...
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
September 21, 2009 at 8:54 am
ALZDBA (9/21/2009)
If you hadn't switched it to simple recovery, you might have been able...
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
September 21, 2009 at 7:56 am
Steve Jones - Editor (9/21/2009)
Has to be activity. Maintenance plans? Checked the default trace?
First thing I looked at was default trace. Only see DBCC SQLPERF(LOGSPACE) and autogrow and autoshrink...
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
September 21, 2009 at 7:51 am
You could also take the OR's and do a union instead.
Select
From
table
Where
column between a and b AND
...
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
September 18, 2009 at 1:40 pm
Lynn,
I did read your latest article and it was good. I usually only comment on the ones that have what I believe to be a bad practice in them...
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
September 18, 2009 at 5:08 am
Yup. It was using Profiler 2008 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
September 17, 2009 at 10:11 am
I think I've got one. I've asked 3 times now for an code or an example of what he is doing and haven't gotten anything. I can only...
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
September 17, 2009 at 10:00 am
Jack Corbett (9/17/2009)
If you shared the code in your trigger someone might be able to help you do what you need. What will be most difficult is that the...
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
September 17, 2009 at 9:57 am
Are there other indexes on the table which you did not include?
Yes the only options you have is to either change your columns to unicode or have the vendor 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
September 17, 2009 at 9:36 am
Quest as free tool as well called Quest Discovery Wizard for SQL Server.
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
September 17, 2009 at 9:30 am
My understanding is that SQL Server only reads and writes in 8KB pages so the number of reads would be the number of 8KB pages read into memory for the...
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
September 17, 2009 at 9:29 am
Yeah, I'd say it might be bug. It's definitely an interesting problem regardless.
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
September 17, 2009 at 9:26 am
Jack Corbett (9/17/2009)
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
September 17, 2009 at 9:26 am
Viewing 15 posts - 4,216 through 4,230 (of 9,644 total)