Viewing 15 posts - 976 through 990 (of 6,023 total)
April 20, 2018 at 2:13 pm
April 20, 2018 at 12:15 pm
Unlike Google, FaceBook and Cambridge Analytica; most organizations are not in the business of stockpiling data. A restraunt chain or furniture manufactorer is not in the data business any more...
April 20, 2018 at 11:02 am
PRINT @@SERVERNAME to confirm you're connected to the correct server.
April 20, 2018 at 7:25 am
I believe that Big Data is to a large extent over-hyped. Storage and analytics software providers are kind of like the guys who were selling shovels during the California gold...
April 20, 2018 at 7:22 am
It would be helpful if the concept of assertions were introduced formally into the T-SQL programming language, not just for development purposes but also as a sanity check in production....
April 19, 2018 at 8:09 am
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
Viewing 15 posts - 976 through 990 (of 6,023 total)