Viewing 15 posts - 511 through 525 (of 566 total)
Welsh Corgi (1/24/2012)
wolfkillj (1/24/2012)
January 25, 2012 at 12:40 pm
Your splitter function returns the expected results, but the code in the stored proc should select the column Item from the function in the subselect in the WHERE clause, not...
January 24, 2012 at 2:14 pm
Welsh Corgi (1/24/2012)
wolfkillj (1/13/2012)
Welsh Corgi (1/11/2012)
After you have created the "splitter" function, your query syntax would look like this:WHERE State in (select Item from dbo.DelimitedSplit8K(@State, ','))
I tried that but I...
January 24, 2012 at 11:13 am
mjbriggs03 (1/24/2012)
January 24, 2012 at 10:44 am
mjbriggs03 (1/24/2012)
January 24, 2012 at 9:39 am
Welsh Corgi (1/13/2012)
The refresh and all of the other control with the exception of the Show or Hide Parameter button are disabled on the preview tab.
The Refresh button will be...
January 13, 2012 at 9:30 am
stephen99999 (1/11/2012)
Try this instead:
SELECT qid, postcode_area, vehicle_group, premium, lic_years, ncb, proposer_age, email, created
FROM Mainstreet.dbo.leads l
---------------
--try this join
inner join (
SELECT distinct id
FROM Mainstreet.dbo.leads
) le
on...
January 13, 2012 at 9:12 am
Welsh Corgi (1/11/2012)
matt.jonas (1/11/2012)
Can you post code for the stored procedure you are calling to populate your State dropdown box?
I have made some progress.
I created another Data Set to poulate...
January 13, 2012 at 8:43 am
Welsh Corgi (1/11/2012)
The Stored Procedure has the...
January 13, 2012 at 8:35 am
If you use the ISO 8601 format for date/time string literals, conversions to DATETIME and DATETIME2 will not be affected by the SET LANGUAGE and SET DATEFORMAT session locale settings....
January 10, 2012 at 10:00 am
wolfkillj (11/30/2011)
Greg J (11/29/2011)
November 30, 2011 at 9:35 am
Greg J (11/29/2011)
November 30, 2011 at 9:25 am
Sam Bendayan (11/21/2011)
November 22, 2011 at 12:33 pm
GSquared (11/21/2011)
Koen Verbeeck (11/20/2011)
Sean Lange (11/18/2011)
Koen Verbeeck (11/18/2011)
That will only work if she keeps the lit on the pot, so that pressure rises within the pot.
I don't think you can...
November 22, 2011 at 12:20 pm
Joseph Hampton (11/22/2011)
November 22, 2011 at 11:26 am
Viewing 15 posts - 511 through 525 (of 566 total)