---
title: "Does .NET CLR and SQL SERVER run in different process?"  
description: "Does .NET CLR and SQL SERVER run in different process?"  
author: "Amit Singh"  
published: 2010-11-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/249/does-dot-net-clr-and-sql-server-run-in-different-process  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# Does .NET CLR and SQL SERVER run in different process?

Net CLR and all .net realtes application and Sql Server run in same process or we can say that that on the same address because there is no issue of speed because if these two process are run in different process then there may be a speed issue created one process goes fast and other slow may create the problem.

## Answers

### Answer by Amit Singh

Net CLR and all .net realtes application and Sql Server run in same process or we can say that that on the same address because there is no issue of speed because if these two process are run in different process then there may be a speed issue created one process goes fast and other slow may create the problem.


---

Original Source: https://www.mindstick.com/interview/249/does-dot-net-clr-and-sql-server-run-in-different-process

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
