SQL Server Interview: How to prevent ‘SELECT *’ using T-SQL Script?

More

SQL Server Interview: A Golden question, Can we disable the Clustered Index?

More

A Day in the life of a DBA !

More

NoSQL: The latest buzzword in Data Science, What is NoSQL? (Day 1)

More

Database Research & Development

  • Home
  • NoSQL
    • NoSQL
    • Cassandra
  • Databases
    • Database Theory
    • Database Designing
    • SQL Server Coding Standards
    • SQL Server
    • PostgreSQL
    • MySQL
    • Greenplum
    • Linux
  • Interviews
    • SQL Server Interviews
    • MySQL Interviews
    • SQL Puzzles
  • DBA Scripts
    • SQL Server DBA Scripts
    • PostgreSQL DBA Scripts
    • MySQL DBA Scripts
    • Greenplum DBA Scripts
  • Home
  • Blog Archives !
  • (: Laugh@dbrnd :)
  • Contact Me !
sqlserverinterviews

Database Design: The Ultimate Strategies to avoid Deadlock

What should be our precautions and strategies to avoid a Deadlock in a Database System. We should use clustered index maximum for all types of transaction. The clustered key stored in the same data page so whenever we are updating or deleting data, it saves the data searching time. You should always write UPDATE and […]

April 11, 2016 Database Designing
April 10, 2016

SQL Server: What happens after the Deadlock arise?

April 9, 2016

SQL Server: 8 different ways to Detect a DeadLock in a Database

April 8, 2016

SQL Server: T-SQL script to generate a DeadLock in a Database

April 7, 2016

Database Theory: What is Optimistic Locking and Pessimistic Locking?

April 6, 2016

Database Theory: What is Timeout, Lock, Block, and Deadlock in a Database System?

April 5, 2016

SQL Server: What is SNAPSHOT Isolation Level?

April 4, 2016

SQL Sever: What is SERIALIZABLE Isolation level?

April 3, 2016

SQL Server: What is REPEATABLE READ Isolation Level?

April 2, 2016

SQL Server: What is Read Uncommitted Isolation Level?

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
Prepared or Parameterized Statement in MySQL
MySQL: Opening and Closing of Database Connection is very costly
MySQL: Script to determine the size of innodb_buffer_pool_size
MySQL: Procedure Variable vs Session specific User Defined Variable (@variable vs variable)
MySQL: ERROR 1130: Host is not allowed to connect to this MySQL server
MySQL: Perform Case Sensitive string comparison
MySQL: SELECT UTC_TIMESTAMP and CONVERT local date time to UTC time zone
PostgreSQL !
PostgreSQL: New Powerful feature of PostgreSQL 9.4
PostgreSQL: How to create an index on JSON Property?
PostgreSQL 9.5: Row Level Security by Example
PostgreSQL: Find which object assigns to which user or role and vice versa
PostgreSQL: Move Main Data Directory in Linux (Ubuntu 16.4)
PostgreSQL: How to parse the hyphenated word?
PostgreSQL: Don’t Create or Drop Temp Table in LOOP, otherwise will get OID does not exist
About Me!

I'm Anvesh Patel, a Database Engineer certified by Oracle and IBM. I'm working as a Database Architect, Database Optimizer, Database Administrator, Database Developer. Providing the best articles and solutions for different problems in the best manner through my blogs is my passion. I have more than six years of experience with various RDBMS products like MSSQL Server, PostgreSQL, MySQL, Greenplum and currently learning and doing research on BIGData and NoSQL technology. -- Hyderabad, India.

About DBRND !

dbrnd

This is a personal blog (www.dbrnd.com).

Any views or opinions represented in this blog are personal and belong solely to the blog owner and do not represent those of people, institutions or organizations that the owner may or may not be associated with in professional or personal capacity, unless explicitly stated.

Feel free to challenge me, disagree with me, or tell me I’m completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or anonymous comments) - so keep it polite.

The content of this website is protected by copyright. No portion of this website may be copied or replicated in any form without the written consent of the website owner.

Recent Comments !
  • Anvesh Patel { Sure will do... } – May 27, 12:43 PM
  • Anvesh Patel { Great... } – May 27, 12:41 PM
  • Anvesh Patel { Great... } – May 27, 12:39 PM
  • Anvesh Patel { Great... } – May 27, 12:36 PM
  • Anvesh Patel { Great... } – May 27, 12:28 PM
  • Anvesh Patel { Great... } – May 27, 12:27 PM
  • Anvesh Patel { Great... } – May 27, 12:16 PM
  • Older »
Follow Me !
  • facebook
  • linkedin
  • twitter
  • youtube
  • google
  • flickr
© 2015 – 2019 All rights reserved. Database Research & Development (dbrnd.com)
Posting....