Tag: sql server

Community

DDL Triggers for SQL Server 2005

(Vinod Kumar) There are loads of features we can explore in SQL Server 2005. Here is one such feature that I personally would call it as the DBA’s requirement. Here in this article we will take a snapshot to what DDL triggers are and how it can be extended to our needs. DDL Triggers are new in SQL S

Community

Analysis About Analysis Services

(Ramunas Balukonis) In this article I’ll demonstrate how one can learn more about the queries that are sent to analysis services. Every analysis services administrator should know about the table named “QueryLog”. This table contains information about the queries, which are submitted to analysis

Community

An introduction to coding SQL-DMO

(Rick Dobson) SQL Distributed Management Objects (SQL-DMO) is a set of COM objects that enables the programming of administrative tasks for Microsoft SQL Server. Because SQL-DMO is a collection of COM objects, you can program it by referencing its library and invoking its object’s properties and met

Community

Exchange from SQL Server

(Steve Boriotti) Have you ever wanted to publish your organization’s SQL Server data in Exchange so that everyone with Outlook could access it? But perhaps you didn’t have the time or interest to learn how to use Microsoft messaging APIs. The following is an explanation of a suite of extended st