Viewing 15 posts - 31 through 45 (of 964 total)
You're installing the full SQL Server, right? You have /IACCEPTLICENCETERMS=1 listed but I am pretty sure that the...
August 25, 2018 at 2:11 am
Did you try the install with the /Q or /QS options?
August 24, 2018 at 3:44 pm
For the backup encryption if you cannot go to a version/edition that supports backup encryption or TDE you can try encryption from another angle. Things like whole disk encryption of...
March 2, 2018 at 3:19 pm
I'm not sure it would be the same problem if you are running it on a failover cluster instance. On a traditional cluster (i.e. AlwaysOn FCI) if you need MSDTC...
March 2, 2018 at 3:09 pm
SSMS, VS, SSDT, SqlServer PowerShell module, RedGate Toolbelt. Kerberos Configuration Manager for SQL Server, PVKConverter, maybe SQL Server Operations Studio.
I know in my shop we are also looking...
December 29, 2017 at 2:47 pm
Always exclude. I know in my organization we have to be care of McAfee, both with VirusScan Enteprise and Host Intrusion Prevention. We have VSE setup to exclude .mdf, .ndf,...
December 29, 2017 at 2:43 pm
Stupid question, but have you tried running
import-module sqlserver
and see if the cmdlets show up?
December 29, 2017 at 2:23 pm
If you want the row count can't you just add "SET NOCOUNT OFF" in your query argument that is passed?
September 23, 2017 at 3:42 pm
Setup SSL like Steve mentioned ensuring that the ForceEncryption option is set to yes on the publisher and subscriber, and use PKI-issued certs if you can.
Last year Microsoft...
September 11, 2017 at 12:59 pm
Which is why things like virtual accounts and managed service accounts are great. You set them up and let the computer accounts manage the passwords.
September 11, 2017 at 12:46 pm
My mistake! Weird that the Microsoft documentation lists that EXCEPT starts with SQL Server 2008 but it is listed elsewhere as starting with 2005.
September 10, 2017 at 8:27 am
Encrypted how? Using TDE I think it would be possible, but I do not think encrypting the row data itself would be possible without changes to the source database.
September 10, 2017 at 3:21 am
If the instances are at least SQL Server 2012 or newer and the SQL Server instances are not clustered or part of an AG you can look into using default...
September 10, 2017 at 3:14 am
Yep, you cannot use EXCEPT on a 2005 instance. The feature wasn't introduced until SQL Server 2008.
September 10, 2017 at 3:05 am
Viewing 15 posts - 31 through 45 (of 964 total)