Viewing 9 posts - 1 through 9 (of 9 total)
Many thanks mchevallier! I lost a lot a couple of hours in this issue.
October 21, 2014 at 6:56 am
Can anyone confirm this is working on SQL Server 2008 R2 please?
Tested in SP2, CU #5, and the results are negative, the parameter values are not shown in SQL Server...
April 7, 2013 at 1:47 pm
Hi Old Hand,
Most probably your user is sysadmin, or has CONTROL SERVER access. Try without these - it won't work! laker_42 is right!
April 7, 2013 at 1:32 pm
...just to add that the syntax for the login in fact completes successfully:
use master
go
GRANT IMPERSONATE ON login::[domain\Security Group] TO [domain\User]
go
but then, when launching EXECUTE AS to impersonate an individual login,...
April 7, 2013 at 1:11 pm
Hi Gordon,
Unfortunately, this is not possible currently in SQL Server. SQL Server (for some reason) cannot read members out of the AD group configured as a login in SQL Server...
April 7, 2013 at 1:04 pm
Worked like a charm with "Offline" mode!
I had a interesting situation: my database was in Warm Standby mode, and I had a .tuf file deleted. The releiving thing was that...
January 12, 2013 at 10:49 am
Back to the issue SSC Veteran reported on the second post of this topic, I had the same experience - lost my 2 day work after an autorestart during weekend,...
October 10, 2012 at 1:58 am
arbcoll (5/12/2011)
****
I just found the reason: just removed the...
May 12, 2011 at 5:14 am
The script can be useful, but it does not return any row from my deadlock XML graph. What could be the reason?
****
I just found the reason: just removed the <TextData>...
May 12, 2011 at 4:15 am
Viewing 9 posts - 1 through 9 (of 9 total)