Posts
Sort by recent activity
Is it possible to use Active Directory Integration authentication to connect Azure sql in SCA ?
New-DatabaseConnection -ServerInstance <string> -Database <string> [-Authentication <string>] [-Username <string>] [-Password <string>] [<CommonParameters>]Authentication options are - "Integrated...
Is it possible to pick a parent table rows (one or two ) and its all children tables rows ?
Is it possible to pick a parent table rows (one or two ) and its all children tables rows from a source database into a target database using sqldatacompare?
Object Selection through Extended Property
I need to compare only objects (Tables/Views/StoredProcedures...) belongs to our team in a databases. So we created extended property called 'Team' as Name and 'Team01' as value on our objects.
U...