Tag: sql server

Community

ADO Performance Best Practices

Want to write code faster–and write faster code? This issue gives you tips for tuning your code to get the best performance from your ADO applications and your development team. Also learn about multifaceted relationships, programming with SQL-DMO, and how to code fake temporary tables.

Community

Tips from the SQL Server MVPs

This is the first installment in a monthly, Web-only series of SQL Server tips brought to you by the Microsoft SQL Server Most Valuable Professionals (MVPs). Microsoft introduced the MVP program in the 1990s to recognize members of the general public who donate their time and considerable computing

Community

Microsoft SQL Server 2000 Security

This document introduces SQL Server administrators and developers to the new security features of SQL Server 2000. In addition to outlining the new features, there is a detailed discussion about how to best implement security in a Microsoft Windows® 2000 domain environment as well as source code exa

Community

SQL Server Outputs an XML Stream

Marquis Howard tells us…I just finished a project in which my company did some things with XML and Extensible Style Language Transformations (XSLT) that no one on the team had done before. The task at hand was to convert some existing Cold Fusion reports to Active Server Pages (ASP) reports.

Community

SQL Server 7.0 Query Processor

SQL Server 6.5 is a successful database for building, managing, and deploying business applications. SQL Server 7.0 builds on this foundation, while responding to new customer demands. This document states the goals of SQL Server 7.0, explains SQL data query processing, and discusses specific improv

Community

Dynamic ORDER BY

From SQL Team……We've got another article chock full of SQL goodness from Garth. This one covers creating a dynamic ORDER BY clause for your SELECT statements. It's a follow up to his earlier article on dynamic WHERE clauses.