Showing related tags and posts accross the entire site.
-
Hi, I have a problem with a custom stored procedure. It does not return Dataset anymore (worked fine until now) when I am calling it from the Service of the entity which belongs. Stored Procedure : CREATE PROCEDURE [dbo].[usp_Material_FindMaterial_Like] @Code as nvarchar(50) AS BEGIN SET NOCOUNT ON;...