by Sal Mangano – Recently, colleagues of mine asked if I knew of a tool that could help them regression-test some code which outputs XML. The problem was, they explained, that their changes may affect the order of elements. However, for their application, the order did not matter as long as the hier
Author: SSWUG Research
Use Globally Unique Identifiers in Access and SQL Server
When your business outgrows your database systems, using globally unique identifier (GUID) values in Access and SQL Server can offer a timely solution.
Oracle Announces Oracle(R) AppsWorld San Diego 2003
Oracle Corp. announced pre-registration for Oracle® AppsWorld 2003 San Diego. The event, held January 19-22, 2003, at the San Diego Convention Center, is the premier networking and education conference for business executives, line of business managers, project managers, information technology (IT)
How To Retrieve XML Data Using an XPath Query with ADO in Visual C++
XPath.exe demonstrates how to extract an XML stream from a SQL Server 2000 database by using an XPath query and ADO in Visual C++.
XML Takes a Step Forward, Hits Snag on Another Front
By Lisa Vaas – While support for XML grew as IBM released DB2 Universal Database 8 with support for the language, support of a limited query language from a standards group could limit the broad use of XML.
Using Stored Procedures to Manage SQL Server Security
by Brian Lockwood – Stored Procedures offer an opportunity to improve your database security. By denying read (SELECT) and write (INSERT, UPDATE, and DELETE) access to all database tables and providing only EXECUTE privileges to your stored procedures, you can ensure that your data can be accessed i
7 Steps to SSL Encryption
By Gary Zaika – Information about setting up server-requested SSL encryption in a clustered SQL Server environment is hard to come by. But these clear steps pave the way to a straightforward implementation.
Make Room for the Monster Databases
By Joe McKendrick – They’re big, and they’re getting bigger. New statistics out of Winter Corporation – an analyst firm that tracks database size on an annual basis – find that databases are poised to hit the 100-terabyte mark within the next two years. Remarkable, considering that just a year ago,
A Talk With Database Guru Jim Gray
Interview by Lee Thé – Find out about the future of SQL Server 2000 and extreme scaling from Microsoft’s resident expert in large databases.
How to pass a list/array to an SQL Server stored procedure
By Vyas Kondreddi – Unfortunately, there is no built-in support for arrays in SQL Server’s T-SQL. This article provides 5 different techniques to simulate arrays in T-SQL, with working examples. It also provides you with links to additional information and books.