sql Archives - PureSourceCode https://puresourcecode.com/tag/sql/ All technologies, only pure source code Wed, 21 Aug 2024 10:10:22 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://i0.wp.com/puresourcecode.com/wp-content/uploads/2020/04/cropped-logo-1.png?fit=32%2C32&ssl=1 sql Archives - PureSourceCode https://puresourcecode.com/tag/sql/ 32 32 174863524 Split SQL script tool https://puresourcecode.com/dotnet/csharp/split-sql-script-tool/?utm_source=rss&utm_medium=rss&utm_campaign=split-sql-script-tool https://puresourcecode.com/dotnet/csharp/split-sql-script-tool/#respond Wed, 21 Aug 2024 10:10:17 +0000 https://puresourcecode.com/?p=62269 I have created a simple C# console application as a tool to split big SQL scripts. For example, I had a problem with data seed scripts.

The post Split SQL script tool appeared first on PureSourceCode.

]]>
https://puresourcecode.com/dotnet/csharp/split-sql-script-tool/feed/ 0 62269
Application Insights: select and filter https://puresourcecode.com/tools/application-insights-select-and-filter/?utm_source=rss&utm_medium=rss&utm_campaign=application-insights-select-and-filter https://puresourcecode.com/tools/application-insights-select-and-filter/#comments Thu, 23 Jul 2020 14:00:09 +0000 https://puresourcecode.com/?p=5701 Azure Application Insights has a specific language and syntax for select and filter data different from Structured Query Language (SQL). In this post, I am going to compare Analytics query language to SQL with examples for selection and filtration. First, navigate to analytics page of any Application Insights App by clicking Logs tab in the overview page of the app. Then, analytics tab opens a new editor window that you can type your query in it. Now, in the query editor we are going to write our queries using the…

The post Application Insights: select and filter appeared first on PureSourceCode.

]]>
https://puresourcecode.com/tools/application-insights-select-and-filter/feed/ 1 5701