netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • MS Defender Error: "Mallware Signeture Download" Appears Legitimate (Unfortunately).

    calendar Dec 14, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Ow, the other day I was infected by the the Vundo trojan. I believe the trojan came in through an infected webpage and attacked a Java vulnerability on my machine. During the cleanup, I installed a variety of anti-malware software, including Microsoft Windows Defender. Although I don't believe things can be 100% clean …


    Read More
  • T-SQL: Find Duplicates Without Using JOIN

    calendar May 15, 2008 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I'd forgotten about this lil trick. select eUserName from eAttribute GROUP BY eUserName HAVING COUNT( eUserName) > 1


    Read More
  • SQL Server: Change the Owner of All Tables to "dbo"

    calendar May 8, 2008 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Reference for me. Reference for you. sp_MSforeachtable @command1="EXEC sp_changeobjectowner '?','dbo'"


    Read More
  • VBScript: Clean Up Imported SIM Card Contacts in Outlook

    calendar Apr 11, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    The other day, I was texting a friend and some guy looked at me and said "Oh hey, 2002 called, it wants its T9 back." Haha, slightly cliche but I laughed anyway. Then I went and bought myself a Blackberry. I totally love it, I won't lie. So I imported my contacts into Outlook from a Sony Ericsson mobile phone …


    Read More
  • SharePoint: Save Publishing Site as Template in MOSS 2007

    calendar Mar 23, 2008 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Seems that Microsoft forgot to add a link to "Save site as Template" for Publishing sites in MOSS 2007, and it appears the problem is not addressed in SP1, either. Makes me wonder if the lack-of-link was intentional. Nevertheless, in order to save any Publishing Site as a template, you must manually append …


    Read More
  • Create a Basic SQL Server 2005 Trigger to Send E-mail Alerts

    calendar Feb 5, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    For as many times as I have read about sending e-mails using SQL Server triggers, I've rarely come across actual code samples. After someone asked for a "Triggers for Dummies" example in a Facebook SQL group, I created the following example which uses a trigger to alert a manager that an expensive item has …


    Read More
  • Whoa.. Microsoft Goes Open Source with the .NET Framework

    calendar Jan 22, 2008 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I'm kinda late on this but arstechnica reports that "Microsoft has opened the source code to the .NET Framework libraries under a read-only reference license. Developers who want to check out the source code need only upgrade to the newly released Visual Studio 2008 to gain access to it." This is something …


    Read More
  • FIX: 'Cannot Write Pam Settings' when Joining a Windows Domain in SuSE 10.3

    calendar Jan 19, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Today I attacked my 2008 technical to do list and setup a subversion server for backups/source control. It was actually pretty darn easy in SUSE 10.3. After I got it going, I wondered if I could have it automatically authenticate against my HOME domain. So, using SuSE's menu driven interface YaST, I easily added my …


    Read More
  • If You Dropped Out of College...

    calendar Jan 19, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    For those of you who dropped out of college and want to finish your undergrad degree, you may want to consider the online university, Western Governors University. I'm sharing this on my blog because I actually shared the URL with many of my tech friends who dropped out. I found an ad for WGU in some tech magazine …


    Read More
  • WinRS: Microsoft's Disappointing Answer to SSH for Remote Administration

    calendar Jan 16, 2008 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Update June 2 2015: FINALLY, Y'ALL! Looking Forward: Microsoft: Support for Secure Shell (SSH) I'm currently playing with Windows Server 2008 Core and I'm really at a loss trying to figure out why Microsoft seems to go out of its way not to adopt SSH. SSH seems like such an easy and straightforward answer to remote …


    Read More
    • ««
    • «
    • 28
    • 29
    • 30
    • 31
    • 32
    • »
    • »»

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

  • Got a ChatGPT Subscription? Use It to Keep Your Blog Up-to-date
  • 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

categories

powershell 134 sql-server 124 general 63 security 61 windows 47 sharepoint 42 active-directory 37 linux 31 vbscript 31 networking 30 apple 24 virtualization 22 iis 19 genai 18 github 10
All Categories
active-directory37 ai6 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 dbatools1 devcontainers1 exchange7 genai18 general63 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell134 security61 sharepoint42 sql-server124 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