Viewing 15 posts - 16 through 30 (of 126 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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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.
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
April 10, 2018 at 1:10 pm
So TRY_CAST is a new function. Maybe you should specify the version. 🙂
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
November 13, 2017 at 12:07 am
select...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
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...
5ilverFox
Consulting DBA / Developer
South Africa
August 8, 2017 at 12:58 am
Sorry, not such a good question. 🙁
5ilverFox
Consulting DBA / Developer
South Africa
July 17, 2017 at 1:23 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...
5ilverFox
Consulting DBA / Developer
South Africa
June 26, 2017 at 12:36 am
Viewing 15 posts - 16 through 30 (of 126 total)