Viewing 15 posts - 106 through 120 (of 372 total)
FOUND THE ANSWER, IT'S A WINDOWS PATCH!!!!
http://stackoverflow.com/questions/28542537/an-error-occurred-during-service-master-key-decryption
"Windows patch, KB3004375 ("Update to improve Windows command-line auditing"). After removing this security patch, there are no more errors"
March 20, 2015 at 10:55 am
I think this is what you are looking for...
http://databases.about.com/od/sqlserver/a/bcp.htm
I use to upload files using bcp bat files. It will insert all rows for you.
March 10, 2015 at 7:19 am
Perry Whittle (9/18/2014)
In a standard always on config all replicas are stand alone instances. However, the nodes must all be members of the same windows cluster
Yes Perry I know, I...
September 18, 2014 at 10:26 am
Why would you want to put your replica on a stand alone for DR? The AlwaysOn option was built for DR auto failover...hence the name High Availability. I wouldn't recommend...
September 18, 2014 at 9:08 am
I found out what was going on, there is NOT an option in SharePoint to do TDE Database Encryption. There is however a SSL for website encryption. The DBA that...
August 14, 2014 at 10:45 am
yes, I am running the to set the flag in master, I just need a loop to alter but it looks like I cannot. I was hoping to place it...
August 13, 2014 at 10:49 am
I would put a call into MS Support and ask them.
August 11, 2014 at 8:42 am
Any other ideas?
August 1, 2014 at 7:27 am
There's a way in SQL to find the query, I just got out of a class with MS that showed us and I can't find the query. If I find...
July 31, 2014 at 7:06 am
Hey Perry,
SO I can create the users and it will work until a failover? Also I only used sp_help_revlogin on node one to create user on node two. I scripted...
July 30, 2014 at 2:02 pm
Hey Perry,
We went from SQL08R2 P-V one node cluster, I know, I know, before me, to SQL 2012 AlwaysOn.
July 30, 2014 at 1:37 pm
When they were created about a month ago, I used sp_help_revlogin. I scripted out the users on the old server, created on the primary node, used sp_help_revlogin to get the...
July 30, 2014 at 1:11 pm
roadkillchicken (7/25/2014)
Thanks all - I'll take a look at transactional replication. Does anyone have a good (and easy) step by step guide?
July 25, 2014 at 12:22 pm
roadkillchicken (7/25/2014)
I have a quick question, hopefully someone can point me in the right direction.
We have two SQL 2012 servers, sever A and B.
We need to sync a database...
July 25, 2014 at 12:19 pm
Viewing 15 posts - 106 through 120 (of 372 total)