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 – Installing AdventureWorks for SQL Server

December 8, 2010
Pinal Dave
SQL Tips and Tricks
SQL Backup, SQL Restore, SQL Sample Database, SQL Scripts, SQL Server Management Studio

I just began with SQL Server 2012. The very first thing, I realized that there is no AdventureWorks Sample Database available for Denali. I quickly searched online and reached to Microsoft documentation where it provides information on the how to install (restore) AdventureWorks for SQL ServerĀ .

Read More

SQL SERVER – Change Database Access to Single User Mode Using SSMS

November 21, 2010
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Server Management Studio
I have previously written about how using T-SQL Script we can convert the database access to single user mode before backup. I was recently asked if the same can be done using SQL Server Management Studio. Yes! You can do it from database property (Write click on database and select…
Read More

SQL SERVER – Upper Case Shortcut SQL Server Management Studio

July 7, 2010
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Scripts, SQL Server Management Studio
Few days ago, I received code which is very similar to code shown below. select * from Sales.SalesOrderDetail where ProductID > 777 I am not the guy who go crazy for formatting but I do appreciate proper coding. I like if the code was formatted like below. SELECT * FROM…
Read More

SQL SERVER – View XML Query Plans in SSMS as Graphical Execution Plan

July 3, 2010
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Execution Plan, SQL Scripts, SQL Server Management Studio, SQL XML
Earlier I wrote a blog post on SQL SERVER – Parallelism – Row per Processor – Row per Thread, where I mentioned the XML Plan. As a follow up on the blog post, I received the request to send the same execution plan so that the blog readers can also…
Read More

SQL SERVER – Parallelism – Row per Processor – Row per Thread

July 2, 2010
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Scripts, SQL Server Management Studio
Here is a question I received via email: “When SQL Server executes any query on multiple processors, do all processors process equal numbers of rows?” I find this one very interesting. I quickly wrote down a query which can run on multiple CPU in my machine. My laptop has a…
Read More

SQLAuthority News – Three Posts on Reporting – T-SQL Tuesday #005

April 13, 2010
Pinal Dave
SQL, SQL Performance, SQL Server, SQL Tips and Tricks
SQL Reports, SQL Server Management Studio
If you are following my blog, you already know that I am more of ā€œT-SQL and Performance Tuningā€ type of person. I do have a good understanding of Business Intelligence suit and I also do certain training sessions on the same subject. When I was writing the blog post for…
Read More

SQL SERVER – Generate Report for Index Physical Statistics – SSMS

March 26, 2010
Pinal Dave
SQL, SQL Performance, SQL Server, SQL Tips and Tricks
SQL Index, SQL Server Management Studio, SQL Utility
Few days ago, I wrote about SQL SERVER – Out of the Box – Activity and Performance Reports from SSSMS (Link). A user asked me a question regarding if we can use similar reports to get the detail about Indexes. Yes, it is possible to do the same. There are…
Read More
Previous 1 … 40 41 42 43 44 45 46 … 48 Next
  • SQLĀ InterviewĀ QĀ &Ā A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version