Andreas Wolter (www.andreas-wolter.com) has worked for over a decade as trainer (MCT), consultant and architect for SQL Server systems. He is one of less than a dozen experts worldwide, who have been certified as Microsoft Certified Master (MCM) on SQL Server 2008 and additionally Microsoft Certified Solutions Master Data Platform (MCSM) on SQL Server 2012.



Being an active member of the PASS he is also a speaker at various international conferences since several years.



With his Germany-based company, Sarpedon Quality Lab (www.SarpedonQualityLab.com), he provides development and optimization of database systems, with a focus on scalable, performing and secure deployments across Europe and worldwide. You can also follow him at Twitter at twitter.com/AndreasWolter.

  • Interests: Business Intelligence & Datawarehousing Performance Tuning Security

Blogs

Azure Networking: Designing for Change

By

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

Using Customer Docker Compose File Names

By

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

SQL Server Failover Cluster Instances

By

Old Reliable Still Matters If you’ve been around SQL Server for a while, you’ve...

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...

Handling Engagement Rings & Wedding Band

By iBling Jewels

I’m working on a jewelry e-commerce project and need advice on designing an efficient...

The Duplicate Cursor

By Steve Jones - SSC Editor

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

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