Dirk Hondong · @DirkHondong
84 followers · 202 posts · Server nrw.social

ICYMI: There will be an awesome talk in a couple of minutes.
@Jpomfret will talk about and how to manage with them.
Make your life easier

meetup.com/de-DE/data-tgif/eve

/cc @dbatools

#dbatools #replication #DBA #sqlserver #powershell

Last updated 1 year ago

Frank Henninger · @osiris687
117 followers · 298 posts · Server dataplatform.social

What's your favorite method to install Standard gui? Command line with config file? Dsc? . What's your weirdest? My favorite is .

#sqlserver #powershell #dbatools #ansible

Last updated 1 year ago

mbourgon · @mbourgon
63 followers · 154 posts · Server dataplatform.social

Does anybody know if you can use applicationintent=readonly with Copy-DbaDbTableData? It looks like you'd have to use invoke-dbaquery and write it, but it's multi-gb of data so I'd rather not buffer it. Doesn't look like the sqlinstance param can use connection strings but I'm not positive

#dbatools #sqlserver

Last updated 1 year ago

David Wiseman · @wiseDATAman
151 followers · 13 posts · Server dataplatform.social

New version of DBA Dash is available ๐Ÿš€
dbadash.com/blog/whats-new-in-
Making use of the build reference provided by to display patching status in relation to the current builds that are available.
monitoring tool for

#dbatools #opensource #sqlserver

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

Frank Henninger · @osiris687
111 followers · 245 posts · Server dataplatform.social

@dansup @darnell @gabek @syuilo @Gargron @owncast

One thing I would love to see more projects do is label some of the low priority but simple issues as a good first issue. You can see that here on the repo. That gives people curious about contributing a good place to start and get their feet wet.

I'm a , I don't know . When looking at the issues list, I don't even know where I'd begin. A label would help with that.

github.com/dataplat/dbatools/l

#dbatools #sqlserver #dba #php

Last updated 1 year ago

dbatools · @dbatools
515 followers · 44 posts · Server dataplatform.social

Install-DbaMaintenanceSolution now supports auto-scheduling of Ola Hallengren's agent jobs! Read more on @cl's blog blog.netnerds.net/2023/05/inst

#dbatools #sqlserver #powershell

Last updated 1 year ago

dbatools · @dbatools
502 followers · 39 posts · Server dataplatform.social

After 5 months of hard work, 2.0 is finally here! Tons of improvements (and a few breaking changes). You can read more on GitHub

github.com/dataplat/dbatools/r

#dbatools #powershell #sqlserver

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
97 followers · 52 posts · Server home.social

If you are looking for an easy way to download the current CU for SQL Server that also includes the CU number in the filename, take a look at my Get-CU.ps1 help script: github.com/andreasjordan/demos

#sqlserver #powershell #dbatools

Last updated 2 years ago

matty of salisbury · @matty
166 followers · 641 posts · Server mastodonapp.uk

Get-DbaAgentJob -sqlinstance $sqlinstance |
? nextrundate -lt $(get-date).addminutes(15) |
? nextrundate -gt $(get-date) |
select name, nextrundate

to show what agent jobs are running in the next 15 minutes, using the module

#powershell #sqlserver #dbatools

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
94 followers · 47 posts · Server home.social

Just updated and tested my automated lab for SQL Server Always On Availability Groups: It works with 2022 and 2.0.0-preview1 using 7.3 on Windows.

If you have more ideas what to test in the scripts, feel free to add a comment.

github.com/andreasjordan/demos

#sqlserver #dbatools #powershell

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
91 followers · 45 posts · Server home.social

Brent Ozar has released a small version of the StackOverflow database as a SQL Server 2022 backup. I like this database, but needed a version for 2019 - so I wrote a small script to downgrade the database using the module : github.com/andreasjordan/demos

#sqlserver #powershell #dbatools

Last updated 2 years ago

Monica Rathbun · @SQLEspresso
93 followers · 7 posts · Server mas.to

Mark your calendars for NEXT Wednesday 6:30 EST. @HamptonRoadSSUG will be hosting ONLINE the 1 & Only @sqldbawithbeard as he teaches us about Automate your DBA tasks with and . RSVP meetup.com/hampton-roads-sql-s

#mvpbuzz #sqlserver #dbachecks #dbatools

Last updated 2 years ago

Any specific recommendations for a database GUI (supporting manually creating/deleting/copying/.... tables and records) for personal use? Looking for something similar to what Microsoft Access offers in terms of editing database and records, but working with different database back-ends (sqlite, AWS aurora serverless, GCP, Azure, ...)
Thanks!!!

#dbatools #sqlite #gui #database

Last updated 2 years ago

Allen White · @allenmwhite
83 followers · 2 posts · Server dataplatform.social

I migrated client's staging servers to SQL 2022 on Saturday. I have a PowerShell/SMO script to set compatibility level, but it didn't change it. Tried Set-DbaDbCompatibility from , and it a) didn't support v16, but b) didn't change it when I tried v15. Had to use T-SQL to set it. Is the function to alter database properties in SMO broken now?

#dbatools

Last updated 2 years ago

David Wiseman · @wiseDATAman
129 followers · 5 posts · Server dataplatform.social

DBA Dash now has a Timeline view for your SQL Server agent jobs. It takes inspiration from ConvertTo-DbaTimeline.
Free & open source monitoring for .
dbadash.com/blog/whats-new-in-

#dbatools #sqlserver

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
79 followers · 31 posts · Server home.social

Because I used it just like this recently with a client, I'm sharing my blog article again here:
Using the First Responder Kit with the module
blog.ordix.de/sql-server-first

#sqlserver #powershell #dbatools

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
79 followers · 30 posts · Server home.social

Weil ich es genau so erst letztens bei einem Kunden genutzt habe, teile ich hier noch einmal meinen Blogartikel:
Mit dem Modul das First Responder Kit nutzen
blog.ordix.de/mit-dem-powershe

#powershell #dbatools #sqlserver

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
77 followers · 28 posts · Server home.social

For two and a half years I've been part of the development team - the module that every administrator should know and use. How it all began: blog.ordix.de/powershell-modul

#dbatools #powershell #sqlserver

Last updated 2 years ago

Andreas Jordan (ORDIX AG) · @JordanOrdix
77 followers · 27 posts · Server home.social

Seit zweieinhalb Jahren bin ich Teil des Entwicklerteams der - dem Modul, das jeder Administrator kennen und nutzen sollte. Wie alles begann: blog.ordix.de/vom-anwender-zum

#dbatools #powershell #sqlserver

Last updated 2 years ago