---
title: "Difference Between GETDATE and SYSDATETIME"  
description: "Difference Between GETDATE and SYSDATETIME"  
author: "Amit Singh"  
published: 2010-12-13  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/295/difference-between-getdate-and-sysdatetime  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# Difference Between GETDATE and SYSDATETIME

When we use GETDATE the precision is till miliseconds and in case of SYSDATETIME the precision is till nanoseconds.

## Answers

### Answer by Amit Singh

When we use GETDATE the precision is till miliseconds and in case of SYSDATETIME the precision is till nanoseconds.


---

Original Source: https://www.mindstick.com/interview/295/difference-between-getdate-and-sysdatetime

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
