Kathi Kellenberger

Kathi Kellenberger is a Sr. Consultant with Pragmatic Works. She is an author, speaker and trainer.
  • Interests: Walking, running, grandchildren!

SQLServerCentral Article

Using Parameters with Stored Procedures

It seems that SQL Server developers avoid stored procedures whenever possible, especially if they are new to the product. Kathi Kellenberger brings us a basic article that you can give to developers that explains the basics of how you use parameters with ADO.NET, especially output parameters.

4.18 (28)

You rated this post out of 5. Change rating

2019-05-23 (first published: )

119,614 reads

SQLServerCentral Editorial

Query Tuning Assistant: A Tool for Upgrades

If you have been working with SQL Server long enough, you have probably been involved with a SQL Server 2000 to 2005 upgrade. It was painful for many shops due to the deprecation of some features like DTS and the removal of old-fashioned comma joins with the plus operator. It was worth the pain as […]

You rated this post out of 5. Change rating

2019-03-25

1,173 reads

SQLServerCentral Editorial

Doing the Right Thing

From the time you rise in the morning until you close your eyes at night, your day is filled with thousands of small decisions, many that you don’t even think about. For each decision that you make, there is a probably a good choice and a poor choice available. Most of the time, the good […]

You rated this post out of 5. Change rating

2019-01-28

128 reads

SQLServerCentral Editorial

PASS Summit 2018 Recap

This year, PASS celebrated the 20th PASS Summit. As it has been many times, this year’s Summit was held in Seattle. PASS Summit has visited other locations such as Orlando and Charlotte, but, at least to me, it feels like home when it’s hosted in Seattle. For those of us who have participated for many […]

You rated this post out of 5. Change rating

2018-11-19

31 reads

SQLServerCentral Editorial

Explaining Our Professions to Our Parents

Have you ever had a difficult time explaining what your job entails to your parents or other family members? You may be working in a field that didn’t exist 20 years ago, such as mobile device development, or your job may be so specialized that non-technical people will never understand. Now that my job title […]

You rated this post out of 5. Change rating

2018-11-05

85 reads

SQLServerCentral Editorial

What Should You Look for in a SQL Monitoring Tool?

Performance is a common reason to monitor SQL Server. The work day of a database administrator is often interrupted with unexpected calls about slowness in applications or reports. But, how does the performance today compare to the performance last week or last month? Can the root cause of the issue be traced to the database […]

You rated this post out of 5. Change rating

2018-10-08

36 reads

SQLServerCentral Editorial

SQL Server Gets Smarter and Smarter

With each recent version of SQL Server, Microsoft has added features that can be used to improve query performance with much less effort than traditional index and query tuning require. First was Query Store, introduced with 2016. When enabled, this feature allows you to easily find regression in query performance due to changing execution plans. […]

4.5 (2)

You rated this post out of 5. Change rating

2018-05-21

68 reads

SQLServerCentral Editorial

SQL Community

Back in my early days as a database administrator, almost 16 years ago, I happened upon a web site called SQL Server Central. Because I found so many useful articles and forum posts, the site was open in my browser at work every single day. It was a great source of information, and eventually, I […]

4 (3)

You rated this post out of 5. Change rating

2018-04-23

88 reads

SQLServerCentral Article

So Many Choices with SQL Server

There was a day when you didn’t have many decisions to make about a new SQL Server instance. You had to choose from a few editions and two licensing models: per proc or server cal. It wasn’t long ago that SQL Server would almost always be installed on a physical server on premises, and the […]

You rated this post out of 5. Change rating

2018-03-26

73 reads

Blogs

Who are you? Building an identity map.

By

I admit that until I read the article, Who are you as a Leader?,...

Call a Fabric REST API from Azure Data Factory

By

Suppose you want to call a certain Microsoft Fabric REST API endpoint from Azure...

Distributed Availability Group Dashboard

By

The Distributed Availability Group Dashboard can be downloaded from our GitHub repo. https://github.com/SQLUndercover/UndercoverToolbox/blob/master/DAG%20Dashboard.pbix. This...

Read the latest Blogs

Forums

temp table columns not showing up in CTE

By DBA_318

I'm new to the development side of the house and stuck on a CTE...

SSAS Cube Migration to Azure cloud

By bala2014

Dear All, I am currently working on a Proof of Concept (POC) where I...

create a table with data capture for next 3 years

By anug

Hello, I would like to build a table capturing data starting from 1st day...

Visit the forum

Question of the Day

Local Storage Options

I'm setting up a SQL Server 2019 instance and we are planning on using SMB storage for our database files. However, the file share isn't ready, so the idea is to use the \127.0.0.1dbfile as the location to start and then move these files to the remote server. Can I do this?

See possible answers