Block Select/Replace (Day 11)
While Regular Expressions lets us work with text not cleanly formatted, if you are trying to work with text that...
2018-01-11
240 reads
While Regular Expressions lets us work with text not cleanly formatted, if you are trying to work with text that...
2018-01-11
240 reads
Have you ever downloaded a script from an internet site, only to find that there are extra blank lines between...
2018-01-10
452 reads
Have you ever had to run a query on multiple servers? You could connect to each server one by one...
2018-01-09
444 reads
Have you ever had a script where you needed to run parts of it on different instances of SQL Server...
2018-01-08
441 reads
Since SSMS is built upon Visual Studio, many of the features available to Visual Studio are also available to SSMS....
2018-01-08 (first published: 2018-01-01)
3,244 reads
Have you ever had a long script that you are trying to scroll through? Do you wish that you could...
2018-01-06
569 reads
So you’re working with a query that you have loaded from a saved file. And now you want to open...
2018-01-05
374 reads
Have you ever been working in SSMS where you need to frequently access one particular script, but you are spending...
2018-01-04
421 reads
Have you ever wanted to have two different queries open up at the same time where you could see them,...
2018-01-03
329 reads
SQL Server 2017 lets you solve parameter sniffing problems - Automatically!
2018-01-02 (first published: 2017-11-20)
2,691 reads
By Zikato
A fugitive cyber-criminal, a wingsuit, and 24 million flight records. Somewhere between Doha and...
Say you need outside help. You’ve exhausted all the things that you could do...
I’m honored to announce that I’ve been renewed as a Microsoft MVP for the...
Comments posted to this topic are about the item Implicit Conversions Cripple SQL Server
Comments posted to this topic are about the item BIT_COUNT() III
Comments posted to this topic are about the item The Mythical Bus Accident
In SQL Server 2025, I run this code:
select bit_count(-1)What is returned? See possible answers