HTML Help
Welcome to HotSource HTML Help, the webpage authoring resource from Scott Brady. This resource covers many areas of webpage authoring and site design beyond HTML including Cascading Style Sheets, JavaScript, Dynamic HTML, CGI, Graphics Design, Ethics and Design, Publicizing and Promoting your Website, and Frequently Asked Questions. The World Wide Web was created for accessibility of information to anyone; HotSource was created to teach you how to maintain that accessibility regardless of browser, operating system, resolution, or any other variable.
Into DNS
Get a comprehensive report about any domain name.
Cannot use the special principal ‘sa’ (Error: 15405) MsSQL Server
Cannot use the special principal ‘sa’. Microsoft SQL Server, Error: 15405
SOLUTION: run this command in the query editor window for each database
Note: Make sure you first select the database in which you wish to assign the permissions to the 'sa' account.
Open a New Query Window and run the following query..
[exec sp_changedbowner 'sa','true']