netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • SQL Troubleshooting: Searching the Plan Cache for Missing Indexes and Execution Statistics

    calendar Feb 26, 2014  · Brandon Abshire   · 6 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I've always found basic administration of SQL Server to be fairly straight-forward, but for a long while, I felt very uneasy about troubleshooting SQL Server performance issues.  Any DBA knows that the most productive periods of learning arise when there are problems.  For the past few months, I've been trying to track …
    Read More
  • SQL Server System Processes Blocking User Processes when Auto Update Stats Async is Enabled.

    calendar Jan 28, 2014  · Brandon Abshire   · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently, we decided to buy a few licenses of Confio Ignite (Now SolarWinds Database Performance Monitor) to monitor some of our high-profile SQL Servers.  I'm definitely not posting a sales pitch, but for me, it's provided insight into SQL Server that is much more difficult to obtain through traditional methods.  One …
    Read More
  • SQL Server: Cannot Generate SSPI Context and KRB_AP_ERR_MODIFIED Errors

    calendar Dec 7, 2013  · Brandon Abshire   · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    As DBAs, one of the most  common tasks performed is the installation of new SQL Servers.  While I've installed hundreds of SQL Server instances over the years, I only recently come across the error described below.  In the past, I've seen the SSPI context error, but it is usually tied to an issue with a domain …
    Read More
  • [Solved]: New-WebServiceProxy / GetListItems Excessive Lookup Issue

    calendar Oct 30, 2013 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Recently, while trying to use New-WebServiceProxy to automate some SharePoint form entries, I ran into a lookup issue.

    First, I got this rather generic error: Exception calling "GetListItems" with "7" argument(s): "Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was …


    Read More
  • Using Windows Authentication to Connect to SQL Server from Linux

    calendar Oct 22, 2013 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    One of the things I love most about SuSE is how well it integrates with Active Directory. Joining a domain is easy when using yast. First I ensured that the Linux server's DNS server is pointed to my DC, then yast -> Network Services -> Windows Domain Membership. …
    Read More
  • Mounting NAS Volumes in Mac OS X the Right Way

    calendar Oct 8, 2013  · Brandon Abshire   · 3 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    I've been using Mac OS X for a while now, but upgraded to a 13-inch Macbook Pro Retina about a year ago.  I love having access to the command line and I just RDP when I need to do anything on a Windows machine at work.  I often find myself needing to access my NAS and networking is one of the only features of OS X to …
    Read More
  • PowerShell One-Liner: Get External IP Address

    calendar Sep 10, 2013 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Need your External IP address? Just use the following in PowerShell 3 and above

    $ip = (Invoke-WebRequest https://ipinfo.io/ip).Content.Trim()

    As a bonus, you can also get additional IP information using ipinfo.io's JSON web service.

    $jsonip = Invoke-WebRequest https://ipinfo.io/json $ipinfo = Convertfrom-JSON …


    Read More
  • Setup a Fully Functional Lync 2013 Lab Using only One Public IP Address

    calendar Aug 23, 2013 · 4 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Note: This article assumes you know how to setup Lync 2013 already and just need to know the intricacies of changing the default ports.

    Ever since I was exposed to Lync in 2011, I've been a huge proponent of using chat to communicate at work. Years ago, I recall corporate chat being a hard sell, but now it seems …


    Read More
  • Running Lync 2010 with a SQL Server 2012 Backend

    calendar Aug 10, 2013  · Brandon Abshire   · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Recently I was tasked with migrating all SQL 2008 R1 and prior databases to SQL 2008 R2 and SQL 2012.  One of my qualifying applications was Lync 2010.  We were under the impression that SQL 2012 would be fine for the Lync 2010 installation.  After migrating the database and updating the connections, Lync would not …
    Read More
  • PowerShell v3: Get Volume Information for Clustered SQL Server Storage

    calendar Jul 23, 2013 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Unfortunately, there are no native PowerShell Failover Cluster cmdlets which will give you the volume information for disks in a cluster. I've seen some bloggers use Get-ClusterSharedVolume but a Cluster Shared Volume or CSV is different from volumes used within a SQL cluster.

    The script below, which was written with …


    Read More
    • ««
    • «
    • 13
    • 14
    • 15
    • 16
    • 17
    • »
    • »»

Chrissy LeMaire

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

GenAI book

Buy the MEAP 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

  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI
  • Asking Bigger Questions: Remote LLMs for Automation Engineers
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide
  • Asking Tiny Questions: Local LLMs for PowerShell Devs
  • Local models mildly demystified
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

categories

powershell 128 sql-server 123 general 64 security 60 windows 47 sharepoint 42 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 genai 14 github 10
All Categories
active-directory37 ai1 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell128 security60 sharepoint42 sql-server123 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved