Viewing 15 posts - 1 through 15 (of 19 total)
It's post two years ago, not sure anyone else has this issue recently? I experienced this error couple of days ago but I can't find any proper answer.
I have two...
July 10, 2015 at 11:10 am
Thanks for ur reply.
I have tried to execute this command : exec sp_dropuser [domain\groupname] in SSMS directly, but still failed. Please note what i wanted to drop was domain group,...
April 21, 2014 at 7:39 am
I used another way to run DROP USER successfully in script, see below. But still don't know why sp_dropuser cannot be used to delete this kind of users.
DECLARE @UserName sysname;
DECLARE...
April 15, 2014 at 3:27 pm
Jacob Wilkins (2/27/2014)
February 28, 2014 at 10:21 am
sqlbuddy123 (2/27/2014)
It works for me on Win 7 and...
February 27, 2014 at 2:03 pm
Yes I did. Can you tell me your OS version, SQL version and CPU information? Thanks
February 27, 2014 at 1:57 pm
it seems can run on Windows Server 2008 R2 only.
February 27, 2014 at 1:38 pm
sqlbuddy123 (2/27/2014)
If the Classifier function is working as expected, may be there's some issue with perfmon monitoring ..Try using this report ..
--
SQLBuddy
Unlucky I got the error message same as the...
February 27, 2014 at 1:25 pm
Thanks for your help, I am trying the tool in the link ... let you know later.
February 27, 2014 at 1:03 pm
sqlbuddy123 (2/27/2014)
the requests are getting redirected to the default workload...
February 27, 2014 at 12:02 pm
sqlnaive (2/11/2014)
February 25, 2014 at 12:34 pm
use sp_grantlogin to create windows users or groups:
sp_grantlogin @loginame = 'domain\users or groups'
in SQL2000, you need using sp_grantlogin to add windows users or groups
http://technet.microsoft.com/en-us/library/aa933411(v=sql.80).aspx
January 26, 2014 at 2:45 pm
make sure your third node has enought resource like memory to take over the new instance.
You mentioned 'After a while, it will fail back to other nodes ...' I think...
August 8, 2013 at 2:42 pm
Viewing 15 posts - 1 through 15 (of 19 total)