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 - Function Property - Deterministic or Non-Deterministic

SQL SERVER – Function Property – Deterministic or Non-Deterministic

May 10, 2008
Pinal Dave
SQL Tips and Tricks
SQL Function, SQL Scripts

How do you tell if a user defined function is deterministic or non-deterministic? One OBJECTPROPERTY call with IsDeterministic gives you the answer.

Read More
SQL SERVER - FIX : Error 7311 - You may receive an error message when you try to run distributed queries from a 64-bit SQL Server 2005 client to a linked 32-bit SQL Server 2000 server or to a linked SQL Server 7.0 server

SQL SERVER – FIX : Error 7311 – You may receive an error message when you try to run distributed queries from a 64-bit SQL Server 2005 client to a linked 32-bit SQL Server 2000 server or to a linked SQL Server 7.0 server

May 9, 2008
Pinal Dave
SQL Tips and Tricks
SQL Error Messages

Roy Cheung hit Error 7311 running distributed queries from a 64-bit SQL Server 2005 client to a linked 32-bit SQL Server 2000 server, and shared the fix.

Read More
SQL SERVER - 2005 - Find Tables With Foreign Key Constraint in Database - Part 2

SQL SERVER – 2005 – Find Tables With Foreign Key Constraint in Database – Part 2

May 8, 2008
Pinal Dave
SQL Tips and Tricks
SQL Constraint and Keys, SQL Scripts, SQL System Table

Joffery improved my script to find tables with foreign key constraint in a database, adding the ON UPDATE and ON DELETE rules and a little ordering.

Read More
SQL SERVER - Create Database Error in Windows Vista

SQL SERVER – Create Database Error in Windows Vista

May 7, 2008
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Utility, Vista

A reader on Vista got a create database error, Msg 262 CREATE DATABASE permission denied in database master. The fix is the same one from my earlier post.

Read More
SQL Server Management Studio - Logins.

SQL SERVER 2005 – FIX Error: 18456 : VISTA Windows Authentication

May 6, 2008
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Server Security, Vista

My Vista Windows Authentication login failed with Error 18456 after installing SQL Server 2005, while sa worked. Adding my login as administrator fixed it.

Read More
SQL SERVER - Find Table in Every Database of SQL Server - Part 2 Extension

SQL SERVER – Find Table in Every Database of SQL Server – Part 2 Extension

May 5, 2008
Pinal Dave
SQL Tips and Tricks
SQL Scripts, Undocumented SQL

Two more ways from Simon Worth to find table in every database of SQL Server, both built on sp_msforeachdb, one saving results to a temp table.

Read More
SQL SERVER - 2000 - SQL SERVER - Delete Duplicate Records - Rows - Readers Contribution

SQL SERVER – 2000 – SQL SERVER – Delete Duplicate Records – Rows – Readers Contribution

May 4, 2008
Pinal Dave
SQL Performance
SQL Joins, SQL Scripts, SQL Server

A reader asked how to Delete Duplicate Records in SQL Server 2000, and another reader answered with a quick SET ROWCOUNT script. Both, side by side.

Read More
SQL SERVER 2005 - Vista Ultimate and SQL Server 2005 DEV Edition

SQL SERVER 2005 – Vista Ultimate and SQL Server 2005 DEV Edition

May 3, 2008
Pinal Dave
SQL Tips and Tricks
Database, Software Development, Vista

Can SQL Server 2005 Dev edition run on Vista Ultimate? I installed it on my new system, added SQL Server 2005 SP2 as setup suggested, and it works fine.

Read More
SQL SERVER - How to Rename Database Objects to Comply With Naming Conventions

SQL SERVER – How to Rename Database Objects to Comply With Naming Conventions

May 2, 2008
Pinal Dave
SQL Tips and Tricks
SQL Constraint and Keys, SQL Scripts, SQL Stored Procedure

Christopher Miller shares a T-SQL script that renames default constraints to match his team’s naming conventions, cleaning up names that slipped through.

Read More
SQLAuthority News - Write for SQLAuthority

SQLAuthority News – Write for SQLAuthority

May 1, 2008
Pinal Dave
SQLAuthority News
Database, DBA, Software Development

Have a script, tip or concept that would help other readers? You can write for SQLAuthority. You do not need to be well known, and I credit every author.

Read More
Previous 1 … 528 529 530 531 532 533 534 … 587 Next
  • Books
  • Testimonials
  • Privacy Policy

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