Viewing 9 posts - 1 through 9 (of 9 total)
Regardless the advantage or disadvantage of doing that, i want to know, is it possible or not, and how to do it!
March 3, 2009 at 6:58 am
For two reasons.
1. To reduce the total number of stored procedures in my DB.
2. And i want to compare the performance whether...
March 1, 2009 at 7:06 am
Well, the structue is a normal table structure. However, i do have a web based application ASP.NET with VB.NET, and i would like to insert thousands of rows in one...
February 20, 2009 at 9:46 pm
CREATE PROC SP_validatePayment
@AmountPaid numeric(9),
@MethodOfPayment int ,
@ListOfBillsPaid nvarchar(4000)
Begin
DECLARE @TranStarted...
February 1, 2009 at 11:55 pm
Well, are u saying that i have to have more than one connection string in my web.config, each on which will have its own credentials!!??
December 30, 2008 at 9:54 pm
Thanks for your replay, however, i temporarly created a table that will hold the final data for my report, and also another view for it.
what i did was, i...
December 12, 2008 at 10:17 pm
Viewing 9 posts - 1 through 9 (of 9 total)