Means the SQL Server computer was unable to process the client login packet. This may be because the packet was created improperly or because the packet was damaged during transmission. It can also be caused by the configuration of the SQL Server computer.
SQL ="SELECT [accountid],[accountnumber],[ap_AccountTypeName],[ap_Categoryidname],[ap_crmaccountid],[ap_ResponsibleidName],[name],[OwningBusinessUnit] "
+ "FROM [EDW].[CRM].[CRM365_Account] CRM365Acc "
+ "where not exists ("
+ "select * from [EDW].[CRM].[CRM365AX_Account] CRM365AXAcc "
+ "where CRM365AXAcc.accountid = CRM365Acc.[accountid]) "
+ "AND CRM365Acc.[ap_AccountTypeName] = 'Customer'";
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,275 Most Valuable Professional
nmaenpaa 101,156