https://github.com/karenpayneoregon/csharp-smo-basics
Basic SMO operations
https://github.com/karenpayneoregon/csharp-smo-basics
csharp smo sql-server
Last synced: 7 months ago
JSON representation
Basic SMO operations
- Host: GitHub
- URL: https://github.com/karenpayneoregon/csharp-smo-basics
- Owner: karenpayneoregon
- Created: 2020-10-05T21:43:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T20:53:37.000Z (over 2 years ago)
- Last Synced: 2025-01-29T00:29:02.676Z (9 months ago)
- Topics: csharp, smo, sql-server
- Language: C#
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
Basic SMO operations. Only a small portion is shown in the form project, look at SmoOperations for more.
[Getting Started in SMO](https://docs.microsoft.com/en-us/sql/relational-databases/server-management-objects-smo/getting-started-in-smo?view=sql-server-ver15)
> Get-Package | ft -AutoSize
|Id|Versions|ProjectName|
|--|--------|-----------|
|Microsoft.Data.SqlClient|2.0.1|WindowsFormsAppSmo|
|Microsoft.Data.SqlClient.SNI|2.0.1|WindowsFormsAppSmo|
|Microsoft.Identity.Client|4.14.0|WindowsFormsAppSmo|
|Microsoft.IdentityModel.JsonWebTokens|5.6.0|WindowsFormsAppSmo|
|Microsoft.IdentityModel.Logging|5.6.0|WindowsFormsAppSmo|
|Microsoft.IdentityModel.Protocols|5.6.0|WindowsFormsAppSmo|
|Microsoft.IdentityModel.Protocols.OpenIdConnect| 5.6.0|WindowsFormsAppSmo|
|Microsoft.IdentityModel.Tokens|5.6.0|WindowsFormsAppSmo|
|Newtonsoft.Json|10.0.1|WindowsFormsAppSmo|
|System.IdentityModel.Tokens.Jwt|5.6.0|WindowsFormsAppSmo|
|Microsoft.Data.SqlClient|2.0.0|SMO_Library|
|Microsoft.Data.SqlClient.SNI|2.0.0|SMO_Library|
|Microsoft.Identity.Client|4.14.0|SMO_Library|
|Microsoft.IdentityModel.JsonWebTokens|5.6.0|SMO_Library|
|Microsoft.IdentityModel.Logging|5.6.0|SMO_Library|
|Microsoft.IdentityModel.Protocols|5.6.0|SMO_Library|
|Microsoft.IdentityModel.Protocols.OpenIdConnect |5.6.0|SMO_Library|
|Microsoft.IdentityModel.Tokens|5.6.0|SMO_Library|
|Microsoft.SqlServer.Management.SqlParser|150.37051.0 |SMO_Library|
|Microsoft.SqlServer.SqlManagementObjects|161.41011.9| SMO_Library|
|Newtonsoft.Json|11.0.1|SMO_Library|
|System.Data.SqlClient|4.8.2|SMO_Library|
|System.IdentityModel.Tokens.Jwt|5.6.0|SMO_Library|