Viewing 15 posts - 1,726 through 1,740 (of 6,038 total)
... there was a prediction that IT departments wouldn't exist in 5 years, meaning in mid 2018. That's a year and a half away. Is that a possibility? ...
February 10, 2017 at 8:02 am
Also, the session settings XACT_ABORT or ARITHABORT can influence behavior of stored procedure to an error.
February 10, 2017 at 6:26 am
A T-SQL step within a job will by default run under the security context of the SQLAgent service account or alternately under context of a proxy account that you have...
February 10, 2017 at 6:14 am
As a start, run a report on historical page life expectancy.
February 9, 2017 at 1:20 pm
February 9, 2017 at 11:45 am
February 9, 2017 at 11:14 am
February 9, 2017 at 10:49 am
Look into implementing TDE (transparent database encryption). It will automagicly keep your data pages encrypted, so database files and backups are not readable should they fall into enemy hands. Once...
February 9, 2017 at 7:41 am
An operating system is to a database server what a buyer/seller agent, attorney, and county clerk are to a real-estate purchase. It's entirely reasonable to ask what the middle men...
February 9, 2017 at 6:49 am
February 9, 2017 at 6:34 am
But, backups were (sort of) easy, teach the customer to make sure everyone had closed out of the application and set them up with a DOS batch file to...
February 8, 2017 at 12:24 pm
Back in early 90's, I too worked with a dBase clone called FoxPro.
OMG! If we opened the .dbf file in the FoxPro IDE to run and ad-hoc query,...
February 8, 2017 at 11:37 am
It is also possible to have perfectly good backups, but then loose the keys. For example, iIf TDE is enabled on a database, then backups are encrypted by default, so...
February 8, 2017 at 8:33 am
When participating in an interview, I'll often ask the candidate open ended questions similar to this. It's a lot more telling than a simple question about "What is a clustered...
February 8, 2017 at 7:37 am
The data management view [sys.dm_db_index_usage_stats] aggregates statistics like total reads / writes, last read / write datetime, etc. However, the counters do get reset whenever the server is restarted. The...
February 7, 2017 at 2:34 pm
Viewing 15 posts - 1,726 through 1,740 (of 6,038 total)