Skip to content
/ SQLDB-Iterator-2 Public template

This project shows how to get all database and tables from your SQL Server. This also shows how to use Tuples, Async-Await, and interpolated strings.

Notifications You must be signed in to change notification settings

marcalfaro/SQLDB-Iterator-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLDB-Iterator-2

This simple project will help you learn and hopefuly understand:

• How to get all the databases in your SQL Server • How to get all tables for each database in SQL Server • How to use Tuples and return multiple values and data types • Asynchronous Programming using Task, Async and Await • Usage of Interpolated strings and its convenience

About

This project shows how to get all database and tables from your SQL Server. This also shows how to use Tuples, Async-Await, and interpolated strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published