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 Interview: Use xp_msver to get more information of Server Version

If you are SQL DBA and if you faced any SQL DBA interview in your career, I am 99% sure that Interviewer had asked this question like “How to get the SQL Server version information.” Most of you guys are thinking a common answer like answer is: "SELECT @@VERSION" Yes, this is a correct answer, […]

March 24, 2017 SQL Server, SQL Server Interview
March 23, 2017

SQL Server: xp_cmdshell and BCP to export table data in a Text File

March 22, 2017

SQL Server: MEDIAPASSWORD – password to your Database Backup file

March 21, 2017

SQL Server: Change the default path of Backup directory and Log files

March 20, 2017

SQL Server: Various options to Drop a user Database

March 19, 2017

SQL Server: SET NOEXEC ON prevent the accidently execution of entire SQL script

March 18, 2017

SQL Server Interview: Difference between Filtered Index and Table Partition

March 17, 2017

SQL Server: Indexed View acquires a Lock on Data

March 16, 2017

SQL Server Interview: The Indexed View – Frequently asked questions

March 15, 2017

SQL Server: SET STATISTICS IO and SET STATISTICS TIME measure the Query Performance

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
How to store and retrieve XML data into MySQL
MySQL: How to create a SQL Job or Event Scheduler for scheduling the Database Task
Difference between datetime and timestamp in MySQL
MySQL: Error code 1005 Can’t create table (errno 150)
MySQL: Frequently asked Interview Questions and Answers Part 2
MySQL: Frequently asked Interview Questions and Answers Part 7
MySQL: SELECT with Index Hint option to Optimize the Query
PostgreSQL !
PostgreSQL: Do before populating a New Database
PostgreSQL: Replace String data in all the Columns of a Table
PostgreSQL: Copy Table Data from another Table (INSERT INTO SELECT)
PostgreSQL: Multiple GROUP BY using GROUPING SETS in Single SQL Query
Database Theory: What is difference between MySQL and PostgreSQL?
PostgreSQL 9.6: pg_notification_queue_usage function to monitor the queues and notifications
PostgreSQL: Shell script to copy table data from one server to another server
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....