How to tell what SQL Server versions you are running
Check out this tip to easily find out what version of SQL Server you are running.
2022-06-29
Check out this tip to easily find out what version of SQL Server you are running.
2022-06-29
In this article we look at several ways to find the version of SQL Server that is installed when the SQL Server service is not running.
2021-01-12
If you are running Windows 8 and above, you might have found out that you can’t find SQL Server Configuration Manager in the list of installed applications. Read on to learn how to locate it.
2017-06-05
4,227 reads
By Rohit Garg
How U.S.-India Tariff Disputes Could Ripple Through the Indian IT Sector Although the newly...
By Rohit Garg
Why Microsoft Azure Certifications Are Beneficial for Your Career
How to Schedule...
By Steve Jones
I had someone ask me about using triggers to detect changes in their tables....
Comments posted to this topic are about the item What is a Failed Deployment?
Comments posted to this topic are about the item Generating a Series I
Comments posted to this topic are about the item Dimensional Modeling Case Study Part...
What is returned by this code in SQL Server 2022?
SELECT value FROM GENERATE_SERIES(4, 1);See possible answers