
Find a String in SQL Server Tables, Stored Procedures and Functions
Learn how to build and use a simple app to search for a string in SQL Server tables, stored procedures, and user defined functions.

Learn how to build and use a simple app to search for a string in SQL Server tables, stored procedures, and user defined functions.

In this article, we look at a script that can automatically generate a restore database command from a SQL Server backup.
Check out this article that includes a C# project to find all matching strings in a SQL Server database table and extracts the data to an Excel file.
This article shows how to load multiple Excel sheets into multiple SQL Server database tables using C# code along with code samples.
Learn how to mimic the SQL Server COMPUTE BY clause when exporting data from SQL Server to Excel.
Learn how to export data from SQL Server into Excel and programmatically add new columns to the spreadsheet using C#.
In this article we look at how to build charts in Excel using data from a SQL Server database.
In this article we look at how to export data from different SQL Server tables or queries into multiple Excel sheets in the same file.
In this article we look at how you can export data from SQL Server to Excel worksheets using C#.
In this article we take a look at how to get similar result sets when using ROLLUP versus COMPUTE BY in SQL Server queries.
In this article we cover some code that we can use to make database schemas match by comparing the objects in the databases.
I need to programmatically compare SQL Server tables, columns, indexes and constraints between databases to determine what is the same, differences and additions. How can this be accomplished?
In this article we look at a way to compare database schemas between two different databases using C# and JSON.
In this article we cover code that allows you to migrate your database from MS Access to SQL Server and also use Always Encrypted columns.
In this article we look at various T-SQL scripts that can be used to generate SQL Server object structures in JSON format.