Viewing 15 posts - 4,216 through 4,230 (of 9,643 total)
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...
September 21, 2009 at 8:57 am
Steve Jones - Editor (9/21/2009)
I''m sure your trace will...
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...
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...
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
...
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...
September 18, 2009 at 5:08 am
Yup. It was using Profiler 2008 as well.
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...
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...
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...
September 17, 2009 at 9:36 am
Quest as free tool as well called Quest Discovery Wizard for SQL Server.
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...
September 17, 2009 at 9:29 am
Yeah, I'd say it might be bug. It's definitely an interesting problem regardless.
September 17, 2009 at 9:26 am
Jack Corbett (9/17/2009)
September 17, 2009 at 9:26 am
I don't have a link to documentation available, but yes this is allowed in the license agreement. Google for the SQL Server 2008 Licensing Guide and it is in...
September 17, 2009 at 9:22 am
Viewing 15 posts - 4,216 through 4,230 (of 9,643 total)