(Peter DeBetta) SQL Server 2000 offers some capabilities for returning XML output via HTTP using SQLXML—and, of course, SQLXML supports Web services creation. Although not rocket science, setting up, configuring, and using Web services in SQL Server 2000 does require a little effort (see the SQLXML
Tag: sql server
Introduction to MSSQL Server 2000 Analysis Services: Manage Distinct Count with a Virtual Cube
(William Pearson) In this article, we will continue the exploration of distinct counts we began in our previous article, Distinct Count Basics: Two Perspectives. Having discussed why distinct counts are useful, and often required, within the design of robust analysis and reporting applications, we d
FIX: Error 1203 may be logged in the error log when you disconnect from an instance of SQL Server 2000 after you submit queries or transactions
When you disconnect from an instance of Microsoft SQL Server 2000 after you submit queries or transactions, error 1203 may be logged in the SQL Server error log. Subsequently, an access violation exception may occur.
Troubleshooting triggers in SQL Server
(Barrie Sosinsky) A trigger is code that is executed when there is a specific data change in a table. Triggers are one way of controlling how your database responds to INSERTs, DELETEs, and UPDATEs and can be used to maintain data integrity. Triggers are used whenever a constraint placed on data
Generating INSERT statements in SQL Server
(Sumit Amar) The stored procedure InsertGenerator generates the INSERT..VALUES statements for the specified table name.
FIX: An access violation occurs in SQL Server 2000 when a high volume of local shared memory connections occur after you install security update MS03-031
The following issue is fixed in this Microsoft SQL Server 2000 hotfix package: • In SQL Server 2000, after you install the security update that is described in the following Microsoft Knowledge Base article, you may experience an access violation when a high volume of local shared memory connect
Introduction to SQL Profiler
(Mike Gunderloy) I don’t do as much developer support as I used to, but I still answer questions on a few mailing lists. Fairly frequently developers seem to lose track of what’s going on when their code calls SQL Server to manipulate data. “I don’t know what’s going on when I do this,” is the typic
SQL Server 2005 Security – Part 2 Authorization
(Marcin Policht) Following the discussion of new or enhanced authentication-related functionality in SQL Server 2005 Beta 2 in our previous article, we are shifting our focus to authorization features, which determine the level of access rights once the user’s logon process is successfully completed
Tuning SQL Statements on Microsoft SQL Server 2000
This paper covers the basic techniques used to tune SELECT statements on Microsoft’s SQL Server 2000 relational database management system. (R)
FIX: The xp_sendmail extended stored procedure returns incorrect result set column widths when data in one of the result set columns contain DBCS characters in SQL Server 2000
The following issue is fixed in this SQL Server 2000 hotfix package: • In SQL Server 2000, when you send an e-mail message by using the xp_sendmail extended stored procedure, the attached result set column widths are incorrect.
