Viewing 15 posts - 5,641 through 5,655 (of 49,571 total)
FootyRef (6/9/2015)
June 9, 2015 at 1:18 pm
ericpap (6/9/2015)
Still triying to find out how can data be lost after the service where stopped.
It can't, unless the database files were replaced or something was run before the service...
June 9, 2015 at 7:53 am
BL0B_EATER (6/9/2015)
I am sure there are a few but the only one I am aware of is that you will probably see an increase of CPU with TDE enabled.
Likely, but...
June 9, 2015 at 7:48 am
Indeed I didn't. My bad.
The plan's cost is over 200, so it doesn't need any help going parallel.
June 9, 2015 at 6:54 am
FootyRef (6/9/2015)
June 9, 2015 at 6:28 am
Why write it that way? Why not just a
INSERT INTO ...
SELECT ... FROM deleted
?
When you write triggers, you must assume that the inserted and deleted tables have multiple rows...
June 9, 2015 at 6:16 am
spaghettidba (6/9/2015)
GilaMonster (6/8/2015)
Switch the partitions that are needed out to a staging table, do processing on the staging table then...
June 9, 2015 at 6:07 am
FootyRef (6/9/2015)
I only want to do the switching of partitions when running the daily ETL processes.
You've talked about having monthly partitions and switching partitions out of the fact table,...
June 9, 2015 at 6:05 am
Welsh Corgi (6/9/2015)
It needs to be enabled to prevent sensitive from being displayed?
Nope, it does not do that.
Column encryption is what prevents someone unauthorised from querying data.
Why are you using...
June 9, 2015 at 5:42 am
BL0B_EATER (6/9/2015)
GilaMonster (6/8/2015)
Switch the partitions that are needed out to a staging table, do processing on the staging table then...
June 9, 2015 at 2:48 am
ericpap (6/8/2015)
4) After that I see on the log constant message from CHECKDB over my users database (a lot of them) wich no one execute.
Databases with Autoclose on? Every time...
June 9, 2015 at 12:04 am
Well here's a new slant on the 'partitioning for performance'...
Switch the partitions that are needed out to a staging table, do processing on the staging table then switch the...
June 8, 2015 at 3:12 pm
Well firstly a primary key isn't a type of index. A primary key is a table constraint that requires that the column is not nullable and unique. A primary key...
June 8, 2015 at 3:10 pm
First identify what needs encrypting. You'd never encrypt every column, just columns containing sensitive data.
June 8, 2015 at 3:08 pm
FootyRef (6/8/2015)
GilaMonster (6/8/2015)
FootyRef (6/8/2015)
June 8, 2015 at 3:07 pm
Viewing 15 posts - 5,641 through 5,655 (of 49,571 total)