This month's discount Comprehensive Database Performance Health Check · Testimonials
SQLAuthority with Pinal Dave
Home
  • Consulting
    • Health Check
  • Free Videos
  • All Articles
    • AI
    • SQL Performance
    • SQL Tips and Tricks
    • Interview Questions and Answers
    • SQL Puzzle
    • SQL Video
    • SQLAuthority News
    • Personal
  • Books
  • Consulting
SQL Server Interview Questions and Answers - Introduction

SQL Server Interview Questions and Answers Introduction

April 15, 2007
Pinal Dave
SQL Interview Questions and Answers
Database, DBA, SQL Download, SQL Error Messages, SQL Joins, SQL Scripts, SQL Server, SQL Server Security, SQL Stored Procedure, SQL Trigger

Interview Questions and Answers Introduction: why I started this six part series after many reader requests. The updated questions now live at a new location.

Read More
SQL SERVER - 64 bit Architecture and White Paper

SQL SERVER – 64 bit Architecture and White Paper

April 14, 2007
Pinal Dave
SQL Performance
SQL Coding Standards, SQL Download, SQL Server Security

A Microsoft white paper on the 64 bit architecture of SQL Server 2005: more addressable memory, better parallelism and the key differences from 32-bit.

Read More
SQL SERVER - CASE Statement/Expression Examples and Explanation

SQL SERVER – CASE Statement/Expression Examples and Explanation

April 14, 2007
Pinal Dave
SQL Performance
Best Practices, SQL Scripts

The CASE Statement/Expression works anywhere an expression can, from the SELECT list to WHERE and HAVING. Here are its two basic forms with examples.

Read More
SQL SERVER - Fix : Error: 18452 Login failed for user '(null)'. The user is not associated with a trusted SQL Server connection.

SQL SERVER – Fix : Error: 18452 Login failed for user ‘(null)’. The user is not associated with a trusted SQL Server connection.

April 14, 2007
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Scripts, SQL Server Security

Error: 18452 Login failed for user ‘(null)’ means the server only allows Windows Authentication. Switch to Mixed Mode and enable the sa login to fix it.

Read More
SQL SERVER - Stored Procedures Advantages and Best Advantage

SQL SERVER – Stored Procedures Advantages and Best Advantage

April 13, 2007
Pinal Dave
SQL Performance
Best Practices, SQL Stored Procedure

My take on stored procedures advantages, and the best one of all: execution plan retention and reuse, since the rest can be had without them.

Read More
SQL SERVER - Script to Find SQL Server on Network

SQL SERVER – Script to Find SQL Server on Network

April 13, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server Security, SQL Stored Procedure, SQL Utility

I manage lots of SQL Servers and forget their names, so I use xp_CMDShell and ISQL -L to find SQL Server on network machines. A short video is included.

Read More
SQL SERVER - 2005 - Disable Triggers - Drop Triggers

SQL SERVER – 2005 – Disable Triggers – Drop Triggers

April 13, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Server Security, SQL Trigger

Two ways to stop a trigger from firing in SQL Server 2005: drop it or disable it. I prefer DISABLE TRIGGER and show the syntax to disable triggers.

Read More
Previous 1 … 827 828 829 830 831 832 833 … 839 Next
  • Books
  • Testimonials
  • Privacy Policy

© 2006 – 2026 All rights reserved. pinal @ SQLAuthority.com