Forum Replies Created

Viewing 15 posts - 211 through 225 (of 244 total)

  • RE: Different ways of checking for an object

    Thanks for the input folks. Like I said, I've always used method 2 (OBJECT_ID), basically because that's what's shown throughout BOL, and though I've seen the other syntaxes in...

  • RE: Password Ninjas

    I've used PasswordSafe, which is excellent, but changed over to KeePass about a year ago. The only thing about KeePass is it doesn't have the auto-lock feature like PasswordSafe...

  • RE: Data Philanthropy

    This could eventually turn from "you should share your data" to "you MUST share your data". Some of the comments in the data philanthropy link are downright scary. ...

  • RE: Hack Resistant?

    Oddly enough, there's a lot out there on the web about preventing SQL injection attacks, but to be honest, I see a lot of pages either giving very generic guidelines...

  • RE: Trouble with date conversion

    I'm kind of curious why you're converting to a character string. The error message seems to indicate the ih.year_for_period field is numeric.

  • RE: Using a Recursive CTE to Generate a List

    CTEs come in particularly handy for hierarchical views (or table-valued functions if you prefer). I've been working on one app lately part of which allows supervisors to review data...

  • RE: A simple trick for “Block Comment” syntax in SSMS

    Neat trick.

    There is one additional thing I would like to be able to do though: select a block of text and then use a keyboard shortcut (like CTRL-K/CTRL-C) to automatically...

  • RE: Struggling to change an Access Connection string to MS SQL Server

    The exact string you use depends upon how you connect to the SQL server back end (the Provider) and how the security/authentication is set up on SQL server. Below...

  • RE: Great Engineering Culture

    On the flip side, many of us do not take the time to "manage our boss". Simply put, it means letting your boss know how you work well and...

  • RE: Do You Want a Meritocracy at Work?

    Way back in my desktop support days, I worked for a major multi-national, multi-industry company. There was a huge refresh project that necessitated the hiring of additional contractors. ...

  • RE: The Five Year Plan

    It seems that every five or ten years some wag starts prognosticating that IT departments will be dead in another five or ten years. Lather. Rinse. Repeat.

    I would only...

  • RE: Data Vision

    We all make mistakes, and may never catch all our errors in testing, but we damn sure better catch our stupidity. Not checking the input data before processing it...

  • RE: Data Vision

    The emerging data science field is already making this a reality. There are very well-known statistical principles and methods that can be employed to analyze just about anything.

    These can...

  • RE: Import Dynamic File Name with a Date/Time as the file type (YYYYMMDDHRMMSS)

    Building on opc.three's earlier answer about using a script task (and steering us away from the xp_cmdshell debate), I've used similar logic to pick up the most recent filename in...

  • RE: The Watson Service

    Considering the ludicrous wagers Watson made on Jeopardy for the Daily Doubles (and the fact that it considered Toronto a US city), I'm not too worried. Basically Watson won...

Viewing 15 posts - 211 through 225 (of 244 total)