Having a Little Fun at SQL Server Central
Steve reminisces on some of the fun times he's had at SQL Server Central.
2026-02-27
89 reads
Steve reminisces on some of the fun times he's had at SQL Server Central.
2026-02-27
89 reads
A look back at SQL Server Central after 25 years from founder Brian Knight.
2026-02-20
1,450 reads
Steve talks about some of the charitable work at SQL Server Central.
2026-02-20
72 reads
This is part of a few memories from the founders of SQL Server Central, celebrating 25 years of operation this month. When we started SQL Server Central, our goal was to build a great resource that helped other people advance in their careers and also made some money. Our decisions in building the site were […]
2026-02-13
68 reads
2026-02-06
116 reads
2026-02-02
168 reads
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
417 reads
SQL Server Central is changing their policy to respond to the increased use of AI technologies.
2024-02-02
350 reads
We are adding a consent form to the SQL Server Central website to allow our cookies.
2024-01-10
1,404 reads
The SQL Server Central database servers are being upgraded on Thursday, Nov 2.
2023-11-01
659 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers