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
A library card drawer pulled fully out with a single card standing up in it, photographed beside the end of a long shelf of books.

SQL SERVER – Index Seek Vs. Index Scan (Table Scan)

March 30, 2007
Pinal Dave
SQL Performance
SQL Index, SQL Joins, SQL Scripts, SQL Server

Index Scan retrieves all the rows from the table. Index Seek retrieves selective rows from the table.

Read More
Biometric fingerprint identification.

SQL SERVER – Fix : Error 8101 An explicit value for the identity column in table can only be specified when a column list is used and IDENTITY_INSERT is ON

March 28, 2007
Pinal Dave
SQL Tips and Tricks
SQL Download, SQL Error Messages, SQL Scripts, SQL Server, SQL Server Security

Error 8101 appears when you insert an explicit value into an identity column. Use a column list and SET IDENTITY_INSERT ON before the insert, then turn it OFF.

Read More
clean cache

SQL SERVER – Stored Procedure – Clean Cache and Clean Buffer

March 23, 2007
Pinal Dave
SQL Performance
SQL Scripts, SQL Server, SQL Server DBCC, SQL Server Security, SQL Stored Procedure, SQL Utility

DBCC FREEPROCCACHE will invalidate all stored procedure plans that the optimizer has cached in memory. Let us learn how to clean cache. 

Read More
A stack of black and white papers.

SQL SERVER – 2005 Security Best Practices – Operational and Administrative Tasks

March 21, 2007
Pinal Dave
SQL Tips and Tricks
Best Practices, SQL Download, SQL Scripts, SQL Server, SQL Server Security, SQL Stored Procedure

A Microsoft white paper on SQL Server 2005 Security best practices for the operational and administrative tasks that lead to a more secure system.

Read More
Restore database using SSMS.

SQL SERVER – Restore Database Backup using SQL Script (T-SQL)

February 25, 2007
Pinal Dave
SQL Video
SQL Backup and Restore, SQL Error Messages, SQL Scripts, SQL Server, SQL Utility

Restore Database backups with a T-SQL script: read the logical file names with RESTORE FILELISTONLY, set single user mode, then run RESTORE WITH MOVE.

Read More
SQL SERVER - Query Analyzer Short Cut to display the text of Stored Procedure

SQL SERVER – Query Analyzer Short Cut to display the text of Stored Procedure

January 30, 2007
Pinal Dave
SQL Tips and Tricks
SQL Server, SQL Server Management Studio, SQL Shortcut, SQL Stored Procedure

A quick Query Analyzer shortcut: map sp_helptext to a key, select any SP name and display the text of Stored Procedure right in the result window.

Read More
Card file of index cards, going through records one at a time like a cursor

SQL SERVER – Simple Cursor to Select Tables in Database with Static Prefix and Date Created

November 30, 2006
Pinal Dave
SQL Tips and Tricks
SQL Cursor, SQL DateTime, SQL Scripts, SQL Server, SQL Stored Procedure

A simple cursor to select tables in a database by a static prefix like b_ or delete_ and by date created, so you can drop, print or index old tables.

Read More
Previous 1 … 347 348 349 350
  • Books
  • Testimonials
  • Privacy Policy

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