New Cartoons at SQLServerCentral
SQLServerCentral has commissioned a new cartoon that will be coming later this week.
2014-02-03
2,557 reads
SQLServerCentral has commissioned a new cartoon that will be coming later this week.
2014-02-03
2,557 reads
2011-11-10 (first published: 2010-02-24)
11,568 reads
2011-08-11 (first published: 2009-07-29)
9,829 reads
2011-07-14 (first published: 2009-06-10)
7,094 reads
2011-06-21 (first published: 2009-04-15)
8,457 reads
2011-06-14 (first published: 2009-04-08)
7,723 reads
2011-06-09 (first published: 2009-04-01)
13,274 reads
Digitization transforms yet another of our most cherished traditions.
2011-06-07 (first published: 2009-03-25)
9,623 reads
2011-06-02 (first published: 2009-03-18)
10,093 reads
An elementary error foils Peter's plans for world domination.
2011-05-31 (first published: 2009-03-11)
10,603 reads
Lots of people have created Power BI reports, using interactive data visualizations to explore...
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...
Comments posted to this topic are about the item Filtered Indexes: The Developer’s Secret...
Comments posted to this topic are about the item Is Data Modeling Common?
Comments posted to this topic are about the item Getting The Database Name
I run this code to connect to SQL Server 2022 from the command line.
sqlcmd -S localhost -EAt the command line, I run these two commands:
SELECT ORIGINAL_DB_NAME() GOWhat is returned? See possible answers