Viewing 15 posts - 991 through 1,005 (of 6,032 total)
April 19, 2018 at 7:28 am
You can leverage the BINARY_CHECKSUM() function to hash a GUID into an INT. However, keep in mind that the cardinality of a 4 byte integer is significantly lower than a...
April 18, 2018 at 11:45 am
April 18, 2018 at 11:29 am
There is a trial version of Enterprise edition. Also, starting with SQL Server 2016, the Developer edition is free. Developer edition has all the features of Enterprise edition but is...
April 18, 2018 at 10:01 am
April 18, 2018 at 9:52 am
Of course what you're struggling with here is a denormalized table design, specifically a multi-part policy code column where attributes must be parsed at runtime. I wouldn't remove the original...
April 18, 2018 at 9:30 am
April 18, 2018 at 8:23 am
April 18, 2018 at 7:28 am
The thing is, cloud databases like Azure SQL, Cosmos DB, and AWS not only support but promote stored procedures.
April 18, 2018 at 7:16 am
April 17, 2018 at 10:15 am
The way I see it, usage of stored procedures actually makes the application less dependent on the database, meaning more database platform agnostic. From the ADO.NET / Java client perspective,...
April 17, 2018 at 7:30 am
Your post reminded me of something that happened my freshman year in college (many,...
April 17, 2018 at 7:21 am
April 16, 2018 at 2:50 pm
April 16, 2018 at 8:24 am
Viewing 15 posts - 991 through 1,005 (of 6,032 total)