mbourgon · @mbourgon
64 followers · 183 posts · Server dataplatform.social

I have a stored procedure that's called thousands of times a minute, concurrently by 20+ threads.

How does an ALTER on it work? I assume it needs a schema lock to do so, but would it just start blocking new executions until the existing executions are done, then perform the ALTER?

#sqlhelp

Last updated 1 year ago

downshiftdata · @downshiftdata
70 followers · 29 posts · Server hachyderm.io

Is there a way to get Azure Data Studio to recognize SETVAR and SQLCMD variables?

#sqlhelp

Last updated 1 year ago

MJSwart · @mjswart
17 followers · 4 posts · Server dataplatform.social


Hello all,
I'm looking to find a way to enable system versioning (temporal tables) on an existing table "online"
dba.stackexchange.com/question

#sqlhelp

Last updated 1 year ago

SQLAllFather · @SQLAllFather
879 followers · 3566 posts · Server techhub.social

Help!

Is there any way in Azure Data Studio to force the ctrl-tab tab navigation shortcut to respect the left-to-right order of open tabs, and not the order in which the tabs have been most recently accessed?

#azuredatastudio #sqlhelp #sqlfamily

Last updated 1 year ago

mbourgon · @mbourgon
60 followers · 138 posts · Server dataplatform.social

anybody run into issues on Azure Managed Instance where an extended event is hours behind/delayed, even if it's an in-memory target? I thought it was busted, but in the past 15 minutes it's pulled in events from over a 3 hour period.

(posted this in twitter, too - unsure how many of us are still over here)

#sqlhelp #azure

Last updated 1 year ago

Frank Henninger · @osiris687
110 followers · 207 posts · Server dataplatform.social

I'm trying to decipher an issue with a union all view between to databases that has instead of triggers on it. The insert trigger works but update and delete throw "UNION ALL view not updatable because a partitioning column was not found"

SQL server 2016 and both databases are 130

#sqlhelp

Last updated 1 year ago

Denny Cherry · @mrdenny
127 followers · 273 posts · Server techhub.social

@DaveMasonDotMe deligate that account the "Validated write to service principle name" on the domain in AD. See learn.microsoft.com/en-us/prev in the "Delegates Authority to Modify SPNs section

#sqlhelp

Last updated 1 year ago

Denny Cherry · @mrdenny
124 followers · 246 posts · Server techhub.social

@Lincolncyber Please don't advertise in the hash tag. We try and keep this hash tag for questions, not advertisments.

Advertising to this hash tag is the quickest way for your account to be blocked by your target audience.

#sqlhelp

Last updated 1 year ago

Denny Cherry · @mrdenny
124 followers · 246 posts · Server techhub.social

@lincolncyber Please don't advertise in the hash tag. We try and keep this hash tag for questions, not advertisments.

Advertising to this hash tag is the quickest way for your account to be blocked by your target audience.

#sqlhelp

Last updated 1 year ago

Lincoln Cyber Security · @lincolncyber
3 followers · 13 posts · Server me.dm
mmdata · @mmdata
1 followers · 3 posts · Server mcr.wtf

Looking for ways to assess apps prior to any testing when migrating to Azure SQL PaaS options - DMA and ADS are great for looking at the source database but what if the apps run incompatible queries once connected?

#sqlhelp #sqlserver #sqlfamily #azure #azuredata #azuredatacommunity

Last updated 1 year ago

Denny Cherry · @mrdenny
124 followers · 246 posts · Server techhub.social

@leemarkum IS the database busy? You might just need a larger QS. I know that we've had to set some clients QS to be 10s of Gigs or higher.

#sqlhelp

Last updated 1 year ago

leemarkum · @leemarkum
160 followers · 179 posts · Server dataplatform.social

After I looked at the properties for this Query Store that is producing dumps every 15 minutes, I noticed that the allocated space is full. "Size based cleanup" is set to auto, and the QS is set to 4gb. The properties dialog shows Query Store Available as zero mb. I am making a support ticket.

#sqlhelp

Last updated 1 year ago

Bill Fellows · @billinkc
138 followers · 223 posts · Server dataplatform.social

I have an Extended Event that records anything over severity 10 to the ring buffer. I've used it plenty of places so I don't think there's anything special about it on the Managed Instance.

It shows that it's an active session but there have been plenty of errors that ought to be there that aren't. Before I stop and restart the session, any idea on what's awry here?

Session definition as image otherwise it's too long of a toot

#sqlhelp

Last updated 1 year ago

Matt :dado_verified: · @crabtree
3 followers · 21 posts · Server mstdn.party

Trying and failing to create a trigger which deletes all of the jobs associated with a database when someone invokes the following command:

DROP DATABASE databaseName

I've tried accessing the ObjectName field in EVENTDATA but i keep getting nulls. almost at the end of my tether!

#sqlhelp #sqlserver #sqlsupport

Last updated 1 year ago

Dave Mason · @DaveMasonDotMe
305 followers · 1836 posts · Server mastodon.social

What is your approach to auditors and ? Do you...

1️⃣ Give them absolutely everything and let them sort it out, knowing they probably have little understanding of SQL's Authentication/Authorization model.

2️⃣ Give them as little as possible (eg A list of logins with sysadmin membership).

3️⃣ Give them something in between.

#sqlserver #sqlhelp

Last updated 1 year ago

Dave Mason · @DaveMasonDotMe
302 followers · 1792 posts · Server mastodon.social

Is there a way to suppress the "You are not logged in as the database owner or system administrator" warning in SQL Server Management Studio? ⚠

I've skimmed the options, but haven't found anything. Maybe a registry setting exists?

Please note: I am not seeking help with SQL Server authentication/authorizations. This is strictly an SSMS question.

#ssms #sqlhelp

Last updated 1 year ago

Robin Hills 🇨🇦 · @overmywall
22 followers · 171 posts · Server hachyderm.io

Fun fact for the crowd. Make sure the databases actually exist in the templates folder before running setup.exe with the REBUILDDATABASE action. Otherwise you end up with zero viable system databases.

-- in the end the template DBs can be copied from media as well.

#sqlhelp

Last updated 1 year ago

· @tjaybelt
23 followers · 4 posts · Server data-folks.masto.host

any experts out there using Airflow and DAGs against Snowflake and DBT that I can ping for some architectural questions about breaking out our environment to be PROD and STAGE worthy instead of a single environment?

#sqlhelp #sqlfamily

Last updated 1 year ago