Viewing 15 posts - 16 through 30 (of 125 total)
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...
October 17, 2018 at 3:43 am
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...
July 23, 2018 at 5:43 am
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...
July 5, 2018 at 11:27 am
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...
June 28, 2018 at 2:15 am
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.
June 18, 2018 at 3:35 am
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...
April 10, 2018 at 1:10 pm
So TRY_CAST is a new function. Maybe you should specify the version. 🙂
April 10, 2018 at 12:59 am
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...
April 4, 2018 at 2:23 am
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...
November 13, 2017 at 12:07 am
select...
October 24, 2017 at 6:35 am
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...
September 8, 2017 at 2:16 am
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...
September 7, 2017 at 1:54 am
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...
August 8, 2017 at 12:58 am
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...
June 26, 2017 at 12:36 am
Viewing 15 posts - 16 through 30 (of 125 total)