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

SQL Server: When records lock, use %%lockres%% to find the page information of records

I shared a couple of articles on SQL Server database locking and how to detect a deadlock. Please access few of them. Different ways to detect a deadlock What happens after the Deadlock? I recently found an undocumented function %%lockres%% which we can use to locate the page information of records especially for those records […]

March 4, 2017 SQL Server
March 3, 2017

SQL Server: How to SELECT Random records from a Table?

March 2, 2017

PostgreSQL: Shell script to copy table data from one server to another server

March 1, 2017

PostgreSQL: Shell script to store psql SELECT output into Variable

February 28, 2017

PostgreSQL: Shell script to store psql result in RECORD ARRAY using WHILE LOOP

February 27, 2017

SQL Server: Execute CHECKPOINT and SHUTDOWN your Database Server immediately

February 26, 2017

SQL Server: Create index on large Temp Tables

February 25, 2017

SQL Server: Script to find bad Sessions or Processes

February 24, 2017

SQL Server: Script to find Open Connections and CPU Usage of each Client Programs

February 23, 2017

SQL Server 2016: Create a FOREIGN KEY in Memory optimized Table (In-Memory OLTP)

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
MySQL: Controlling Query Optimizer to choose the Best Execution Plan
MySQL: The Truth about InnoDB File Per Table Tablespaces
MySQL: Script to check the size of Database and Tables
MySQL: Search String using Regular Expressions (REGEXP)
Find top N records for each group in MySQL
MySQL: Error code 1005 Can’t create table (errno 150)
MySQL: SELECT UTC_TIMESTAMP and CONVERT local date time to UTC time zone
PostgreSQL !
PostgreSQL 9.6: Powerful Parallel Query Processing – Full Performance Test
PostgreSQL: How to Allow Remote Connection to Connect Database
PostgreSQL: Script to find all Default Values of the Columns
PostgreSQL: How to Install PostgreSQL 9.6 on Ubuntu 16.04?
PostgreSQL 9.5: How to Concatenate and Overwrite JSON Document
PostgreSQL: Track ALL SQL Query Execution Statistics using pg_stat_statements Extension (Day 1/2)
PostgreSQL: Example of RANGE Data Type
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....