Viewing 15 posts - 6,406 through 6,420 (of 39,754 total)
That's correct. Test for your situation, but you should be able to change the pwd in AD, change the pwd in Services applet (or both programmatically) and then restart SQL...
September 11, 2017 at 12:17 pm
I'm with Jeff, why?
SQL Agent and PowerShell are orthogonal. They don't depend on each other. I can have an Agent Job using, or not using, PoSh. I...
September 11, 2017 at 9:08 am
+1, use guidance , and you will need to make some decision that is appropriate for your environment
September 11, 2017 at 9:06 am
Did you install the cert you created on the client? If so, you've enabled trust.
However, I do see your concern. The client should always go through the trust...
September 11, 2017 at 8:54 am
TDE should work on the subscriber. The data comes over unencrypted, gets encrypted when written to disk. As mentioned, be aware of sizing.
September 11, 2017 at 8:51 am
How are you getting a running total when 104, 105, etc don't add to the total? Do you mean after a reset you stop?
September 11, 2017 at 8:49 am
You should have a few cases in a test that you can use to verify this works for all cases. That's what I'd do for this type of query where...
September 11, 2017 at 8:48 am
It might. The FTS engine got a lot of work in 2005/2008. Not a lot since.
September 11, 2017 at 8:39 am
Sorry, I think I left something out.
You need to programmatically:
1. change the pwd in AD
2. change the pwd for the local service(s)
Both need to...
September 11, 2017 at 8:39 am
The Config Manager is nothing magic. You don't need to use this to set a SQL Server service account. Config manager sets
- the service properties as you would...
September 11, 2017 at 8:38 am
You must use the share path defined in Config Manager. You CANNOT use a physical path.
September 11, 2017 at 8:35 am
OK, sorry, haven't had a chance to test this, but the data can't be inserted into the temp table when encrypted. That makes sense, given the nature of this encryption....
September 11, 2017 at 8:32 am
You're attacking the problem in the wrong way. we want everything to be embedded. For example, I could do this:
select *
from table
where column in...
September 11, 2017 at 8:20 am
You need to either convince the auditors that these don't need to be changed (good luck) or change them. We used to have a script that would alter passwords on...
September 11, 2017 at 8:18 am
Viewing 15 posts - 6,406 through 6,420 (of 39,754 total)