Viewing 15 posts - 1 through 15 (of 74 total)
(1) you can. https://blogs.msdn.microsoft.com/staltam/2017/04/05/how-to-disable-always-encrypted-feature/
(2) I think we can increase, but can NOT decrease directly.
(3) Yes, no problem
April 11, 2018 at 2:38 pm
BTW, there is no specific purpose, but for some unreasonable and stupid curiosity:-)
April 11, 2018 at 1:36 pm
I'm afraid you have to change your code to Parameterization style. For example,
1. select * from Sample where BusinessUnit='BU1';
2. DECLARE @s1 VARCHAR(50) ='BU1';
select * from Sample...
April 11, 2018 at 1:28 pm
I'm afraid you need to use the latest version of SSMS
April 11, 2018 at 10:30 am
April 11, 2018 at 10:24 am
I need to update three SQL2014 SP1 servers to SP2. The three servers are in...
April 11, 2018 at 10:20 am
Lynn and Grant, Thanks a lot for your comments. I don't have anything big behind this question. Actually, I'm trying to dig deep on the different behaviors among diff DB...
April 11, 2018 at 9:30 am
It seems you have log backup job which ran between your full backup and log backup. I suggest you check the records in msdb..backupset
March 29, 2018 at 12:48 pm
First, without special reasons, I suggest we follow the best practice.
1. The count of data files equals to CPU cores, but not greater than 8
2. Set data files...
March 8, 2018 at 11:13 am
I am on the look out for some suggestions on how to get it working....
March 8, 2018 at 11:00 am
I want to set up several Basic Availability Groups in Standard Edition of SQL Server...
March 8, 2018 at 10:52 am
It make sense to pop up a warning window. After all, some features are supported by Develop Edition, but not by Standard Edition. I'm curious, if we can ignore the...
March 8, 2018 at 10:39 am
March 8, 2018 at 10:29 am
Viewing 15 posts - 1 through 15 (of 74 total)