21 Dec 2007 |
Depending on the way you have your SQL database security set up you may end up with stored procedures and other objects having an owner other than dbo. The typical case of this happening is when running the upgrade with an account that is not an SA on the SQL Server.
If unresolved, this naming issue can give you grief. Here's a way to fix it.
05 Oct 2007 |
Have you ever needed to delete a partition inside of WinPE? Perhaps the machine had a Vista image on it previously and now your new image will not deploy to it. WinPE has a powerful utility built-in to manage partitions called DiskPart. It's a bit complicated at first but follow the steps below and you'll be creating and deleteing partitions in no time.