Split SQL script tool
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.
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.
My initial problem was to extract from a SQL string generated by MySql, all fields. I had a string like…
I’m developing a huge app made with Xamarin Forms in my company. A problem was to create all tables in…
SQL has an incredibly useful function, REPLACE(), which replaces all occurrences of a specified string with another string, returning a…
When you execute some queries on your SQL Server, are you sure the catalog is being imported? With this simple…
The purpose of this article is to provide a way of cleaning up of HTML tags within the data. When…
As I am doing lots of experiments on my SQL Server test box, I sometime gets too many files in…
In SQL Server data is stored using two physical files: (.mdf) extension which contains the data. (.ldf) extension which contains…