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
MySQL Move Data Dir

MySQL: Move Data Directory to a New Location on Ubuntu 16.04

In this post, I am sharing required steps to move MySQL Data Directory from old location to new location. Check the current data directory of MySQL: [crayon-6a246d7c17a91086083215/] Stop the MySQL Service: [crayon-6a246d7c17a95428330996/] Confirm the inactive status of MySQL Service: [crayon-6a246d7c17a96973860235/] Output: [crayon-6a246d7c17a97990312357/] Use rsync with -av flag to copy the existing database directory to the […]

ImageJuly 24, 2017 MySQL
 
July 23, 2017

MySQL: How to Install MySQL 5.7 on Ubuntu 16.04?

July 22, 2017

SQL Server: SSMS Client Statistics – more than STATISTICS IO

 
July 21, 2017

SQL Server: Practical example of Exceeding the maximum row size of 8060

July 20, 2017

SQL Puzzle: SQL Advance Query – Find a Book name which is printed in 50% of Languages

July 19, 2017

SQL Puzzle: SQL Advance Query – Find third highest Employee Salary

July 18, 2017

SQL Server 2016: Use OPENJSON() to extract JSON data from Input Parameter

July 17, 2017

SQL Server Interview: Which Index uses by COUNT(*) statement

July 16, 2017

SQL Server: Performance Test – Problem of mismatched Column Data Type

July 15, 2017

SQL Server 2017: Start and Stop, Enable and Disable SQL Server Service on Linux

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
MySQL: Mathematical Calculation using Values, Parameters, Variables and Columns
MySQL: Error code 1005 Can’t create table (errno 150)
Find Table Dependency in MySQL
MySQL: How to reset ROOT password in Windows System?
MySQL: Configured InnoDB Engine for Multithreaded Database
MySQL: Perform Case Sensitive string comparison
MySQL: Take a Table Backup or Ignore few Tables in a Backup
PostgreSQL !
PostgreSQL: Script to find the unused and duplicate index
PostgreSQL: Difference between pg_log, pg_clog and pg_xlog log directories
PostgreSQL: Script to Stop all Connections and Force to Drop the Database
PostgreSQL: SHOW ALL; For checking the Configuration of Server
PostgreSQL: Full Text Search using tsvector
PostgreSQL: How to apply ACCESS EXCLUSIVE LOCK MODE on Table?
PostgreSQL: Set Application Name for each Session and Connection
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....