Ctrl-alt-geek

Blog Post

Conditional Aggregates

The Problem: A legacy table contains amounts and a char column indicating whether the amount is a credit or a...

2014-02-11 (first published: )

3,077 reads

Blog Post

Duplicate Statistics

The Setup:
Standard best practise is to have auto create and auto update statistics set for SQL Server databases. But there...

2013-09-03 (first published: )

3,501 reads

Blogs

Azure Networking: Designing for Change

By

Failing to plan is planning to fail. When organizations first begin implementing Azure networking,...

The Case of the Forgotten Compatibility Mode – Scooby Dooing Episode 3

By

Like any good mystery, some SQL Server problems look spooky on the surface but...

Using Customer Docker Compose File Names

By

As I use containers more and more to run various things, I decided I...

Read the latest Blogs

Forums

SQL Server authentication vs. Trusted connection

By Rod at work

I maintain an application written years ago, where the database is on a Windows...

The Duplicate Cursor

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Duplicate Cursor

Concerns over AI Chat Privacy

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Concerns over AI Chat Privacy

Visit the forum

Question of the Day

The Duplicate Cursor

Can I run this code:

DECLARE ANewTable CURSOR FOR 
SELECT * FROM ANewTable

See possible answers