Viewing 15 posts - 691 through 705 (of 6,032 total)
Outside the context of ETL staging, if your application must resort to pattern matching on varchar columns when joining tables or filtering rowsets, then your data model is to some...
December 17, 2018 at 11:18 am
Also, keep in mind that MIN and MAX are scalar operations, so they will always return a value, like a value of NULL for an empty table. However, SELECT TOP...
December 17, 2018 at 7:27 am
December 13, 2018 at 12:19 pm
Another issue is date/times contained in VARCHAR columns.
The ISO standard for formatting date strings is YYYYMMDD, and the following check constaint will not only require that the string...
December 13, 2018 at 7:47 am
If you're debating whether something like phone number or zip code should be contained as a varchar versus an integer, then I'd rather err on the side of varchar. For...
December 13, 2018 at 7:31 am
I don't have a problem with Microsoft's technical implementation of CLR functions in SQL Server. It's just that when folks want execute C# or VB.NET from SQL Server queries, it...
December 12, 2018 at 7:12 am
December 11, 2018 at 3:14 pm
Imagine that you're at the shopping mall, and a sales associate follows you out of the store, keeping notes about every other store you visit, and even following you home,...
December 11, 2018 at 11:21 am
I only use table variables for stored procedures that I know will query only a relatively small number of rows. For example, a procedure that gets called by a high...
December 11, 2018 at 7:12 am
We shouldn't allow criminals, terrorists, hostile nations, or political dictators to set our agenda.
December 11, 2018 at 6:51 am
December 10, 2018 at 10:36 am
So, do microservices really eliminate the need for RDMS, or could many of them simply be an abstraction for a RDMS?
It is essential that the microservice be backed...
December 10, 2018 at 7:49 am
It would be interesting to see some statistics about how many terrorist attacks or criminal operations have been discovered and/or successfully prosecuted by surveillance of internet communications. Does the net...
December 10, 2018 at 7:37 am
December 10, 2018 at 7:20 am
December 7, 2018 at 11:58 am
Viewing 15 posts - 691 through 705 (of 6,032 total)