pkimber.net
0.0.2
  • Amazon
  • Android
  • Apple
  • Apache
  • C++
  • C#
  • CSS
  • deploy
  • Django
  • Eclipse
  • git
  • Google
  • HTML
  • HTTP
  • Java
  • Javascript
  • jython
  • Linux
  • Liquibase
  • Lucene
  • Markup
  • Memcached
  • Mercurial
  • Microsoft
    • Dev
      • ActiveX
      • Internet Explorer - BHO
      • Debug
      • .NET
      • Internet Explorer
      • MSBuild
      • SQL-Server
        • Snippets
        • Links
        • Backup and Restore
        • Database Mail
        • Export
        • Express
        • Import
        • Issues
        • Jobs
        • Linked Server
        • SQL Server - Linux
        • Maintenance
        • Monitor
        • Optimise/Tuning
        • osql
        • Security
        • SQL Server
        • sqlcmd
        • Tips
        • Transact-SQL - Control Flow
        • Transact-SQL - Data Definition
        • Transact-SQL - Schema
        • Transact-SQL
      • Visual Studio
      • WiX
    • DOS
    • Office
    • Visio
    • Windows
    • Links
    • Enterprise Library - Patterns and Practices
    • Event Viewer
    • FTP
    • IIS - Issues
    • IIS
    • Internet Explorer
    • LINQ
    • Messenger
    • Networking
    • Outlook Express
    • Outlook
    • Patterns and Practices
    • Remote Desktop
    • SourceSafe
    • Terminal Server
    • Tips
    • Web Services
  • Mozilla
  • MySQL
  • Nginx
  • OpenOffice
  • PHP
  • PostgreSQL
  • Project
  • Python
  • R programming language
  • RabbitMQ
  • Raspberry Pi
  • Redis
  • Redmine
  • Ruby
  • Social
  • Solr
  • SQLite
  • subversion
  • TaskWarrior
  • Testing
  • Vim
  • Virtualbox
  • CV - Patrick Kimber
  • Info
  • CV - Open Source Contributions
pkimber.net
  • Microsoft
  • Dev
  • SQL-Server
  • Links
  • View page source

Links

Admin

  • sqlcmd - use a dedicated administrator connection to kill a running query

Backup

  • How to Backup SQL Server Databases Using SMO and PowerShell

  • Use Backup/Restore to Minimize Upgrade Downtimes

Blogs

  • Stephen Hill’s Bloggie - SQL Server Tips and Tricks

Formatting

  • SQL and PL/SQL Formatter

Error Handling

SQL Server 2000

  • Erland Sommarskog

    • Implementing Error Handling with Stored Procedures

    • Error Handling in SQL Server - a Background

SQL Server 2005

  • msdn - TRY…CATCH (Transact-SQL)

  • TRY…CATCH in SQL Server 2005 An Easier Approach to Rolling Back Transactions in the Face of an Error. Also realize that not all errors generating by the TRY block statements are passed onto the CATCH block. Any errors with a severity of 10 or less are considered to be warnings and do not branch control flow to the CATCH block. Also, any errors that sever the database connection will not cause the CATCH block to be reached.

  • Try/Catch Block in SQL Server 2005 Not all errors can be trapped by a TRY/CATCH block. The first types of errors that are not trapped are compile errors, like a syntax error within a batch of T-SQL statements. Another type of error is deferred name resolution errors created by statement level recompilations. If a process is terminated by a KILL command then a TRY/CATCH block does not capture this error. Client interrupt requests or broken client connections are also not trapped by the TRY/CATCH block. For errors that are not trapped, SQL Server 2005 passes control back to the application immediately, without executing any CATCH block code.

  • SQL Server Error Handling Workbench

JDBC

  • Six Possible solutions for JDBC – SQL Server Connection problem

Groups

  • http://groups.google.com/group/microsoft.public.sqlserver.programming/topics

Learning

  • Ten Common SQL Programming Mistakes

  • Differences between SET and SELECT in SQL Server

  • SQL Server Programming Hacks - 100+ List

  • Good SQL Articles To Read If You Can’t Afford Books

  • Twenty tips to write a good stored procedure

  • 7 Preventable Backup Errors

Optimise/Tuning

  • Quick SQL Server Tuning Tip

  • 10 tips about SQL Server that every developer should know:

    ../../../misc/howto/microsoft/sql-server\mr-bool-10-tips-about-sql.pdf
    

    …copy of Nilton Pinheiro’s article at Mr.Bool

  • Difference Between Index Scan and Index Seek

Monitor

  • DMO

    • Is SQL-DMO still supported…

    • Introduction to SQL-DMO

Testing

  • http://tsqlunit.sourceforge.net/

  • http://sourceforge.net/apps/trac/tsqlunit/

  • http://tst.codeplex.com/ T.S.T. the T-SQL Test Tool

  • http://sourceforge.net/projects/tsqlunittestgen/

    • YouTube, Automating tests for T-SQL code

  • Test-Driven Development of T-SQL Code

Utility

  • T-SQL code, Procedure to script your data (to generate INSERT statements from the existing data).

  • tablediff Utility The tablediff utility is used to compare the data in two tables…

  • tablediff: howto compare database tables…

Previous Next

© Copyright 2023, Patrick Kimber.

Built with Sphinx using a theme provided by Read the Docs.