Viewing 15 posts - 2,326 through 2,340 (of 6,038 total)
There are no dumb questions, only dumb decisions. Whoever designed the MSDB job activity tables didn't make the temporal columns as user friendly as they could be.
Here are a couple...
August 31, 2016 at 9:00 am
webrunner (8/31/2016)
Eric M Russell (8/29/2016)
August 31, 2016 at 8:38 am
Unless you're using a 3rd party product like Melissa, then attempting to auto-magically identify and recode mistyped company names is probably beyond the level of effort you would be willing...
August 31, 2016 at 7:45 am
The SOUNDEX hashing function is primitive and will result in many false matches when comparing strings of multiple words, even if they are very dissimilar. Basically, it retains the first...
August 30, 2016 at 1:45 pm
I would say that's generally true. SQL Server, or relational database engines in general, are ideal for applications where the entities are normalized tables and data access patterns are predefined....
August 30, 2016 at 12:41 pm
SQL_Student (8/30/2016)
August 30, 2016 at 8:41 am
We're perhaps just kicking a dead horse. I still freshly remember this topic when it was originally published four years ago, and it has come up again numerous times long...
August 30, 2016 at 8:04 am
Azure SQL and SQL Server 2016 also have a new feature called Always Encrypted, which in a nutshell is a combination of TDE and transparent column level encryption where the...
August 29, 2016 at 7:58 am
You'll need to create this database on another instance for which you are the only SYSADMIN. Also, you'll need to enable transparent database encryption (TDE) on this database to prevent...
August 29, 2016 at 7:48 am
MMartin1 (8/26/2016)
I guess things like this happen when there is no effort to learn what the other roles are, like ddl admin.
But you probably know that db_ddbadmin will grant them...
August 26, 2016 at 2:37 pm
Granting developers and other users membership in the SYSADMIN role is like planting a Tree Of Good And Evil in the middle of the Garden If Eden and then commanding...
August 26, 2016 at 2:24 pm
After reading up on the process of how 'Lutefisk' is prepared, I'm left with the impression that it's nothing like the popular Spanish dish 'Ceviche'.
August 26, 2016 at 8:44 am
xsevensinzx (8/25/2016)
August 26, 2016 at 6:55 am
Federal contractors, at least within the realm of IT, farm the actual work out to sub-contractors anyhow, and I can tell you that those sub-contractors are no more skilled than...
August 25, 2016 at 10:07 am
Viewing 15 posts - 2,326 through 2,340 (of 6,038 total)