Aug 2025 Discount: Comprehensive Database Performance Health Check | Testimonials

Home
  • Consulting
  • Training
  • Free Videos
  • All Articles
    • Interview Questions and Answers
    • SQL Tips and Tricks
    • SQL Performance
    • SQL Puzzle
    • Big Data
    • Blog Stats
    • SQL Books
    • Search SQLAuthority
  • Downloads
  • Hire Me
  • Health Check

SQL SERVER – How to Move SQL Server Cluster to Different Domain?

September 16, 2017
Pinal Dave
SQL Tips and Tricks
SQL Domain Controller, SQL Server, SQL Server Cluster

One of my blog readers sent an email where he wanted my quick opinion about SQL Server cluster. 

Read More

SQL SERVER – Convert Decimal to Time Format in String

September 13, 2017
Pinal Dave
SQL Tips and Tricks
SQL Datatype, SQL DateTime, SQL Function, SQL Scripts, SQL Server, SQL String

A very strange question I received the other day in an email about how to convert decimal to time format string.

Read More

SQL SERVER – How to Create Linked Server to SQL Azure Database?

September 12, 2017
Pinal Dave
SQL Tips and Tricks
Linked Server, SQL Azure, SQL Error Messages, SQL Server

If you take the normal approach to create a linked server to SQL Azure Database, then you would end up in below error message.

Read More

SQL SERVER – Remove Duplicate Chars From String – Part 2

September 11, 2017
Pinal Dave
SQL Tips and Tricks
SQL Function, SQL Scripts, SQL Server, SQL String

I have already made a post on SQL SERVER – UDF – Remove Duplicate Chars From String where I showed you a method of removing duplicate characters form alphanumeric string. The UDF uses WHILE LOOP to extract the numbers.

Read More

SQL SERVER – How to Find UNIQUE Key Columns? – sp_special_columns

September 8, 2017
Pinal Dave
SQL Tips and Tricks
SQL Constraint and Keys, SQL Scripts, SQL Server, SQL Stored Procedure

Unique key on a column is used to identify a particular row easily. It is created either by explicitly mentioning it either part of the definition or when defined as Primary key (By default it is unique and not null). Let us learn about special stored procedure sp_special_columns customers today.

Read More

SQL SERVER – System Procedure to List Out Table From Linked Server

September 7, 2017
Pinal Dave
SQL Tips and Tricks
Linked Server, SQL Scripts, SQL Server, SQL Stored Procedure

There is a system procedure named sp_tables which is used to list out the tables available in the CURRENT database of the CURRENT server. But did you know that there exists another system stored procedure that can be used to list out the tables of database available in the linked server?

Read More

SQL SERVER – How to Get Updated Link for Code and Database Samples?

September 6, 2017
Pinal Dave
SQL Tips and Tricks
SQL Sample Database, SQL Server, SQL Server Management Studio, SSMS

Some emails, indeed triggers blog posts such as the one I received the other day about database samples. 

Read More
Previous 1 … 74 75 76 77 78 79 80 … 535 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version