Gail Shaw

  • Interests: Computer Graphics, Aikido, Roleplaying

Blog Post

First Impressions

SELECT @@Version
Microsoft SQL Server “Denali” (CTP1) – 11.0.1103.9 (X64)
I’ve been playing with the CTP for a few days (with absolutely no...

2010-11-09

1,422 reads

Blog Post

Come and gone

Or “Plan cache monitoring – insert and remove”
Previously I took a look at the CacheHit and CacheMiss events to see how...

2010-08-31

1,808 reads

Blog Post

Hit and miss

Or “Monitoring plan cache usage”
For people interested in the details of how SQL is using and reusing execution plans, there...

2010-07-27

1,117 reads

Blog Post

DBA Hell

On the first day of DBA hell, the server gave to me

A database with damaged system tables and no good...

2010-06-15

959 reads

Blogs

Can I Change a Primary Key Value? #SQLNewBlogger

By

I heard someone say recently that you can’t change a primary key value in...

SQL Server Index Primer

By

Indexes 101: What, Why, and When? “What Is an Index?” I get this question...

Secure Azure SQL Server Backups Using Managed Identities

By

I do believe most people know about the ability to backup your SQL server...

Read the latest Blogs

Forums

Just a rant about the SQL Server 2022 upgrade

By cphite

Upgrading an instance of SQL Server 2019 to SQL Server 2022 - I am...

Report Server Configuration Manager - The target principal name is incorrect SSL

By JDRocket

SQL Server SSRS 2022. Running into ' SSL Provider, error: 0 - The target...

Report Server Configuration Manager - Change Database - SSL Error

By JDRocket

SQL Server SSRS 2022. Running into ' SSL Provider, error: 0 - The target...

Visit the forum

Question of the Day

Getting the TEXTSIZE

How can I check what value I used for TEXTSIZE? I ran this code:

SET TEXTSIZE 8096
But then deleted the code and couldn't remember. Is there a way to check this?

See possible answers