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 - Part 2

SQL Server Interview Questions and Answers Part 2

April 16, 2007
Pinal Dave
SQL Interview Questions and Answers
Database, Software Development, SQL Collation, SQL Constraint and Keys, SQL Cursor, SQL Download, SQL Index, SQL Joins, SQL Scripts, SQL Server, SQL Server DBCC, SQL Server Security, SQL Trigger

Interview Questions and Answers Part 2 explains clustered vs non-clustered indexes and the index configurations a table can have. The updated set has moved.

Read More
SQL Server Interview Questions and Answers - Part 1

SQL Server Interview Questions and Answers Part 1

April 15, 2007
Pinal Dave
SQL Interview Questions and Answers
Software Development, SQL Cursor, SQL Download, SQL Index, SQL Joins, SQL Scripts, SQL Server, SQL Server Security, SQL Stored Procedure, SQL Trigger

Interview Questions and Answers Part 1 starts with the basics: what an RDBMS is and what normalization means. The updated set now lives at a new location.

Read More
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 - 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 - 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 … 46 47 48 49 50 51 52 Next
  • Books
  • Testimonials
  • Privacy Policy

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