Viewing 15 posts - 136 through 150 (of 468 total)
just observed something odd.
When i created the SPN it was created like this:
MSSQLSvc/Srv1:Instance1
When I added the sql account to the domain admins and restarted it, it created the SPN like...
November 16, 2011 at 9:15 am
Its not a cluster, its a standalone pc.
Connecting from my desktop pc, which is on the same domain.
My account is a domain account.
I have checked the connection and it is...
November 16, 2011 at 9:00 am
K. Brian Kelley (11/16/2011)
Ah, also, you're querying the wrong info. You want to do a -L against the service account. The SPN will belong under the service account.
cool, i...
November 16, 2011 at 8:29 am
The only thing that is not very clear to me is:
When you are moving SQL Server to another computer, migrate the service master key by using backup and restore.
It makes...
November 15, 2011 at 4:32 am
no worries. think a bit of testing is required. Il post any results. thanks for the help.
November 15, 2011 at 3:53 am
I understand, but imagine a situation where I take a backup of an encrypted DB from ServerA Running under Account AccA.
ServerA is running under AccA as AccA has access to...
November 15, 2011 at 3:27 am
Dev (11/15/2011)
November 15, 2011 at 2:27 am
Apologiefor the path mistake. That was not the issue though. That was just a copy/paste blunder on my part. (spelling now corrected)
When I changed the srvc acc of the...
November 15, 2011 at 12:40 am
UPDATE: I got the Service Master Key restored to the Instance2. I had to change the sql service account on Instance2, to the same as was on the default instance.
Can...
November 14, 2011 at 3:49 pm
Yep, that worked, thanks Gail! fantastically helpful as always!
November 12, 2011 at 3:51 pm
of the second code block, this part fails with the error listed previously:
RESTORE Database BackupTests Filegroup='FG3' with RECOVERY
November 12, 2011 at 2:44 pm
Thanks for that. it kind of helps. il adapt it to work against a table column and add a where clause. thanks for the help. really appreciate it!
November 10, 2011 at 9:21 am
nevermind, i see what you mean now. thanks!
November 10, 2011 at 5:30 am
my query is this:
use db
select *
from sys.dm_exec_requests r
cross apply sys.dm_exec_query_plan(r.plan_handle) as qp
where r.plan_handle is not null
if i run that for master, wont it just get query plans...
November 10, 2011 at 5:28 am
Perry Whittle (10/22/2011)
As comprehensive as my article is, It takes longer than a couple of days and a forum guide to become proficient with windows clusters 😉
Well aware of that...
October 22, 2011 at 6:03 pm
Viewing 15 posts - 136 through 150 (of 468 total)