Skip to content

Merging pages #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions docs2/pages/getting-started/installing.md

This file was deleted.

19 changes: 18 additions & 1 deletion docs2/pages/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Definition


**Eval SQL.NET** is a library that allow to evaluate dynamically C# expression directly in T-SQL. You never used Eval SQL.NET? Don't worry, this step-by-step walkthrough will help you to understand the library.

Provide to your SQL Server all missing pieces like regular expression and dynamic arithmetic string evaluation.
Expand All @@ -14,6 +13,24 @@ SELECT SQLNET::New('x+y').ValueInt('x', 1).ValueInt('y', 2).EvalInt() as Result
```
{% include component-try-it.html href='http://sqlfiddle.com/#!18/9eecb/1105' %}

## Installing
Download the <a href="/download">NuGet Package</a>

## Requirements

### Minimus Requirements

- SQL Server 2012+
- SQL Azure
- SAFE Permission (SQL CLR)

### SQL Server 2017
- clr strict security disabled

### EXTERNAL_ACCESS & UNSAFE permission
- database must be set TRUSTWORTHY ON


### Find your solutions:

- Dynamic Arithmetic Expression
Expand Down
13 changes: 0 additions & 13 deletions docs2/pages/getting-started/requirements.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs2/pages/getting-started/upgrading.md

This file was deleted.