SQL RNNR

Blog Post

Top 3 Database Life Hacks

Three very powerful but simple hacks that can give you back dozens of minutes per day.
Related Posts:

Best New(ish) SSMS Feature December 26, 2017

Puzzles and Daily Trivia May 14,...

2020-02-24 (first published: )

1,454 reads

Blog Post

Top 3 Database Life Hacks

Three very powerful but simple hacks that can give you back dozens of minutes per day.
Related Posts:

Best New(ish) SSMS Feature December 26, 2017

Puzzles and Daily Trivia May 14,...

2020-02-12

23 reads

Blog Post

Trace Query in Extended Events

The ability to quickly and easily trace a query is important to database professionals. This script provides one useful alternative to trace a specific spid similar to the method...

2020-01-28

123 reads

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

non ascii columns in a utf-8 .txt file

By stan

hi, we couldnt get our upstream data source developers to supply what is sometimes...

PolyBase Trace Flags

By Leo.Miller

Are there any good articles on all the trace flags that are enabled on...

The Data Model Matters

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Data Model Matters

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