SQL Server database administrators may frequently need in especially development and test environments instead of the production environments to kill all the open connections to a specific database in order to process SQL Server maintenance task ov…
Klaus Aschenbrenner Klaus Aschenbrenner provides independent SQL Server Consulting Services across Europe and the US. Klaus works with the .NET Framework and especially with the SQL Server 2005/2008 from the very beginnings. In the years 2004 - 2005…
MS Sql Server 2000包含两个部分:服务器组件和客户端工具,其中服务器组建是以Windows服务的方式运行的,有四种服务分别是:MSSqlServer.Distributed Transaction Coordinator.SQLServerAgent.Search Service.MSSqlServer 是最常用的服务,一般的数据库功能都是由它提供的,例如文件管理.查询处理.数据存储等:DTC是分布式事务协调器,支持跨越两个或多个服务器的更新操作来保证事务的完整性:SQLServ…
Datatypes translation between Oracle and SQL Server part 1: character, binary strings Datatypes translation is one of the most important things you need to consider when migrate your application from one database to the other. This is an article in t…