Hello,
i want to compare the results of an Invoke-Sqlcmd and an Invoke-RestMethod. As i can see there a problems going trough the data rows comparing the content.
It is possible that there are two different data types? I am not sure but if i am right one could be an array and one could be a hashtable.
What can i do to compare the content of single fields of both results?
Thanks.