Menu

Home

Clay Lenhart

TSQL Execution runs a large number of TSQL files on SQL Server. This might be useful for building a database for automated unit testing.

:::cs
IEnumeration<FileInfo> files = BuildFileInfos();
TSqlExecutor.Execute(files, connectionString);

It can also take a list of strings.

Project Members:


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.