Live Blogging PASS Summit
This year I was fortunate enough to get the invite to join the live bloggers table for both keynotes going...
2015-10-28
403 reads
This year I was fortunate enough to get the invite to join the live bloggers table for both keynotes going...
2015-10-28
403 reads
This year I was fortunate enough to get the invite to join the live bloggers table for both keynotes going...
2015-10-28
312 reads
You’ve heard about it for some time now, and you finally got the gumption to ask your boss if the...
2015-09-22
533 reads
You’ve heard about it for some time now, and you finally got the gumption to ask your boss if the...
2015-09-22
323 reads
RedGate unleashed their newest version of SQL Prompt recently. It is no secret to those of you who know me...
2015-09-16
2,159 reads
RedGate unleashed their newest version of SQL Prompt recently. It is no secret to those of you who know me...
2015-09-16
290 reads
The doors close, lights turn off, and cars begin to pull out of the parking lot. Another SQL Saturday event...
2015-08-27
611 reads
The doors close, lights turn off, and cars begin to pull out of the parking lot. Another SQL Saturday event...
2015-08-27
332 reads
Our world is made up of technology and being plugged in 24/7. As you walk down the street you may...
2015-07-30
1,031 reads
Our world is made up of technology and being plugged in 24/7. As you walk down the street you may...
2015-07-30
712 reads
In today’s Software Development Life Cycle (SDLC), having a robust build pipeline is very...
By Steve Jones
I had someone ask me about using triggers to detect changes in their tables....
By Kevin3NF
Things your cloud vendor may not tell you Here’s a common theme I...
Hi, I have a requirement to fetch the year from an imported .csv file...
I will have to test this next week, but will not have a chance...
I want to add a condition in the joining columns part of the merge...
I have a table of products in SQL Server 2022. There are sequential items in the table with ProductIDs of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. If I run this code, how many rows are returned?
SELECT * FROM dbo.Products WHERE ProductID BETWEEN 4 AND 7;See possible answers