Vlad :verified: · @VladDBA
51 followers · 98 posts · Server mastodon.cloud

The latest release of PSBlitz:
- has been updated with the latest sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, sp_BlitzLock, and sp_BlitzWho, from Brent Ozar's August release of the First Responder Kit
- outputs execution plans for queries involved in deadlocks if they are still in the cache.
- adds a new report page containing deadlock-related execution plan info

github.com/VladDBA/PSBlitz

#sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #psblitz

Last updated 1 year ago

Vlad :verified: · @VladDBA
51 followers · 98 posts · Server mastodon.cloud

This is just a brief post containing a script to get table sizes in SQL Server, along with some other information like table type, number of records, partition count, compression type, number of nonclustered indexes and their total size.

vladdba.com/2023/08/24/script-

#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba #dba #tsql

Last updated 1 year ago

Vlad :verified: · @VladDBA
51 followers · 96 posts · Server mastodon.cloud

In this post I’ll cover ways of speeding up SELECT COUNT as well as some myths about best practices when it comes to SELECT COUNT.

vladdba.com/2023/08/21/speedin

#sqlserver #sqldba #microsoftsqlserver #mssqlserver #mssql #mssqldba

Last updated 1 year ago

Vlad :verified: · @VladDBA
51 followers · 96 posts · Server mastodon.cloud

The latest release of PSBlitz:
- returns info about opened transactions (including those belonging to sleeping sessions)
- has been updated with Brent Ozar's June release of the First Responder Kit
- adds comment-based help info
- lets you know when checks returned no records
- includes other bug fixes and minor improvements

github.com/VladDBA/PSBlitz

#sqlserver #sqldba #powershell #microsoftsqlserver #mssqlserver #mssql #mssqldba #psblitz

Last updated 1 year ago

Vlad :verified: · @VladDBA
51 followers · 96 posts · Server mastodon.cloud

In this post I'll cover a quick way to get access to SQL Server when you don't have a login and don't know the password for the SA account.
This is perfect for when you "inherit" an instance from another team.
vladdba.com/2023/08/07/get-acc

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #powershell

Last updated 1 year ago

Vlad :verified: · @VladDBA
48 followers · 85 posts · Server mastodon.cloud

This is a brief post about how to fix "The certificate chain was issued by an authority that is not trusted" error when using @dbatools

vladdba.com/2023/07/29/fix-cer

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #powershell #dbatools

Last updated 1 year ago

Vlad :verified: · @VladDBA
47 followers · 84 posts · Server mastodon.cloud

In this post I'm covering the risks brought on by not securing SQL Server's service account and setting it to run under a privileged account, and demo how an attacker can leverage it to gain access to the instance's host.
It was fun using Burp Suite Pro to demo data exfiltration through HTTP, as well as HoaxShell to demo initiating a reverse shell connection, all from SQL Server.

vladdba.com/2023/07/24/securin

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #windows #security #hoaxshell #burpsuite

Last updated 1 year ago

Vlad :verified: · @VladDBA
47 followers · 84 posts · Server mastodon.cloud

In this post I address improper configurations and their impact, as well as recommendations for securing SQL Server linked servers.

vladdba.com/2023/07/10/securin

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #windows #security

Last updated 1 year ago

Brian James · @Brianjames
34 followers · 92 posts · Server fosstodon.org

@xocolatl @elkcityhazard I’ve been in a work environment the past 10 years, so haven’t really dabbled in much else.

#mssqlserver

Last updated 1 year ago

Rivetgeek · @rivetgeek
542 followers · 1849 posts · Server dice.camp

Currently, our CI/CD pipeline for is ADO with Pulumi. Pulumi deploys the AWS resources to stand up the instance, but then *also* runs SSM automation to run scripts that will install SQL Server and make other scripty-changes. This pipeline is brittle, not really great for changes to those instances, and doesn't handle database level changes.

My thinking right now is we did this wrong. Pulumi is great for the AWS stuff, but we neet repos and ADO pipelines for the rest of it.

