Viewing 15 posts - 1 through 15 (of 30 total)
Not exactly sure what I am looking for, but all I am seeing during that time is Tempdb being created, and several objects being creaetd in tempdb, and lots of...
November 4, 2016 at 12:08 pm
Yes, I was watching the decryption using this script:
use master;
go
Create table #EncState
(
Encryption_state int,
Description varchar(150)
)
insert into #EncState values (0, 'No database encryption key present, no encryption')
insert into #EncState values (1, 'Unencrypted')
insert...
November 4, 2016 at 11:31 am
Thank you, Jeffrey Williams, that was exactly what I was looking for.
September 25, 2013 at 5:37 am
I think we have tracked it down to a miconfiguration between the blade enclosure and the switch stack. The server and telecom team are working on the resolution.
Thank you...
August 23, 2013 at 6:22 am
All services are available if I do a manual fail-over
August 16, 2013 at 5:44 am
I am definitely connecting to the virtual Server Name address, but further research has shown that for some reason that address has stopped talking on the network (Ping gives me...
August 15, 2013 at 10:13 am
I am connectiing the sam way both on the server and from my workstation. I am using the virtual server name\instance name. When I cannot connect from my...
August 7, 2013 at 10:42 am
What questions do you have? I am not sure what you would like to know.
August 7, 2013 at 6:33 am
unfortunately, it is a purchased piece of software, and we are at the mercy of the vendor.
May 17, 2013 at 8:23 am
Figured it out. I have to run the SQL install form the existing node not the new node.
July 18, 2012 at 10:12 am
Thank you very much. That resolved my issue perfectly.
Dep
June 1, 2012 at 2:30 pm
That one is pretty simple, I only plan to give one person execute rights on the stored proc to launch the process. It's a very specific solution to a...
February 25, 2011 at 5:52 am
No. Both the SQL user and the AD group have server roles of public and db_datareader role on the database.
Dep
November 5, 2010 at 10:00 am
I am creating the job on the MSX master server to run on all the target servers. If I point the output log to c:\logfiles, it works perfectly, except...
August 2, 2010 at 11:02 am
Viewing 15 posts - 1 through 15 (of 30 total)