Viewing 15 posts - 1 through 15 (of 49 total)
I think XML Data Type cannot accept so many line. What a terrible
March 22, 2013 at 1:22 pm
Vedran Kesegic (3/20/2013)
Before executing procedure, what is len(@agItem)? Maybe it is truncated before the procedure.
yep. May be it is truncated
My application is ASP.NET. Here the code,
XDocument doc = new XDocument(
...
March 20, 2013 at 10:03 pm
Yes Mr Dwain. This is not homework or something. This is what I'm facing on
Till now, I did not see the supportive answer from expert
May 14, 2012 at 4:12 am
Sir,
It's work. Your guidance is an inspiration for me
April 14, 2012 at 9:48 pm
Mark Fitzgerald-331224 (4/14/2012)
declare @tApplyProgram table...
April 14, 2012 at 4:32 am
Sir Waynes,
Your query working awesome. tq sir
May 23, 2011 at 11:52 pm
My mistake. My table as following,
declare @tMenuCollection table(idx int,parentID int,menuNme varchar(50),navigateUrl varchar(50));
insert into @tMenuCollection values(1,0,'Bayar Zakat','void(0)');
insert into @tMenuCollection values(2,0,'Amil','void(0)');
insert into @tMenuCollection values(3,0,'Kira Zakat & Simpan','void(0)');
insert into @tMenuCollection values(4,3,'Tambah','void(0)');
insert into @tMenuCollection...
May 23, 2011 at 10:22 am
i want to say to thank you for all answer given
January 1, 2011 at 11:59 am
Sir,
Did we've a choice to setup another technical things instead of Linked Server?
I'm heard, Linked Server have a potential to interrupt a performance
December 30, 2010 at 8:07 am
Hi Sir,
Without Linked Server is setup, and
Based on article on http://msdn.microsoft.com/en-us/library/ms188386(v=SQL.90).aspx
I was run T/SQL as follow,
SET XACT_ABORT ON
BEGIN DISTRIBUTED TRANSACTION;
-- Insert
insert into tPurchaseOrder values('1926','Purchase Order');
-- Insert
insert into [MAFC-SVR1\NAV1].st3db.dbo.tDeliveryNote(no,remark)...
December 28, 2010 at 2:28 am
Hi Sir,
To using this statement, no need to setup Linked Server first right?
December 3, 2010 at 10:30 pm
Hi sir,
With your guidance, now i know how to insert into t6 and t7.
But if my resultset as follow,
RID ...
June 17, 2010 at 1:39 am
Viewing 15 posts - 1 through 15 (of 49 total)