Setting up Cross Database Queries in Azure SQL Database
A question that I answer what seems like all the time is how to run cross-database queries against Azure SQL...
2017-06-12 (first published: 2017-05-30)
3,634 reads
A question that I answer what seems like all the time is how to run cross-database queries against Azure SQL...
2017-06-12 (first published: 2017-05-30)
3,634 reads
The release of Microsoft SQL Server 2017 brought a lot of very interesting new features. One of them is the...
2017-06-12
976 reads
The Wikipedia Graph Database page has the following definition…
In computing, a graph database is a database that uses graph structures...
2017-06-12
111 reads
Looking forward to combining a work trip with a SQLSaturday trip to Houston this week!
Will be happy to see the...
2017-06-12
379 reads
Every now and then I come across this error in SSDT, normally when trying to publish and the odd thing...
2017-06-12
55 reads
Every now and then I come across this error in SSDT, normally when trying to publish and the odd thing...
2017-06-12
53 reads
Every now and then I come across this error in SSDT, normally when trying to publish and the odd thing...
2017-06-12
2,979 reads
Every now and then I come across this error in SSDT, normally when trying to publish and the odd thing is that the description never matches the actual cause...
2017-06-12
11 reads
VS Code is my coding tool of choice. I love that one lightweight editor can do so much and as...
2017-06-12
577 reads
I wrote recently about the Release agent using the hosted queue as the default, which is sometimes a problem. The...
2017-06-12
547 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers