Viewing 15 posts - 1,066 through 1,080 (of 7,467 total)
is the user member of any powerful instance level security group(s) or has the account been granted things 'on any database' ?
September 23, 2014 at 2:21 am
someone must have granted 'view definition TO ...' ;
e.g. to public ( not my favorite ! )
try:
deny view definition TO [ThatSpecificUser]
September 23, 2014 at 1:02 am
IMO that must be something that comes from either:
- someone executing DDL for implementation of stuff
or
- a dynamic sql statement someone is executing.
SQLserver will not let you implement DDL...
September 23, 2014 at 12:44 am
HowardW (9/10/2014)
You might...
September 11, 2014 at 12:09 am
I know you the values of query_hash and query_plan_hash are different and the columns serve different purposes.
My points are:
- why is query_hash of the sqlplan not equal with the query_hash...
September 9, 2014 at 7:13 am
start reading here : Database Mirroring (SQL Server 2012)
September 9, 2014 at 2:07 am
itmanagers (8/27/2014)
Hope you are doing fine.
I'm new using SQL backup jobs with multiple full, diff and log backups.
I have the following scenario
full- every day at 8:00pm
diff- every 4 hours
log- every...
August 28, 2014 at 12:49 am
Koen Verbeeck (8/4/2014)
ALZDBA (8/4/2014)
Koen Verbeeck (8/4/2014)
I have a rather large DWH query. For testing purposes I singled out one single ID.
But sometimes the query returned 1 row, sometimes...
August 4, 2014 at 7:55 am
Koen Verbeeck (8/4/2014)
I have a rather large DWH query. For testing purposes I singled out one single ID.
But sometimes the query returned 1 row, sometimes 2, while it...
August 4, 2014 at 7:31 am
vinodmmec916 (8/4/2014)
I want to know whether we can create an automated html format mail for new users and it has to be immediate as soon as a new user...
August 4, 2014 at 1:04 am
If you make that existing index the clustering index, make sure to set a suitable fill factor to avoid the need for page splits ( and the according waits /...
July 4, 2014 at 2:39 am
in our house:
- each team of "infrastructural software suite" people handles backup and recoverability conform the businesses needs and uses the appropriate scheduling system.
- SCOM monitors is all 🙂 and...
May 9, 2014 at 6:53 am
Nice article, Dwain !
:smooooth:
March 18, 2014 at 3:16 am
Thank you for the confirmation.
February 24, 2014 at 1:52 am
my bad. Sorry for that.
Executed as user: mydomain\myserviceaccount. The page (1:402), object ID 75, index ID 1, partition ID 281474981625856, allocation unit ID 281474981625856 (type In-row data) has been modified,...
January 28, 2014 at 4:59 am
Viewing 15 posts - 1,066 through 1,080 (of 7,467 total)