microsoft / sqlmanagementobjects

Sql Management Objects, an API for scripting and managing SQL Server and Azure SQL Database
Other
132 stars 22 forks source link

Add partition schemes and partition functions to Azure dependencies script #128

Closed alitas closed 1 year ago

alitas commented 1 year ago

Fixes #129. The current script for Azure is missing these queries, causing the discovery process to fail to recognize table to partition scheme and partition scheme to table dependencies.

shueybubbles commented 1 year ago

thx for the PR! Please open a related Issue to track it. Also, please include a test that fails without your change.

shueybubbles commented 1 year ago

git is treating partitionedtable.sql as a binary file instead of a text file