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 2016: Script to get information of Cached Functions (Total Execution Time)

SQL Server 2016 introduced one new DMV is sys.dm_exec_function_stats which returns the aggregate performance statistics for cached functions. It is very similar to sys.dm_exec_query_stats and it returns information about scalar functions, In-Memory functions and CLR functions. You can also get the number of execution count of functions which helps you to troubleshoot performance related problems. […]

January 6, 2018 SQL Server, SQL Server DBA Script
 
January 5, 2018

SQL Server 2016: Introduced MAXDOP with DBCC Commands

 
January 4, 2018

SQL Server 2016: Introduced Database Scoped Configuration Options

 
January 3, 2018

SQL Server 2014: Monitor Memory Optimized Tables which stored in Memory

 
January 2, 2018

SQL Server 2014: Introduced DBCC CLONEDATABASE TO generate only Schema and Statistics

 
January 1, 2018

SQL Server: How to get the Table Column Differences?

December 31, 2017

PostgreSQL: Calculate Percent Rank and Cumulative Percent Rank

December 30, 2017

PostgreSQL: Log the DROP TABLE Statement

December 29, 2017

PostgreSQL: Script to find the Used space by TOAST Table

December 28, 2017

PostgreSQL: Generate CSV Log File, Insert into Table

Older postsNewer posts
Follow Me !
  • Facebook
  • Linkedlin
  • Twitter
  • Google
  • Youtube
  • Flickr
MySQL !
MySQL: How to reset ROOT password in Windows System?
Delete all duplicate rows in MySQL
MySQL: Opening and Closing of Database Connection is very costly
MySQL: Create FEDERATED Table using CREATE SERVER
MySQL: The finest solution for calculating Age from Date of Birth
MySQL: Script to find Missing Indexes for particular type of Columns
MySQL: The BLACKHOLE Storage Engine, Perform Dummy Insert on Table
PostgreSQL !
PostgreSQL: How to Install PostgreSQL 9.4 on Ubuntu 14.04?
PostgreSQL: Install pgAdmin 4 Desktop Mode in Ubuntu 16.04
PostgreSQL: Important Parameters to enable Log for all Queries
PostgreSQL: Shell script to store psql SELECT output into Variable
PostgreSQL: Using PSQL, Disable Autocommit Globally
PostgreSQL: Cannot Create a table with Reserved Keyword
PostgreSQL: Update the Timestamp column with the use of TRIGGER
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....