Casino Night is Back
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
402 reads
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
402 reads
SQL Server Central is changing their policy to respond to the increased use of AI technologies.
2024-02-02
329 reads
We are adding a consent form to the SQL Server Central website to allow our cookies.
2024-01-10
1,386 reads
The SQL Server Central database servers are being upgraded on Thursday, Nov 2.
2023-11-01
648 reads
We are reducing the sending of the SQL Server Central newsletter to three days a week.
2021-04-30 (first published: 2021-04-26)
1,176 reads
A simple question, and you can vote by leaving a comment for this article. Do you still want me to include the coping tips in the newsletter after June? When the pandemic shut down much of the world in March, our CEO at Redgate Software asked us to think about what we could do to […]
2020-06-16
668 reads
With the implementation of the BBPress forums at SQLServerCentral, a few community members have asked how the forums work and how to best use them. This document will address a few of the items that have been asked by users. A list of questions is followed by the answers below. If you have additional questions […]
2020-05-15
253 reads
A new feature on SQLServerCentral to allow you more control over who can contact you.
2019-12-30
210 reads
The next version of SQLServerCentral will go love on Saturday, March 30, 2019
2019-03-29
308 reads
SQLServerCentral is looking for articles on a few topics. Read more to find out how to submit a draft.
2016-08-19 (first published: 2016-08-12)
912 reads
Introduction When you’re running MongoDB at scale with data distributed across multiple Pure Storage...
By Brian Kelley
If you're an attendee at the PASS Data Community Summit this year, there are...
By Steve Jones
dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...
Hi there I am seeking some help with an SQL statement. Any help would...
Comments posted to this topic are about the item Personal Contact Is Vital
Comments posted to this topic are about the item Getting the Schema for Tables
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; GOSee possible answers