Tag: sql server

Community

Creating SQL Server databases

By Michael D. Reilly – If you’re a network administrator who has recently become a database administrator, too, the task of creating and maintaining database files for your company’s developers might seem daunting. Fortunately, this task is much easier with Microsoft SQL Server 2000 and SQL Server 7

Community

Some tips about tempdb database

By Alexander Chigrik – When SQL Server is installed the setup program creates tempdb database. Tempdb is a system database used by SQL Server to store temporary tables and temporary stored procedures, for sorting, subqueries, and aggregates with GROUP BY, ORDER BY, for cursors and so on. Tempdb data

Community

Data-shaped SQL clauses

Since it’s introduction in ADO 2.0, data shaping has remained largely on the fringes of Visual Basic arcanum. Relegated to the back pages of musty manuals, you may have overlooked this useful aspect of ADO. If you’re not familiar with data-shaping, in essence, it lets you create recordsets within

Community

Enhance SQL Server Security

by Walter Myers III and David Byres – The best cure is prevention. That’s why user authentication is the cornerstone of any software security system. And it seems easy: You can authenticate users with SQL Server’s own security mechanism, typically by passing a set of security credentials in ADO code