hi all i need some help on my project'
i need to get xml string of a table from database to send mail's
am currently using a STORED PROCEDURE but am returning a nvarchar(max) value so the length is limited to 8000 so if it gets longer there is a problem. pls help me on this
set ANSI_NULLS ON
set QUOTED_IDENTIFI ER ON
go
ALTER PROCEDURE [dbo].[sendinfo]
@bankid...