Forum Replies Created

Viewing 15 posts - 3,061 through 3,075 (of 6,038 total)

  • RE: The Most Common Query Blunders...

    Luis Cazares (12/28/2015)


    Eric M Russell (12/28/2015)


    TheSQLGuru (12/28/2015)


    Ooh, another thing I will chime in with. Some of the WORST things I see done on SQL Server have nothing to do with...

  • RE: SQL Server on Linux

    Well, since the initial publication of this editorial back in 2005, we know have OS virtualization, which "clouds" the issue of "SQL Server running on Linux". 😉

  • RE: Best way to merge two large client databases

    I'm not aware of a tool that will automate what I've described above, but if you script out INSERT.. SELECT.. scripts for each of the 500 tables using SSDT or...

  • RE: Best way to merge two large client databases

    I'm assuming the scenario is that you have two clients in separate SQL Server instances, each having overlapping sequential integer identifiers, and so you need to assign new identifiers as...

  • RE: The Most Common Query Blunders...

    TheSQLGuru (12/28/2015)


    Ooh, another thing I will chime in with. Some of the WORST things I see done on SQL Server have nothing to do with the databases/applications they run -...

  • RE: The Most Common Query Blunders...

    In addition to what's already been mentioned above:

    On the fly data type conversion and transformations, both explicit and implicit

    Distributed queries (ie: joining tables between multiple instances via linked server...

  • RE: Salary vs contract rate?

    To balance out the concerns regarding taxes and health insurance, consider a long term contract ostensibly means less time sitting on the bench between gigs. For that reason, your rate...

  • RE: Is Change Coming?

    .. One of the primary reference data points in the article is that 34% of US workers engage in freelance work. There's a reference to a study that says 41million...

  • RE: CLR Yes or no?

    Well, im still not sure about RegEx in a data warehouse. Parsing text columns suggests things like product descriptions were not identified by category in a way thats useful to...

  • RE: CLR Yes or no?

    Phil Parkin (12/26/2015)


    Solomon Rutzky (12/26/2015)


    Eric M Russell (12/23/2015)


    The only practical use for CLR in a data warehouse that comes to mind is perhaps a custom aggregate function.

    Just out of curiosity,...

  • RE: Unarchive records

    The easiest thing to do would be to disable trigger, insert in one shot, and then re-enable trigger.

    I cant believe they've got you doing this b.s. on Christmas Eve....

  • RE: Unarchive records

    This should work.

    - You didn't need the full name of the tblcall table in the WHERE clause, only the alias + column name.

    - Also, in the JOIN clause,...

  • RE: Correct Old Mistakes

    phonetictalk (12/24/2015)


    It would be fascinating to hear from the developers in stories like this (at least anonymously).

    Was it due to pressure, or was it due to a lack of experience/knowledge?...

  • RE: SSIS error when configuring data flow task with .xls file

    Since it's .XLSX, make sure the connection is using the provider that supports Excel 2007+ instead of the provider for the older .XLS format.

  • RE: Correct Old Mistakes

    My kids had (and still use occasionally today) a VTech Leapster handheld game console. However, we never registered it; they simply play the games. It's not neccessary for comanies to...

Viewing 15 posts - 3,061 through 3,075 (of 6,038 total)