May 2026 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
  • Hire Me
  • Health Check

SQL SERVER – FIX – Error 3702, Level 16, State 3 – Cannot Drop Database “DB_Name” Because it is Currently in Use

June 5, 2015
Pinal Dave
SQL Tips and Tricks
SQL Error Messages, SQL Scripts, SQL Server

We learn from mistakes and we improvise with experience. I couldn’t think of a better example than the one below for this. I have been watching many sessions by various speakers and found that many times they have struggled to get rid of Error 3702.

Read More

SQL SERVER – Basic Statistics Maintenance – Notes from the Field #083

June 4, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
Notes from the Field, SQL Server Security, SQL Statistics
[Note from Pinal]: This is a 83rd episode of Notes from the Field series. Maintenance of the database is very critical activity and I have always seen DBA taking it very seriously. There is a only one problem – there is no single solution or guidance for how to maintain the database.…
Read More

SQL SERVER – Finding Out Identity Column Without Using Column Name

June 3, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Identity
There is an interesting observation when querying the identity column of a table Let us create the following tables CREATE TABLE test1 ( id INT IDENTITY (1,1) ) GO CREATE TABLE test2 ( id INT ) Note that the table test1 has identity column and table test2 does not have…
Read More

SQL SERVER – Errors and Limitations of Working with SPARSE Columns in SQL Server

June 2, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SPARSE Columns, SQL Error Messages
I make a visit to the local user group whenever I get and keeping the community juices up and running for me. I get an opportunity to share some of the learnings and meet tons of new people. In our recent meetup at the SQLBangalore UG, I met a lot…
Read More

SQL SERVER – Restore Error: Specified cast is not valid (SqlManagerUI)

June 1, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SQL Error Messages
As I always say, Errors are a great source of learning and I am fortunate to have you as my readers. Because one of my blog reader reported an interesting issue which is worth blogging. This is his initial email: Hi Pinal, Your blogs have been very helpful to me…
Read More

Interview Question of the Week #022 – How to Get Started with Big Data?

May 31, 2015
Pinal Dave
Big Data, SQL, SQL Interview Questions and Answers, SQL Server, SQL Tips and Tricks
Big data is one of the most popular subject in recent time and everybody wants to get started on this subject. During recent interviews there are plenty of the questions with related to Big Data. Here is the most popular question which I receive on this subject. Question: How to…
Read More

SQL SERVER – Error Msg 511 using SQL Server Sparse columns

May 30, 2015
Pinal Dave
SQL, SQL Server, SQL Tips and Tricks
SPARSE Columns, SQL Error Messages, SQL Scripts
When I wrote the previous post around SQL SERVER – CREATE TABLE Failed Because Column ‘C1024′ in Table ‘myTable’ Exceeds the Maximum of 1024 Columns, I thought it was a simple concept. Lesser did I know that there can be something wrong. One of my blog reader said they were getting…
Read More
Previous 1 … 126 127 128 129 130 131 132 … 536 Next
  • SQL Interview Q & A
  • Testimonials
  • Search
  • Privacy Policy

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

Go to mobile version