Activity overview
Latest activity by Naras
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?
Sorry to post this question here - SQL Compare.
Thanks
Naras. / comments
Sorry to post this question here - SQL Compare.
Thanks
Naras.
Thanks Alice.
I have resolved with using /Filter switch to select the objects through their names.
If Extended Property is used to pull the objects is implemented, it is well and good. / comments
Thanks Alice.
I have resolved with using /Filter switch to select the objects through their names.
If Extended Property is used to pull the objects is implemented, it is well and good.
Thank you very much Chris.
Why don't update this information on SQLCompare "Switches used in the command line" help.
Please update the same. / comments
Thank you very much Chris.
Why don't update this information on SQLCompare "Switches used in the command line" help.
Please update the same.
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...