Location of the PASS Summit Follow-up
I got a little distracted after lunch and was reading through some of the various bloggers reactions to the decision...
2010-03-11
621 reads
I got a little distracted after lunch and was reading through some of the various bloggers reactions to the decision...
2010-03-11
621 reads
This post is the second post in my series about Database mirroring. For part one is titled Configuring Database Mirroring...
2010-03-11
750 reads
Or “Shot gun query tuning”
There have been a fair few forums questions in recent months asking for help in removing...
2010-03-11
448 reads
In case you missed David Pless in Orlando on Tuesday, you have another chance to see his presentation tonight (Thursday...
2010-03-11
526 reads
Let's say that you have a column
named some_id in an outer-joined table that will return a value if a record...
2010-03-11
425 reads
Report designers often revert to overly complex report designs and often use subreports
unnecessarily. Building a report on a single dataset...
2010-03-11
588 reads
Reporting Services supports recursive hierarchies and Analysis Services supports parent-child
dimensions…
…and these two powerful features ought to just work together seamlessly,...
2010-03-11
7,565 reads
This question comes up quite often. A report requires a user to be authenticated using
their own network user name and...
2010-03-11
414 reads
In cases where you want the data or content in a report to be different for each user,
there are a...
2010-03-11
541 reads
On the MSDN forums I see a lot of questions about how to use program code or command
line script to...
2010-03-11
511 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....
Hello We recently encountered an issue where a SQL table unexpectedly grew in size...
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...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers