SQLAllFather · @SQLAllFather
929 followers · 4448 posts · Server techhub.social

If you're going to be at Data Moshpit in two weeks, you might be able to pick up one of these limited edition t-shirts.

OMG DATA MOSHPIT IS ONLY TWO WEEKS AWAY!!

#tsql #acdc #datamoshpit #powerbi #microsoftfabric

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

Brent Sodtke :ve: 🇨🇦 · @brentec
40 followers · 138 posts · Server techhub.social

SQL Agent Insight is agentless, nothing is installed on your , ever, nor is there any client-side installation required either.
and are the only methods of gathering the data that you require, and the SMO libraries are included, meaning no other installations are necessary.

Manage your SQL Server Agent estate with SQL Agent Insight. Download for free and use without feature restrictions.

brentec.ca

#sqlserver #tsql #smo #DBA #monitoring

Last updated 1 year ago

Mike Lawton · @mlawton
182 followers · 981 posts · Server mstdn.social

Translating a query from ( :blobcatmeltcry: ) to in order to troubleshoot something. The Access query uses InStr() support.microsoft.com/en-us/of in which the parameters are in exactly the opposite order than the equivalent CHARINDEX() learn.microsoft.com/en-us/sql/

I'm sure this is an organic evolution of disparate, yet similar technologies, but damn it took me too long to figure out why my record counts were so off.

#tsql #msaccess

Last updated 2 years ago

Davide Mauri · @mauridb
164 followers · 35 posts · Server fosstodon.org

Another week, another video on by @GuyInACube. This time on the new WINDOW clause, that makes usage of windowing function super easy and clean. Patrick does - as usual - a great job explaining it. Take a look a the video right away! youtu.be/KrsNwegpqlk

#tsql

Last updated 2 years ago

SQLBits · @SQLBits
251 followers · 313 posts · Server dataplatform.social

RT @AzureSQL
COMING 🔜 Transact-SQL Programming Databases with T-SQL for Beginners series

Join @Marisa_Mathews_ & @BuckWoodyMSFT as they create a database together for a real-world application from start to finish using !

#sqlserver #azuresql #tsql #beginnersseries

Last updated 2 years ago

Davide Mauri · @mauridb
154 followers · 28 posts · Server fosstodon.org

The GuyInACube continue to dive into , this time Patrick explores the use of the OVER and RANK functions in combination with common table expressions (CTE) in Database and Analytics. Check it out! youtu.be/ZKvpiOnwAK4

#tsql #azuresql #AzureSynapse

Last updated 2 years ago

afreytes · @afreytes
65 followers · 422 posts · Server mastodon.gamedev.place

And another funny comment I left somewhere, names have been altered to protect the guilty...

#ianap #tsql #sql #programming

Last updated 2 years ago

2meterdba | Reitse Eskens · @2meterdba
30 followers · 29 posts · Server mastodon.nl

sqlreitse.com/2023/01/20/disti

A fun test to see the differences between distinct and group by. I'd love to hear your experiences!

#zekerweten #groupby #distinct #tsql #sqlserver

Last updated 2 years ago

Brent Sodtke :verified: · @brentec
36 followers · 67 posts · Server techhub.social

From my blog archives...

Some individuals like to keep jobs in their SQL Server Agent for future code reference; these jobs have no schedule and will never run. For those I say, put them into your favorite code repository, not only for you but for others on your team too.

Below I provide T-SQL that will help identify those agent jobs that have never run so they can be purged or migrated to your code repo of choice.

brentec.ca/blog/2022/07/t-sql-

#sqlserver #DBA #monitoring #tsql

Last updated 2 years ago

Milwaukee Dev · @mkedev
14 followers · 29 posts · Server toot.works

Job Posting

Employer: Change Healthcare
Stack: , , ,
Location: Remote
Pay: Unknown (Best guess: $109,800 - $183,000)
Description: Change Healthcare is a leading healthcare technology company with a mission to inspire a better healthcare system.
Link: careers.changehealthcare.com/j

#dotnet #react #csharp #tsql

Last updated 2 years ago

mcarr · @mcarr
0 followers · 13 posts · Server fosstodon.org

Added some t-sql examples for random dates and ISO 8601 format.

github.com/mcarr10/TSQLExample

#tsql

Last updated 2 years ago

Vlad :verified: · @VladDBA
34 followers · 35 posts · Server mastodon.cloud
Vlad :verified: · @VladDBA
38 followers · 46 posts · Server mastodon.cloud
Vlad :verified: · @VladDBA
34 followers · 35 posts · Server mastodon.cloud
Brent Sodtke :verified: · @brentec
32 followers · 52 posts · Server techhub.social

From my blog archives...

I like to keep my SQL instances as free from clutter as possible.
I provide a script below that will return all database mail accounts not currently being used by any database mail profile on the current instance.

brentec.ca/blog/2022/08/script

#sqlserver #DBA #monitoring #tsql

Last updated 2 years ago

Frank Henninger · @osiris687
65 followers · 38 posts · Server dataplatform.social

What's your methodology when it comes to mocking up data for ?

Say you have a user management system. Do you create a standard set of user data that you then call from all tests setup procedure? Or to you tailor the dataset to the specific test? I like the idea of reusing datasets but worry about the overhead. But then again I also worry about not catching all possible error modes because we didn't account for this new type of user in every test.

#sqlfamily #tsqlt #sqlserver #tsql

Last updated 2 years ago

Davide Mauri · @mauridb
29 followers · 9 posts · Server fosstodon.org

I just completed "Tuning Trouble" - Day 6 - Advent of Code 2022 adventofcode.com/2022/day/6 . Interesting challenge today.🧐Loved doing it with and . Will try to write a blog post later. It's all about distinct count and grouping 😎

#adventofcode #azuresql #tsql

Last updated 2 years ago

herchenroder · @herchenroder
105 followers · 111 posts · Server motern.media

Hey I have an idea. Let's take the entire collective industry knowledge of syntax and flush it down the toilet to save a few bucks. @joshthetechie it was only a matter of time until Mastodon heard how much I hate SAP HANA.

#mssql #tsql #saphana #garbagesoftware

Last updated 2 years ago

Davide Mauri · @mauridb
29 followers · 9 posts · Server fosstodon.org

I just completed "Supply Stacks" - Day 5 - Advent of Code 2022 adventofcode.com/2022/day/5, again using only

#adventofcode #tsql #azuresql #sqlserver

Last updated 2 years ago