Viewing 15 posts - 16 through 30 (of 93 total)
I have another question regarding the same example. In addition to comma seperated products, I would like to select the number of products under each category, just the number. For...
October 24, 2006 at 4:35 pm
I would like to do it in a single query, if its possible.
October 24, 2006 at 4:31 pm
Thank you. I think I will keep it in the front end.
October 23, 2006 at 11:23 am
Price Paid is the price from the orderproducts table. And Refund Issued is the total refund.
October 19, 2006 at 5:30 pm
I followed the steps from this kb. http://support.microsoft.com/kb/224071/EN-US/. I was able to reattach all the user databases, model and msdb database. When I tried to detach and attach...
September 26, 2006 at 12:09 pm
May be you can create a temp table @keywords with an id column and an accessfield column. Split the comma seperated accessfield string from the keywordtest table and insert...
September 20, 2006 at 11:32 am
I get timeout expired error once in a while from random stored procedures. Its been happening for a long time now. Could not figure out whats causing it.
September 14, 2006 at 3:00 pm
I am sorry, the sample code should be like this
IF ISNUMERIC('009282d2') = 1
SELECT 'It is a number'
August 22, 2006 at 10:31 am
And what happens if the t2 block is replaced with a seperate stored procedure and an error occurs inside the stored procedure?
CREATE PROCEDURE [dbo].[proc1]
AS
BEGIN TRAN t1
UPDATE table1 SET key =...
August 21, 2006 at 5:25 pm
Thanks. Didn't know t-sql has case statements.
August 21, 2006 at 3:43 pm
Like Ian mentioned, they want to be able to use quotes, return variations of the word, etc, just like a google search or close to it.
June 4, 2006 at 4:29 pm
Hi,
What you suggested, it will have all the registrations followed by all the cancellations. I would like to have the registrations and cancellations number side by side. It will be...
May 18, 2006 at 10:50 am
Viewing 15 posts - 16 through 30 (of 93 total)