Forum Replies Created

Viewing 15 posts - 2,326 through 2,340 (of 6,038 total)

  • RE: Datetime as INT

    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...

  • RE: Restrict access on single database from admin user

    webrunner (8/31/2016)


    Eric M Russell (8/29/2016)


    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...

  • RE: Fuzzy Matching

    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...

  • RE: Fuzzy Matching

    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...

  • RE: MSSQL As Search Engine

    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....

  • RE: Restrict access on single database from admin user

    SQL_Student (8/30/2016)


    Thanks that seems interesting, have never used that before... Will that encryption allow the database to be accessed remotely (eg allowing other instances to write into that db with...

  • RE: Avoiding Stored Procedures

    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...

  • RE: Clustered Index Scan or Index Seek + Key Lookup

    Define "better".

  • RE: Restrict access on single database from admin user

    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...

  • RE: Restrict access on single database from admin user

    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...

  • RE: How to prevent a table from being truncated or dropped

    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...

  • RE: How to prevent a table from being truncated or dropped

    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...

  • RE: Up, Up, and Away

    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'.

    http://mylittlenorway.com/2009/12/lutefisk/

  • RE: Up, Up, and Away

    xsevensinzx (8/25/2016)


    Hope you enjoy Oslo, Norway. I was able to relocate there for the company I worked for 4 years ago. It was also my longest business trip before I...

  • RE: Better Coding

    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...

Viewing 15 posts - 2,326 through 2,340 (of 6,038 total)