netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • TSQL Tuesday #96: Folks Who Have Made a Difference

    calendar Nov 14, 2017 · 5 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Today's blog post is part of T-SQL Tuesday. T-SQL Tuesday is the brainchild of Adam Machanic. It is a monthly blog party on the second Tuesday of each month. Everyone is welcome to participate. This month’s T-SQL Tuesday, hosted by Ewald Cress‏ (blog | twitter), is all about people who have made a difference in our …


    Read More
  • SQL PowerShell Pros: Submit Your Abstracts for PASS Summit!

    calendar May 20, 2017 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, PASS announced their first round of speakers for Summit 2017 speakers and I'm on the list! I'm particularly excited because Summit is the largest SQL Server event in the world and it's looking like PowerShell will be getting some great exposure this year. In addition to announcing that I'll be speaking, PASS …


    Read More
  • PowerShell Gallery Metapackages

    calendar May 9, 2017 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, I was approached by supa-famous Joey Aiello of the PowerShell team at my favorite conference ever, PSConf.eu. So Joey comes up and says "Chrissy, Aaron Nelson has pretty much required me to talk to you. The SQL Community has the #1 PowerShell UserVoice request. We see that - we've heard you, The People …


    Read More
  • SSMS Complains of "Inconsistent Line Endings" with PowerShell Output

    calendar Apr 13, 2017 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    If you've used Out-File, Set-Content or Add-Content to create a SQL file, you may notice that SQL Server Management Studio complains about normalizing the line breaks. If you see this, simply using -Encoding UTF8 for your output instead of ASCII, the default, will solve the problem.


    Read More
  • T-SQL Tuesday: The Cloud, Globalization and Automation

    calendar Apr 11, 2017 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Today's blog post is part of T-SQL Tuesday. T-SQL Tuesday is the brainchild of Adam Machanic. It is a monthly blog party on the second Tuesday of each month. Everyone is welcome to participate. This month’s T-SQL Tuesday, hosted by Koen Verbeeck (blog | twitter), is all about how technology has changed a lot in the …


    Read More
  • Loading SMO in Your SQL Server-centric PowerShell Modules

    calendar Dec 23, 2016 · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    In a recent version of PowerShell, Publish-Module, which publishes modules to the Gallery began requiring fully qualified Assembly names such as "Microsoft.SqlServer.Smo, Version=$smoversion, Culture=neutral, PublicKeyToken=89845dcd8080cc91". Previously, it was sufficient just to use short names such as …


    Read More
  • Find Every Parameter for Every Command in a PowerShell Module

    calendar Dec 20, 2016 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    We're currently working on standardizing our documentation for dbatools and I needed a list of all of the parameters we use. Here's how I did it (well, I did it an uglier way then Aaron made it prettier ;)) 1Get-Command -Module dbatools -CommandType Function | 2ForEach-Object { $_.Parameters.Values.Name } | 3Sort …


    Read More
  • dbatools to the backup/restore rescue

    calendar Dec 13, 2016 · 5 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Today's blog post is part of T-SQL Tuesday. T-SQL Tuesday is the brainchild of Adam Machanic. It is a monthly blog party on the second Tuesday of each month. Everyone is welcome to participate. intro dbatools has been around since 2014. At first, it started with one contributor and was solely dedicated to migrating …


    Read More
  • PowerShell: Too Many If Elses? Use Switch.

    calendar Dec 7, 2016 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    One of my favorite things in PowerShell (and other languages) is the switch statement. It's clean and a much better alternative to a ton of if elses. Ever had this happen? 1if ($state -eq -1) 2{ 3 $diskstate = "Unknown" 4} 5elseif ($state -eq 0) 6{ 7 $diskstate = "Inherited" 8} 9elseif ($state -eq 1) …


    Read More
  • Contributing to dbatools & dbareports using GitHub Desktop

    calendar Dec 3, 2016 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Repost from dbatools.io: Recently, I presented to the Philadelphia PowerShell User Group about Contributing to Open Source PowerShell projects using GitHub Desktop. I chose this topic because a number of people have asked for step-by-step instructions on how to work with GitHub. I love the command line, but with Git? I …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

GenAI book

Buy now at manning.com for 45% off with code gaipbl45

AI Integration Series

  • Automation with AI Toolkit + GH Models
  • Getting Started with AI for PowerShell
  • Asking Tiny Questions: Local LLMs
  • Local Models Demystified
  • Asking Bigger Questions: Remote LLMs
  • PDF Text to SQL Data with OpenAI
  • Document Classification in SharePoint
  • Azure Functions Doc Parser

dbatools book

Now available in bookstores and amazon 🥳 Buy it at manning.com for 50% off with code bldbatools50

dbatools

dbatools is an awesome PowerShell module that helps you migrate entire instances with a single command, plus a whole lot more.

available from dbatools.io and github

dbachecks

dbachecks validates SQL Server environments using crowdsourced DBA checklists and outputs to Power BI and is available on github.com 📊

Find me

Find me on Bluesky

recent posts

  • Update Your Blog with GitHub Copilot CLI
  • Rebuilding dbatools.io: From Notepad++ to Cursor
  • Update your blog with an AI CLI (No, really)
  • Have You Considered Not Using SQL Server High Availability?
  • PowerShell Output Redirection with AI CLIs
  • dbatools is moving to Azure Trusted Signing
  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI

categories

powershell 134 sql-server 125 general 63 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 vbscript 31 networking 30 apple 24 virtualization 22 iis 19 genai 17 github 10
All Categories
active-directory37 ai5 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 dbatools1 devcontainers1 exchange7 genai17 general63 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell134 security61 sharepoint42 sql-server125 typescript1 vbscript31 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved

Start typing to search

Search across posts, pages, and commands

    ↑↓ to navigate ↵ to select esc to close
    Powered by Fuse.js