Forum Replies Created

Viewing 15 posts - 16 through 30 (of 125 total)

  • RE: Using Tools That Fit

    Since switching to dual 27 inch screens, I don't get migraines anymore.  My keyboard is a Microsoft SideWinder.  The most important part of it is the programmable keys. Single keystrokes...

  • RE: How much database normalization is enough?

    I agree Ben.  Small systems usually have limited resources on hardware.  Joining 6 tables instead of 10 gives you quite a performance increase.  Also, and I know many people will...

  • RE: Creating Compound Interest Calculations in SQL

    For me the first mistake is that there should be an OUTER JOIN with sales with ISNULL(SL.SaleDate, GETDATE()) AS SaleDate, because not all stock are sold yet.  (It never is...

  • RE: String or binary data would be truncated

    I am sorry Steve, but truncating data without the user knowing is an error.  It is frustrating that the source and target schema don't match, but it is still an...

  • RE: TRY_CONVERT

    Cat among the pigeons:  If you use TRY_CONVERT on a string, you as developer deliberately did so.  So then I would want a value to be returned if possible.

  • RE: SQL Server Authenticated Users, why are we still using them?

    There is nothing wrong having to use SQL logins to do what you want to do.  I also misread this post as : Do NOT use SQL logins, do not...

  • RE: TRY to CAST

    So TRY_CAST is a new function.  Maybe you should specify the version. 🙂

  • RE: SQL Server Authenticated Users, why are we still using them?

    If your app uses the AD account to determine the user's role in the application (no login and password to enter) and an encrypted config file (SQL Authentication) to connect...

  • RE: Who Owns the Data?

    The devils advocate in me just thought of something:  If the court rules that data in another country is inaccessible, then me as a crime boss, can keep my data...

  • RE: FORMATting dates

    m mcdonald - Tuesday, October 24, 2017 4:51 AM

    After seeing the question in the newsletter I was expecting to see something like

    select...

  • RE: The Control Poll

    We used a product called PureCM, because it was the cheapest.  At home I use it too, because the first two licenses are free. Simple, easy to install with merge...

  • RE: Using Tools that Fit

    I would like to point out something that the younger people do not think about, well not yet anyway.  When the wide screen was introduced, the physical character size on...

  • RE: What's Your Approach?

    Why not CUD without lying?  I stood up many a time saying I don't pretend to understand everything right now, but anything is possible and it sounds like an x...

  • RE: The Missing Price

    Sorry, not such a good question. 🙁

  • RE: Improving Replication

    All of the above, but robustness must come with the ability to just continue, even if the network was down for x hours or the destination was wiped or the...

Viewing 15 posts - 16 through 30 (of 125 total)