2019-05-08
536 reads
2019-05-08
536 reads
In this level, learn about how to get the tools needing for coding in R and how to execute some code that connects to SQL Server.
2019-05-06
5,546 reads
2019-04-24
506 reads
2019-04-10
812 reads
This is part two in a series on applying forensic accounting techniques to SQL and R. Start with a Data Model My plan here is to create a model...
2019-04-09
2019-03-27
126 reads
2019-03-13
633 reads
2019-02-27
705 reads
2019-02-13
571 reads
2019-01-30
600 reads
pg_cron is a simple cron-based job scheduler for PostgreSQL that runs inside the database...
By Steve Jones
I heard someone say recently that you can’t change a primary key value in...
By Kevin3NF
Indexes 101: What, Why, and When? “What Is an Index?” I get this question...
Comments posted to this topic are about the item 50 Years of Microsoft
Comments posted to this topic are about the item Multiple Collations
Comments posted to this topic are about the item Retrieving Data Using the REST...
Can I have a collation expression like this in SQL Server 2022?
... WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS ...See possible answers