Knowledge Quest - Software Development Blog

Technology Blog, Tips and How Tos about software development patterns and practices straight from the SharpQuest engineering team.

Technology
T-SQL Tips and Tricks: Copying Stored Procedure or Function from one database to multiple target databases
By Database Admin

A script to copy stored procedure or function from one DB to another DB or to multiple target databases

Read More
Mar 04, 2024
Technology
T-SQL Tips and Tricks: Efficiently Querying Audit Entries created by Entity Framework in MS SQL
By Database Admin

An easy way to query audit entries created by Entity Framework. This can be used by Microsoft .Net Developers in reports and UI to display history of changes to certain tables by users.

Read More
Feb 27, 2024
Technology
T-SQL Tips and Tricks: Copying Views from one database to multiple target databases
By Database Admin

A script to copy T-SQL view from one MS SQL database to another or multiple target databases

Read More
Feb 26, 2024
Technology
T-SQL Tips and Tricks: Executing a Query in multiple databases
By Database Admin

A script to Execute T-SQL Queries in multiple databases

Read More
Feb 22, 2024