I've ran the select in sql studio manager and i know there is data associated with this account.
$test = sql::query("select ARMCODE, HOLDCODE from ARE.AAS.ME where ARMCODE = 'ADSMANZS01'");
echo $test;
Windows Server 2008 R2
Can Anyone explain to me why I might be getting this error? I tried to print_r it as well and i get the same Resource id #39 returned. Thanks in advance.