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 - 2005 - List all the database

SQL SERVER – 2005 – List all the database

May 12, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Stored Procedure, Undocumented SQL

Several ways to list all the database names on a server, from sp_databases and sp_helpdb to sys.databases and sp_msForEachDB. I use sp_databases myself.

Read More
CLR Support

SQL SERVER – Fix : Error : Msg 6263, Level 16, State 1, Line 2 Enabling SQL Server 2005 for CLR Support

May 12, 2007
Pinal Dave
SQL Tips and Tricks
CLR, SQL Error Messages, SQL Scripts, SQL Server, SQL Server Configuration

Error:
Fix : Error : Msg 6263, Level 16, State 1, Line 2 Enabling SQL Server 2005 for CLR Support

1) Enable Server for CLR Support.

Read More
SQL SERVER - Explanation SQL Command GO

SQL SERVER – Explanation SQL Command GO

May 11, 2007
Pinal Dave
SQL Tips and Tricks
SQL Scripts, SQL Utility

GO is not a T-SQL command. It tells SQL Server tools to send the current batch. Why a GO statement must sit on its own line, and how it ends a batch.

Read More
Close view of a bicycle chain on a rear sprocket, links joined by steel pins, one link painted red

How the Main System Views Connect

May 11, 2007
Pinal Dave
SQL Tips and Tricks
SQL Index, SQL Joins, SQL Server, SQL System Table

Learn how the main system views connect through object_id, schema_id, index_id, and column_id so catalog joins stay accurate.

Read More
A lamp lighting an armchair with three books at hand, inside a dim room of tall bookshelves.

Estimating How Much Memory SQL Server Needs

May 10, 2007
Pinal Dave
SQL Performance
SQL Memory, SQL Performance, SQL Server, SQL Server Configuration

How much memory SQL Server needs depends on the active working set, grants, and host headroom; learn to measure pressure and avoid fixed ratios.

Read More
SQL SERVER - Fix: Error: HResult 0x2, Named Pipes Provider: Could not open a connection

SQL SERVER – Fix: Error: HResult 0x2, Named Pipes Provider: Could not open a connection

May 10, 2007
Pinal Dave
SQL Tips and Tricks
Computer Network, SQL Error Messages, SQL Server

Fix for HResult 0x2, Named Pipes Provider: could not open a connection to SQL Server. Enable TCP/IP and Named Pipes in SQL Server Configuration Manager.

Read More
A small teacup lost inside a huge box of packing straw, next to a snug little box holding a matching cup.

Data Types That Waste Space

May 10, 2007
Pinal Dave
SQL Performance
Best Practices, SQL Data Storage, SQL Datatype, SQL Index, SQL Server

Data types that waste space include oversized integers, blanket nvarchar(max), and unnecessary datetime2 precision; measure before changing.

Read More
Previous 1 … 819 820 821 822 823 824 825 … 839 Next
  • Books
  • Testimonials
  • Privacy Policy

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