Viewing 7 posts - 1 through 7 (of 7 total)
From a performance point of view you would probably be better off having 2 stored procs, one for quantity and one for amount
November 14, 2006 at 6:59 am
Try re-writing your function (getChild) which I am assuming is using the parameter in a where clause
Create a local parameter of type int and set that parameter to the value...
October 9, 2006 at 4:29 am
Hi,
You are trying to output the recordset object, what you need to do is output it's contents. Have a look at the rs.getstring method or you can loop the recordset
do...
August 18, 2005 at 1:51 am
okay assuming your temp table is called #wl and contains all the words you want
and you have a table PThread that has ID and URL fields
and you have a...
August 16, 2005 at 8:27 am
Is the clustered index on the Word or the RowID? (I assume the rowid is there simply to make a unique value
If your search app is trying to find all...
August 1, 2005 at 8:26 am
In the same way that you can use HOST_NAME to get the HOST you can also use APP_NAME() to get the application that initiated the proc
From BOL
This example checks whether...
August 1, 2005 at 3:22 am
Try
="In Herd " & First(Fields!Id.Value) & " " & "[" & First(Fields!ProfilePinNumber.Value) & "]"
G
July 22, 2005 at 9:17 am
Viewing 7 posts - 1 through 7 (of 7 total)