netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • How to Import Data into SQL Server 2005 From DB2 (AS400/iSeries)

    calendar Feb 21, 2009  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    Ever since I read how much IBM's DB2 SMOKED Oracle and SQL Server in the tpc-c (OLTP) benchmarks, I've wanted to work with it. The benchmarks go a little something like this: RDBMS tpc-c IBM DB2 6,085,166 Oracle 4,092,799 Microsoft SQL Server 1,231,433 I mean, I don't work with servers that require nearly that …


    Read More
  • IBM DB2: Five Ways to Discover the Hostname of an iSeries Server for Use in a Four-Part Table Name

    calendar Feb 17, 2009  · Updated: November 2, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    I admit, I don't have too much experience with DB2 yet. But it's on my to-do list and I'm working on it. I recently had to import some data from DB2 hosted on an iSeries server. I had the hardest time figuring out the hostname and LINKEDSERVER..SCHEMA.TABLE didn't work. Once DTS helped me figure out the hostname, I …


    Read More
  • Create a DB2-C Express 9.5 Linked Server in SQL Server 2008

    calendar Feb 16, 2009  · Updated: November 1, 2025 · 4 min read  ·
    Share on: facebook linkedin bluesky copy

    In order to emulate a DB2/iSeries<->SQL Server setup that I deal with at work, I installed DB2 Express-C on SuSE Linux Enterprise Server 10. The DB2/Linux Server details, as well as a sample database and table name, are as follows: IBM DB2 DatabaseNetwork NameLUCASTCP …


    Read More
  • Free DB2 Express-C 9.5 on SuSE Linux Enterprise Server

    calendar Feb 15, 2009  · Updated: November 1, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    IBM DB2's free version "DB2 Express-C" is available for download at db2express.com (archived). So far, I've successfully installed and uninstalled DB2 Express on SLES 10 SP2. While there was a command line installer included (db2_install), the server wouldn't start after a supposedly successful install. I …


    Read More
  • VBScript: Running a Simple Script from the Command Line Without "defining a billion vars"

    calendar Feb 12, 2009 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    A frustrated administrator friend just messaged me, asking how he can, in VBScript, "run a simple batch file using a simple command line without defining a billion vars and initting a bunch of bullshit." Apparently, this isn't well documented on the web, so I'm taking a stab at it. Set WshShell = …


    Read More
  • Migrate/Transfer SQL Server 2008/2005/2000/7 Logins to SQL Server 2008

    calendar Jan 26, 2009  · Updated: November 2, 2025 · 10 min read  ·
    Share on: facebook linkedin bluesky copy

    UPDATE: These days, just use dbatools Copy-DbaLogin (the successor to my original Copy-SqlLogin script from the retired TechNet Gallery). One line, and DBAs love it. To my knowledge, Microsoft has not yet updated their Knowledge Base to inform administrators how to migrate SQL Server logins to SQL Server 2008. The good …


    Read More
  • PowerShell 1.0: Backup and Restore a Database Between Two SQL 2005 Servers

    calendar Jan 25, 2009  · Updated: November 2, 2025 · 3 min read  ·
    Share on: facebook linkedin bluesky copy

    My technical partner-in-crime, Brandon, created this PowerShell script last year in an effort to help him understand PowerShell a bit more. He noted that while it may not all be best practices SQL-wise, he tried his best to use as much PowerShell as possible. Note: This post targets PowerShell 1.0 and SQL Server 2005. …


    Read More
  • SharePoint Server 2007 SP1: Incorrect syntax near 'COLLATE' When Joining a Farm

    calendar Jan 25, 2009  · Updated: November 3, 2025 · 2 min read  ·
    Share on: facebook linkedin bluesky copy

    While attempting to add a new Indexing Server to my firm's SharePoint farm using the SharePoint Products and Technologies Configuration Wizard, I ran into the following error when clicking Retrieve Database Names: ************** Exception Text ************** System.Data.SqlClient.SqlException: Line 1: Incorrect syntax …


    Read More
  • Shared Services Administration: Error: Access is Denied

    calendar Jan 22, 2009  · Updated: November 1, 2025 · 1 min read  ·
    Share on: facebook linkedin bluesky copy

    This has come up a few times for me, so I'm documenting this mostly for myself. Sometimes, clicking on the SharedServices1 link results in: Error: Access Denied Current User You are currently signed in as: MOSSERVER\AdminLogin Surprisingly, I was using a domain admin account and still ran into this error. According to …


    Read More
  • Efficiently Compare Two SQL Server Tables Using Mostly VBScript

    calendar Jan 14, 2009  · Updated: November 2, 2025 · 4 min read  ·
    Share on: facebook linkedin bluesky copy

    Recently, a friend of mine asked to write a script to compare two SQL Server tables using mostly VBScript. The very thought made me shudder; I wanted desperately to compare the tables in SQL Server but ultimately, the company's requirements prevented us from doing so. Here were the stipulations: First, the script …


    Read More
    • ««
    • «
    • 26
    • 27
    • 28
    • 29
    • 30
    • »
    • »»

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

Go work on your website

Start typing to search

Search across posts, pages, and commands

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