Skip to content

Commit dc369e8

Browse files
committed
Rename awesome SQL# company and add DbSharp links
Great thanks to Solomon Rutzky: https://www.sqlservercentral.com/Forums/FindPost1883682.aspx
1 parent 1c008d0 commit dc369e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Useful links:
66
- [CLR User-Defined Types](https://msdn.microsoft.com/en-us/library/ms131120(SQL.100).aspx)
77
- [CLR Stored Procedures](https://msdn.microsoft.com/en-us/library/ms131094(SQL.100).aspx)
88
- [CLR Triggers](https://msdn.microsoft.com/en-us/library/ms131093(SQL.100).aspx)
9-
- [SQL# CLR functions](http://www.sqlsharp.com/) (by Sql Quantum Leap)
9+
- [SQL# CLR functions](http://www.sqlsharp.com/) (by Sql Quantum Lift)
1010

1111
The common language runtime (CLR) is the heart of the Microsoft .NET Framework and provides the execution environment for all .NET Framework code. Code that runs within the CLR is referred to as managed code. The CLR provides various functions and services required for program execution, including just-in-time (JIT) compilation, allocating and managing memory, enforcing type safety, exception handling, thread management, and security.
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Headers:
5555
- [SQL Server Version](/SQL%20Server%20Version.md 'List of all Microsoft SQL Sever versions') (**Complete list - from SQL Server 1.0 to SQL Server VNext**)
5656
- [Articles](/Articles)
5757
- [CLR procedures](/CLR)
58-
- [SQL#](/CLR/SQLsharp_SETUP.sql) free version - QUICKEST and EASIEST way to extending the power of T-SQL with C#
5958
- [SplitterB_CLR](/CLR/SplitterB_CLR.sql)
6059
- [Extended Events](/Extended_Events)
6160
- [Known Errors](/Errors)
@@ -266,9 +265,10 @@ Headers:
266265
- [Opserver - Stack Exchange's Monitoring System](https://github.com/opserver/Opserver) (by Stack Exchange)
267266
- [Bosum - Time Series Alerting Framework](https://github.com/bosun-monitor/bosun) (by Stack Exchange)
268267
- [BismNormalizer - is a free and open-source tool to manage Microsoft Analysis Services tabular models](https://github.com/christianwade/BismNormalizer) (by Christian Wade)
268+
- [DbSharp - is a DAL Generator](https://www.codeproject.com/Articles/776811/DbSharp-DAL-generator-tool) (by Higty)
269269
- Other
270270
- [sp_whoisactive](http://whoisactive.com/) (by Adam Machanic)
271-
- [SQL# CLR functions](http://www.sqlsharp.com/) (by Sql Quantum Leap)
271+
- [SQL# CLR functions](http://www.sqlsharp.com/) (by Sql Quantum Lift)
272272
- [SQL Server Latch Classes Library](https://www.sqlskills.com/help/latches/) (by Paul S. Randal)
273273
- [SQL Server Wait Types Library](https://www.sqlskills.com/help/waits/) (by Paul S. Randal)
274274
- [Waitopedia - is a comprehensive resource of information about SQL Server waits](https://www.spotlightessentials.com/waitopedia) (by Spotlight Essentials)

0 commit comments

Comments
 (0)