Viewing 5 posts - 1 through 5 (of 5 total)
You can use the is_member('AD GROUP NAME') function to determine AD group membership.
April 28, 2016 at 10:05 am
Thanks Lori,
I had the need for this functionality recently. I tried using AUDIT as well as sql TRACE, but I was being too selective in my choice of the...
October 16, 2015 at 1:04 pm
In my opinion, filtered indexes are one of the unsung heroes of 2008+. They can significantly reduce IO when the column is part of an oft-used predicate.
As previously mentioned,...
February 21, 2013 at 9:26 am
One of my team members hit this today will updating statistics. He got around it by creating a new table and loading the data in it (SELECT/INTO).
A DBCC checktable...
September 20, 2012 at 3:04 pm
Clearly written article. You just saved me a bunch of testing.
I'm deleting a M records from a table that is a FK to other tables that are equally large....
March 26, 2009 at 12:32 pm
Viewing 5 posts - 1 through 5 (of 5 total)