SQL Statement: Nowadays i often share my sense with Linq, and having some problem in it. One of them is converting simple SQL script above to Linq format. After some research finally I found what I need 🙂
Continue Reading →Dynamics CRM Workflow: SQL Server Error Occured
While testing my Dynamics CRM workflow development, the following error occurs: A SQL Server error occurred. Try this action again. If the problem continues, check the Microsoft Dynamics CRM Community for solutions or contact your organization’s Microsoft Dynamics CRM Administrator. Finally, you can contact Microsoft Support. I think it was an uncommon error, i never […]
Continue Reading →SQL Operator Equal to Equal (=) For NText Datatype
This morning, I’ve got a problem with using equal operator (=) in transact-SQL for ntext datatype column. I try this SQL command text And it returns this error message “The data types text and varchar are incompatible in the equal to operator.” After some googling, I found a fact that comparison operator doesn’t match with […]
Continue Reading →