Tag: sql server

Community

How to Configure SQL Mail

This article describes how to properly configure your mail client so that it works with SQL Mail. The article also describes some common pitfalls that you might encounter when you set up SQL Mail to work with Exchange or Internet mail servers. SQL Mail establishes a simple Mail Application Pr

Community

Managing Security

A database must have a solid security system to control which activities can be performed and which information can be viewed and modified. A solid security system ensures the protection of data, regardless of how users gain access to the database. This section describes the security tools bu

Community

XML-ify your stored procedures

by Jimmy Nilsson – Not all of the XML support in SQL Server 2000 is useful in real world applications in my opinion. I’m thinking of the possibility to send queries to SQL Server by HTTP and receive the answer as XML documents. The security problems with that seem to be huge in the current version.