Marcel SIneM(S)US · @simsus
221 followers · 5518 posts · Server social.tchncs.de
digiprax · @digiprax
1 followers · 5 posts · Server social.tchncs.de

FreeWorld hört sich ja gut an, ist aber mindestens Ransomware. Angegriffen werden mittels BruteForce erreichbare Microsoft-SQL-Server.
Mehr hier: securonix.com/blog/securonix-t

#ransomware #freeworld #microsoft #mssql #server

Last updated 1 year ago

Redhotcyber · @redhotcyber
593 followers · 1831 posts · Server mastodon.bida.im
taijidude · @taijidude
20 followers · 161 posts · Server hachyderm.io

I have an sql server express(2019) locally installed. On it i have a database with a tiny stored procedure. I'm trying to connect to this database via spring boot and execute this procedure. But i always get an sql exception that the procedure could not be found. Has anyone come across this problem?

Code for the procedure:
pastebin.com/X0n4W7gE

Springboot Controller Method:
pastebin.com/jWEd2QHB

Testcall via powershell: pastebin.com/fcxvfC8Z

#java #SpringBoot #mssql #springjdbc

Last updated 1 year ago

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

Mike Elston · @notsle
358 followers · 1715 posts · Server kzoo.to

I know my Dunning Kruger effect is high on this. But why hasnt someone built a MSSQL to PGSQL so you could replace MSSQL with PGSQL and client apps would be none the wiser. (im talking basic queries, not all features)

#dev #mssql #pgsql

Last updated 1 year ago

AskUbuntu · @askubuntu
219 followers · 1812 posts · Server ubuntu.social

How do I install MSSQL Server on Ubuntu

askubuntu.com/q/1482802/612

#mssql

Last updated 1 year ago

Mathieu Poussin · @kedare
235 followers · 204 posts · Server g33ks.coffee

Am I the only one to really prefer compared to and ? 😆

I love the features, quality of the tooling and backup management.

Just a shame than this one is not open source, and still waiting for ARM support (until that there is Azure SQL edge that is kind of equivalent).

And you what is your favorite and why ?

#dotnet #python #sqlserver #mssql #postgresql #mysql #developer #sre #devops #dba #database

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

magljo · @magljo
15 followers · 18 posts · Server fosstodon.org

Question for people.

Should you write
(a) ISNULL(SUM([x]),0) or
(b) SUM(ISNULL([x],0))

Or are they equivalent in all cases? Came across an old post on stackoverflow today that said (b) was incorrect (which I had used previously) but trying both on several queries they both returned the same result.

#mssql

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

Christian (teqqy) · @me
138 followers · 86 posts · Server teqqy.social

Kennt jemand eine Firma oder Freelancer der Expert:in ist? Wir suchen da jemand der für uns mal Dinge überprüft.

#mssql

Last updated 1 year ago

ck · @ck
74 followers · 177 posts · Server noc.social

When using databases, the Microsoft and its database(s) should be properly monitored. Consol Labs' free check_mssql_health plugin does this job perfectly.

In my newest article a particular MSSQL ran into a "available free space" warning. Here's how to manually increase the database size using Microsoft SQL Server Management Studio (SSMS). 👇

claudiokuenzler.com/blog/1328/

#database #blog #monitoring #sqlserver #mssql

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

Kipkoech :coffefied: · @kip
14 followers · 104 posts · Server mstdn.social

For those of you working with how can I go about this ?

#mssql #SQL #navision #msdynamics #Help #dynamics #Microsoft

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