SQL Server Diaries
  • Home
  • About Me
  • Tags
  • Author's home
Navigation bar avatar

SQL Server Diaries


Nothing you learn is of any value unless you're willing to share it with others

Addressing a 'login failed' (Error 18452) error message in SQL Server 2005

Posted on March 5, 2011

An excellent article posted by Il-Sung Lee (Program Manager, SQL Server Protocols) at Understanding “login failed” (Error 18456) error messages in SQL Server 2005 describes the various error message severity levels. [Read More]
Tags: SQL Server Connection Strings Database Administration SQL Server errors Security

Run SQL Server Agent Jobs with Alternate Credentials

Posted on February 26, 2011

According to the Selecting an Account for the SQL Server Agent Service, the SQL Server Agent service account should be able to authenticate with the instance and also be a memeber of the sysadmin fixed server role. [Read More]
Tags: Database Administration SQL Server Integration Services T-SQL Programming SQL Server Agent SSIS SQL Server 2005 Security

Send SQL Server Agent Job log file by Email

Posted on February 19, 2011

When creating an SQL Server Agent job with one or more steps, each step can be configured to write the query output to a log file.  If the job failes, such a log can assist a DBA identify the cause of the failure.  That is, if the log is still... [Read More]
Tags: T-SQL Programming SQL Server Agent SQL Server 2005 Database Mail Backup and Recovery Database Administration SQL Server 2008

Generating a Database Data Dictionary

Posted on February 12, 2011

Accurate documentation is paramount for any system. Unfotunately, when developing a database we sometimes tend to overlook this particular document. [Read More]
Tags: SQL Server Backup and Recovery T-SQL Programming T-SQL Programming Database Documentation Database Design Development Coding Practices data types Code Samples

Database Upgrade from SQL Server 7

Posted on February 5, 2011

When migrating databases from SQL Server 7 or 2000 to SQL Server 2005/2008 the steps can be summarised as follows: [Read More]
Tags: Upgrade Database Design SQL Server 2005
  • ← Newer Posts
  • Older Posts →
  • RSS
  • Email me
  • GitHub
  • Twitter

Reuben Sultana  •  2024  •  sqlserverdiaries.com

Powered by Beautiful Jekyll