Forum Replies Created

Viewing 15 posts - 1 through 15 (of 20 total)

  • RE: A Bad First Day

    At my last job, on day 1, they wanted me to look at a stored procedure I would be working with daily. I needed to copy and paste a table...

  • RE: Presentations that are Easy on the Eyes

    In Visual Studio, I prefer working in the dark background, but not with SSIS or Management Studio. The latter may simply be that I've been too lazy to change it....

  • RE: The Slack Integration

    A user group I'm in uses it to communicate (and I need to be a little more present on it), and we use it at work. But we're all but...

  • RE: Hacking Data

    Here's a thought: Don't link the stereo to the car's computer. I know Microsoft and Apple are keen on turning cars into a media center, but consider even in the...

  • RE: The Express Choice

    Steve Jones - SSC Editor (2/27/2015)


    Gary Varga (2/27/2015)


    thottle (2/27/2015)


    ...One of the restrictions Steve did not mention is that Express, under license, cannot be used for an outward facing web site...

    I...

  • RE: The Express Choice

    Ron, all three of my projects at my last job had aspx front-ends. It connects the same as other versions of SQL server. I've not tried it on MVC yet...

  • RE: The Express Choice

    I worked for a very small company that used SQL Express for its internal processing. One of the restrictions Steve did not mention is that Express, under license, cannot be...

  • RE: Report ignores WHERE clause in SPROC

    Missed the obvious solution.

    Changed...

    WHERE f.shipDate BETWEEN (GetDate() - 7) AND GetDate()

    AND b.prodNumber NOT IN (widgetA, widgetB)

    to...

    WHERE f.shipDate BETWEEN (GetDate() - 7) AND GetDate()

    AND b.prodDescription NOT LIKE (%'widget'%)

    Doh!

  • RE: Report ignores WHERE clause in SPROC

    OK. I'll see if I can move the criteria up into the join (which is pretty ugly, but it works, and with a not-entirely-painful execution plan) and see if that...

  • RE: Report ignores WHERE clause in SPROC

    Are you absolutely sure that something other than WidgetA and WidgetB have data for the last 7 days?

    Yes. If it doesn't, dataset 2 tossed up a blank report, which...

  • RE: A Fundamental Security Mistake

    Born - If there were a HIPAA violation, it would not be a Microsoft problem. Microsoft offers tools that can and will do the job at a price. The issue...

  • RE: A Fundamental Security Mistake

    One area where Express is used a lot is in medical billing. While licensing forces such companies to use it internally, in the event of a breach, you suddenly have...

  • RE: The Geek Costume

    I'd go as The Doctor of the BBC TV program Doctor Who, of course.

    Hey, if you're the Ninth Doctor, all you need is a leather jacket.

    And a bad American accent....

  • RE: The Geek Costume

    I'd go as The Doctor of the BBC TV program Doctor Who, of course.

    Hey, if you're the Ninth Doctor, all you need is a leather jacket.

    And a bad American accent....

  • RE: The Geek Costume

    I'm not sure how to dress up as a 5 hour query rollback.

    Or a corrupt database.

    Or missing backups.

    Or users with owner privileges.

    Or a cursor.

    Just stay up all night before,...

Viewing 15 posts - 1 through 15 (of 20 total)