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 Coding Standards: Choosing Correct Data Type

Prepared by Bihag Thaker Choosing correct data type while designing tables is an important part of application designing. Incorrect choice of data types in tables can cause database and application to perform inefficiently. Following are some of the guidelines to choose a proper data type for a column: Always try to choose the correct data […]

May 26, 2018 1 SQL Server Coding Standards
May 25, 2018

SQL Server Coding Standards: Best way to define Table Identifiers

May 24, 2018

SQL Server Coding Standards: Best practices for MERGE Statement

May 23, 2018

SQL Server Coding Standards: Best practices for DELETE Query

May 22, 2018

SQL Server Coding Standards: Best practices for UPDATE Query

May 21, 2018

SQL Server Coding Standards: Best practices for INSERT Query

May 20, 2018

SQL Server Coding Standards: How to write a SELECT Query (Part 2)?

May 19, 2018

SQL Server Coding Standards: How to write a SELECT Query (Part 1)?

May 18, 2018

SQL Server Coding Standards: T-SQL Query and Batch Practices

May 17, 2018

SQL Server Coding Standards: About General Naming Conventions

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
dbrnd.com published 125 Posts: This Gratitude Post for Readers
MySQL: Mathematical Calculation using Values, Parameters, Variables and Columns
MySQL: Increase the Performance of CREATE INDEX and DROP INDEX for InnoDB
MySQL 5.7: Introduced JSON Functions for Search and Manipulation
MySQL: How to import XML File Data into a Table?
MySQL: Script to find Last AUTO_INCREMENT value for a Table
MySQL: Error code 1005 Can’t create table (errno 150)
PostgreSQL !
PostgreSQL: Move Table with Data from one Schema to another Schema
PostgreSQL 9.5: Using FOR UPDATE SKIP LOCKED Option SELECT only Committed Records
PostgreSQL: How to generate a DeadLock in a Database (ERROR: deadlock detected)
PostgreSQL: How to parse the hyphenated word?
PostgreSQL: Create Prepared Statement, to increase Session Performance
PostgreSQL: How to get the list of all tables and all databases in PSQL?
PostgreSQL: How to Validate the Email Address Column?
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....