Hi everyone
I got a stored proc that is getting pretty big, and at this point I got some repeated functionality, which sounds like I need to create a UDF or a stored proc and call it from my main proc.
Wot I want to achieve is pass to the function two sets of periods
For exaple:
FROM...
hello,
I m in the situation that I got to calculate room prices for given periods and depending on their occupancy generate different prices and then apply discounts on each day.
So I need at some point, when i get data of different tables to loop through each date from check_in and check_out...
Hello everyone
My situation is that I m workin on this project that is about a travel management system. Now at the administration part, we have set up the tables n screens to collect the data for the types of rooms, periods, their discounts, and the rates that will b bought n sold.
One of the...
Hello,
I ve got a web service that accepts XmlElement as an input parameter.
Then within my web method i would like to convert it to sting and then pass the string to my the stored procedure and use OPENXML to insert the values to SQL Server.
[WebMethod]
public string...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.