Shaun Cassells at MyITForum.com

SMS 2003 and ConfigMgr 2007, PowerShell, Scripting, Finance, Fitness and Fun

News

Locations of visitors to this page

Browse by Tags

All Tags » SQL (RSS)
A couple BCP.exe command line errors and fixes
BCP.exe command line errors While using BCP.exe recently I ran into a couple of command line errors. Unknown Argument Error : Unknown argument ‘ûU ’ on...
Posted: Feb 24 2011, 03:30 PM by scassells | with no comments
Filed under:
How to check if Service Principle Name (SPN) is enabled?
While troubleshooting recently, I came across an instance where I needed to verify a SPN was still set correctly for a remote SQL instance. Go to your...
The Case of the Missing Advertisement and a Restart
Mystery : A machine had received an advertisement that may or may not have restarted a workstation. The requestor had the Advertisement ID from the machine...
Disk Partition Alignment Best Practices for SQL Server
Disk partition alignment is a powerful tool for improving SQL Server performance. Configuring optimal disk performance is often viewed as much art as science...
Posted: May 12 2009, 09:39 AM by scassells | with no comments
Filed under:
SMS 2003 Client Health Startup Script v4.19
A few bug fixes. Thanks very much to Hector Cortez: http://myitforum.com/cs2/blogs/hcortez/default.aspx Version 4.19: http://myitforum.com/cs2/blogs/scassells...
Windows Update Agent – SMS 2003 SP2 or SP3 - Reporting
The Windows Update Agent (WUA) has a lot of versions floating around. The newest is WUA 3.0 version 7.2.6001.788 Who ever came up with this naming standard...
Posted: Mar 02 2009, 02:52 PM by scassells | with no comments
Filed under: , , ,
SMS 2003 Client Health Startup Script v4.18
Script updated: http://myitforum.com/cs2/blogs/scassells/archive/2009/04/14/sms-2003-client-health-startup-script-v4-19.aspx Below is a listing of features...
Query: HINV older than 15 days
SELECT dbo . v_R_System . Name0 , dbo . v_GS_WORKSTATION_STATUS . LastHWScan FROM dbo . v_GS_WORKSTATION_STATUS INNER JOIN dbo . v_R_System ON dbo . v_GS_WORKSTATION_STATUS...
Software Install Review via the Add Remove Table
Software Install Review for Add Remove Table I was reading Joe Funk’s Blog Post SMS Reports - Software Install Review. I noticed he was using the v_GS_INSTALLED_SOFTWARE...