June 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 – 2012 – Executing Stored Procedure with Result Sets

April 28, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Scripts, SQL Stored Procedure
Here is a normal conversation I heard when I saw that the function (UDF) was used instead of the procedure (SP). Q: Why are you using User Defined Function instead of Stored Procedure? A: I cannot SELECT from SP, but I can from UDF. SQL Server’s next version ‘Denali’ is…
Read More

SQL SERVER – Introduction to SQL Azure – Creating Database and Connecting Database

April 27, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
I recently logged into new Azure Portal and I really think the product team has done excellent job to make it user-friendly and self intuitive. Here are the quick steps I have done after I logged into the portal here: Purchased subscription Created Server Created Database Connect using Database Honestly…
Read More

SQLAuthority News – Pluralsight On-Demand FREE for SQL Server Course

April 26, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks, SQLAuthority News
Best Practices, SQL Scripts, SQL Training
The Moral of Story You can watch the most popular SQL Server – TSQL course on Pluralsight On-Demand for FREE for the next 48 hours. It starts NOW! The Story Learning is always difficult. After learning how to apply your knowledge, learning in real life is even more difficult. Technology…
Read More

SQLAuthority News – 1700th Blog Posts – Over 25 Millions of Views – A SQL Milestone

April 25, 2011
Pinal Dave
Personal, SQL, SQL Server, SQL Tips and Tricks
Database
It has been a tradition in this blog to write a “milestone blog post” for every 100th post. I am always looking forward to this because I am given a chance to do only three times a year. This year 2011 has been very nice to me so far- lots…
Read More

SQL SERVER – How to ALTER CONSTRAINT

April 24, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Constraint and Keys, SQL Scripts
After reading my earlier blog post SQL SERVER – Prevent Constraint to Allow NULL. I recently received question from user regarding how to alter the constraint. No. We cannot alter the constraint, only thing we can do is drop and recreate it. Here is the CREATE and DROP script. CREATE…
Read More

SQL SERVER – Potential Bottlenecks for Performance

April 22, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
In recent GIDS presentation, I was asked can I name potential bottlenecks for performance. I was taken back to my collage life with this question. I remember that I have memorized following names as potential bottlenecks. CPU RAM Hard Disk Network Application Code Today when I look back at this,…
Read More

SQL SERVER – Prevent Constraint to Allow NULL

April 21, 2011
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Constraint and Keys, SQL Scripts
With naked eyes, we often spot the evident problems but the specific details are missed many a time. Something similar happened recently. One of the blog readers sent me an email asking about a bug in how CHECK CONSTRAINT works. He suggested that check constraint accepts NULL even though the…
Read More
Previous 1 … 310 311 312 313 314 315 316 … 519 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version