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.
Split SQL script tool
Read More
All technologies, only pure source code
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.
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…