Jared Poche · @sqljared
12 followers · 9 posts · Server dataplatform.social

I've posted a new blog on PSPO at sqljared.com/blog/pspo-update-. This blog has links for a known issue, updates a previous script using sys.query_store_query_variant, and discusses PSPO plans with multiple variables.

#sqlfamily #sqlblog

Last updated 1 year ago

Deborah Melkin · @dgmelkin
186 followers · 65 posts · Server dataplatform.social
Shane O'Neill · @SOZDBA
192 followers · 93 posts · Server techhub.social
Tracy Boggiano · @TracyBoggiano
64 followers · 133 posts · Server dataplatform.social
Jared Poche · @sqljared
10 followers · 8 posts · Server dataplatform.social

I've posted a second blog about PSP Optimization at sqljared.com/blog/variant-quer. Check it out to see why you may need to update your Query Store scripts for .

#sqlserver2022 #sqlfamily #sqlblog

Last updated 1 year ago

Jared Poche · @sqljared
10 followers · 7 posts · Server dataplatform.social

My latest blog on Parameter Sensitive Plan Optimization in SQL Server 2022 is up at sqljared.com/blog/parameter-se. My next post will be on this subject as well, discussing an issue that may affect your Query Store scripts!

#sqlfamily #sqlblog

Last updated 1 year ago

mbourgon · @mbourgon
56 followers · 116 posts · Server dataplatform.social

Using the new CETAS functionality (Generally available!) to export data from my Managed Instance to Parquet files in Azure Blob Storage. You can do folder paths, partition on dates, etc. This is freaking fantastic! I wrote python scripts using Apache Arrow to do this, and I already prefer this.

thebakingdba.blogspot.com/2023

#sqlblog #sqlserver

Last updated 1 year ago

Jared Poche · @sqljared
11 followers · 6 posts · Server dataplatform.social

Posted a new blog about Manual Halloween protections and how this coding technique can allow you to skip unnecessary write operations at sqljared.com/blog/manual-hallo.

#sqlfamily #sqlblog

Last updated 1 year ago

Shane O'Neill · @SOZDBA
175 followers · 56 posts · Server techhub.social
mbourgon · @mbourgon
55 followers · 96 posts · Server dataplatform.social

abusing DECLARE @VAR=VARCHAR for fun. blogger.com/u/1/blog/posts/143
oooh, Mastodon has a longer limit!

Run this. Do you get what you expected? I certainly didn't.
DECLARE @blah VARCHAR
SET @blah = '123456'
SELECT @blah
DECLARE @date DATETIME=getdate()
SELECT CONVERT(VARCHAR, @date, 112)
SELECT @blah = CONVERT(VARCHAR, @date, 112)
SELECT @blah

#sqlblog #sqlserver

Last updated 1 year ago

mbourgon · @mbourgon
53 followers · 80 posts · Server dataplatform.social

Using Extended Events to capture and read all the ugly Severity 10+ errors in your code that the app is ignoring. thebakingdba.blogspot.com/2023 , and I'm curious whether the Bird or the Furry Mammal will get more love. :D

#sqlblog #sqlserver

Last updated 1 year ago

Jared Poche · @sqljared
11 followers · 4 posts · Server dataplatform.social

My latest blog on the Halloween Problem is up at sqljared.com/blog/halloween-pr. Complete with examples showing the typical protections and some performance numbers.

#sqlfamily #sqlblog

Last updated 1 year ago

Deborah Melkin · @dgmelkin
161 followers · 33 posts · Server dataplatform.social

The follow up post about that issue I had. Throwing OPENROWSET and error handling in with dynamic SQL...
debthedba.wordpress.com/2023/0

#sqlblog

Last updated 1 year ago

Monica Rathbun · @SQLEspresso
93 followers · 7 posts · Server mas.to
Deborah Melkin · @dgmelkin
153 followers · 30 posts · Server dataplatform.social

Inspired to throw together a post by as I was working through an issue. Let's start by talking about dynamic SQL.

debthedba.wordpress.com/2023/0

#sqlblog

Last updated 2 years ago

Jared Poche · @sqljared
9 followers · 3 posts · Server dataplatform.social

My latest blog on tempdb contention is up at sqljared.com/blog/tempdb-conte. I discuss improvements that minimize its effects and have several useful links on the subject.

#sqlblog #sqlfamily

Last updated 2 years ago

Tracy Boggiano · @TracyBoggiano
42 followers · 11 posts · Server dataplatform.social
Tracy Boggiano · @TracyBoggiano
42 followers · 9 posts · Server dataplatform.social
Jared Poche · @sqljared
9 followers · 3 posts · Server dataplatform.social

Posted my last blog about being an introvert at and how I approached the networking opportunities there at sqljared.com/blog/introversion. Happy new year, !

#passdatacommunitysummit #sqlfamily #sqlblog

Last updated 2 years ago

Deborah Melkin · @dgmelkin
144 followers · 21 posts · Server dataplatform.social

Going through my notes of blog post ideas, I found that I had put something together months ago but never got around to publishing. Let's fix that, shall we?

debthedba.wordpress.com/2023/0

#nevertolatetopost #sqlblog

Last updated 2 years ago