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

PostgreSQL: Copy Database to another Server in Windows (pg_dump – backup & restore)

In our organization, junior database developers are learning PostgreSQL, and they require a sample database from our Validation Database Server. In this scenario, Database Administrator takes PostgreSQL backup using pg_dump utility and restore that dump into the development environment. A pg_dump is a PostgreSQL utility which is used for PostgreSQL database backup and restore. Another […]

November 24, 2016 PostgreSQL, PostgreSQL DBA Script
November 23, 2016

SQL Server: Script to find TOP 20 most used or executed SQL Queries

November 22, 2016

PostgreSQL: Force on Planner to use Sequential Scan or Index Scan

November 21, 2016

PostgreSQL 9.6: Powerful Parallel Query Processing – Full Performance Test

November 20, 2016

Database Theory: What is Parallel Query Processing (Parallel Database System)?

November 19, 2016

PostgreSQL: How to generate a DeadLock in a Database (ERROR: deadlock detected)

November 18, 2016

SQL Server:Warning in Query Execution Plan, “Operator used tempdb to spill data during execution with spill level 2”

November 17, 2016

MySQL: How to create a SQL Job or Event Scheduler for scheduling the Database Task

November 16, 2016

MySQL: Understand Case Sensitivity parameters for Effective Migration (Case Sensitive or Case Insensitive)

November 15, 2016

PostgreSQL: Fibonacci Series Function for Database Developer Interview

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
MySQL: How to Enable and Disable Foreign Key Constraint?
Find Table Dependency in MySQL
MySQL: Download Link for Sample Database (Sakila)
Delete all duplicate rows in MySQL
MySQL: SELECT UTC_TIMESTAMP and CONVERT local date time to UTC time zone
MySQL: ERROR 1130: Host is not allowed to connect to this MySQL server
MySQL: Perform Case Sensitive string comparison
PostgreSQL !
PostgreSQL: Important Parameters for better Performance
PostgreSQL: How to parse the URL?
PostgreSQL: Script to Stop all Connections and Force to Drop the Database
PostgreSQL: Which Filter combinations and Operators can be used with Index?
PostgreSQL: ISN Data Types to store ISBN, ISMN, ISSN, ISBN13, UPC
PostgreSQL: Can’t update a table without finishing execution of function
PostgreSQL: Why identifiers are Case-Sensitive
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....