#mssqlserver

Last updated 1 year ago

Vlad :verified: · @VladDBA
45 followers · 83 posts · Server mastodon.cloud

In this post I cover two ways of properly securing xp_cmdshell in SQL Server 2022 to avoid unrestricted access to the underlying Windows OS.

vladdba.com/2023/06/29/securin

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #windows

Last updated 1 year ago

Thor Rapid · @thor_rapid
189 followers · 2783 posts · Server social.tchncs.de

== unnötig Nerven aufreibend

Hab heute Stunden damit zugebracht von einem in Code geschriebenen Programm auf einen per zuzugreifen. Hab es zwischendurch auch in mit versucht. Mit ging's, mit ging's, per Ping ging's.
Bis ich mir endlich einen passenden String gebaut hatte der dem Server genehm war. 🙄
Sowas passiert mir bei nie und auch sonst kenne ich keine solche Diva DB.

#postgresql #ado #beekeeper #dbeaver #sqlalchemy #python #ODBC #mssqlserver #rust #microsoft

Last updated 1 year ago

Vlad :verified: · @VladDBA
44 followers · 82 posts · Server mastodon.cloud

In this post I'm going over some large insert speed tests in SQL Server using various table types as targets, combinations of TABLOCK and MAXDOP 0, compression, and recovery models.

vladdba.com/2023/06/22/testing

#sqlserver #dba #mssqlserver #mssql #sqlserverdba

Last updated 1 year ago

Vlad :verified: · @VladDBA
44 followers · 82 posts · Server mastodon.cloud

The latest release of PSBlitz brings improvements to the layout and navigation of the HTML report along with fixing a few bugs introduced in the previous release.
github.com/VladDBA/PSBlitz

#sqlserver #dba #mssqlserver #mssql #sqlserverdba #powershell

Last updated 2 years ago

Vlad :verified: · @VladDBA
44 followers · 80 posts · Server mastodon.cloud

In this post I'm addressing a possible cause and fix for SQL Server connection errors 64 and 233.
vladdba.com/2023/04/26/fixing-

#sqlserver #dba #mssqlserver #mssql #sqlserverdba

Last updated 2 years ago

Vlad :verified: · @VladDBA
44 followers · 78 posts · Server mastodon.cloud

PSBlitz has been updated with the latest versions of sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, sp_BlitzLock, and sp_BlitzWho, from Brent Ozar's April release of the First Responder Kit
github.com/VladDBA/PSBlitz

#sqlserver #powershell #dba #mssqlserver #mssql #sqlserverdba

Last updated 2 years ago

Vlad :verified: · @VladDBA
44 followers · 78 posts · Server mastodon.cloud
Vlad :verified: · @VladDBA
44 followers · 72 posts · Server mastodon.cloud

The latest release of PSBlitz:
- adds the possibility of exporting the output report in HTML format instead of Excel, making Excel/Office no longer a hard requirement for running PSBlitz.
- adds the option to also create a zip archive of the output files
github.com/VladDBA/PSBlitz

#sqlserver #powershell #dba #mssqlserver #mssql #sqlserverdba

Last updated 2 years ago

Vlad :verified: · @VladDBA
44 followers · 71 posts · Server mastodon.cloud

PSBlitz has been updated with the latest versions of sp_Blitz, sp_BlitzCache, sp_BlitzFirst, sp_BlitzIndex, sp_BlitzLock, and sp_BlitzWho, from Brent Ozar's February release of the First Responder Kit
github.com/VladDBA/PSBlitz

#sqlserver #powershell #dba #mssqlserver #mssql #sqlserverdba

Last updated 2 years ago

Carolyn Jewel · @cjewel
223 followers · 890 posts · Server sfba.social

I got postgres installed on the iMac along with the pgAdmin gui. Next up will be to learn the syntax differences so I can script out my tables and port over the data from MSSQL.Then I think I don't need the Windows VM.

#mssqlserver #postgres

Last updated 2 years ago