Viewing 15 posts - 6,436 through 6,450 (of 39,776 total)
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
When you say you use lots of temp tables, are you querying/filtering on the columns that need AE? If I had
create table CUstomer
(CustomerName varchar.
September 8, 2017 at 5:23 am
I don't. been a long time since I've used the DTS system at any scale, and haven't tracked the rows here. I'll try to set up a test and see...
September 8, 2017 at 5:19 am
This article (http://www.sqlservercentral.com/articles/Agent+jobs/101563/) might be of interest.
September 8, 2017 at 3:30 am
You can get some information from here: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-fts-index-population-transact-sql
However, I'm not sure this will do more than give you an idea of how many more items need to...
September 8, 2017 at 3:28 am
September 6, 2017 at 2:00 pm
Yes, lots of articles on different parts of basics stats.
September 6, 2017 at 1:59 pm
Viewing 15 posts - 6,436 through 6,450 (of 39,776 total)