Brian Kelley

Brian Kelley is an author, columnist, and Microsoft SQL Server MVP focusing primarily on SQL Server security. He is a contributing author for How to Cheat at Securing SQL Server 2005 (Syngress), Professional SQL Server 2008 Administration (Wrox), and Introduction to SQL Server (Texas Publishing). Brian currently serves as an infrastructure and security architect. He has also served as a senior Microsoft SQL Server DBA, database architect, developer, and incident response team lead.
  • Interests: Chess, Reading, Soccer (Football), Baseball, Animals, Theology

Blogs

From SQL Saturday to Day of Data

By

A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...

PostgreSQL 18 Finally Makes BUFFERS the Default. Here Is Why That Matters

By

You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...

A New Word: La Guadière

By

la guadière – n. a glint of goodness you notice in something that you...

Read the latest Blogs

Forums

Langkah mudah Refund tiket Garuda Indonesia?

By itamimi

Cara Refund tiket Garuda/Indonesia dapat dilakukan dengan menghubungi contact center 0821=8154=42.4 /WhatsApp +62813-8537-215.3 atau...

Begini cara menghubungi Call center Garuda Indonesia?

By itamimi

Telepon costumer service Garuda Indonesia di 0821-815442-4 atau (+62) 813-85372 153 kantor pemasaran Garuda Indonesia...

Simak Tips Cara Refund tike pesawat Garuda-Indonesia?

By itamimi

Berikut cara melakukan Refund tiket GARUDA-INDONESIA Telp (0821v8154v424) Call Center resmi Garuda Indonesia (24Jam)...

Visit the forum

Question of the Day

Running SQLCMD I

I run the SQLCMD utility as follows:

lcmd -S localhost -E
I then type this (the 1> is the prompt):
1> select @@version go
If I hit enter, what happens?

See possible answers