Viewing 15 posts - 286 through 300 (of 1,086 total)
Okay. First off, I forgot to add the plus sign: @InputParameter = RTRIM( LTRIM( InputParamter) + '%'
When you pass in Warner/ Cinder, do you get all of the values...
October 31, 2005 at 11:16 am
We need more information. Does you column actually contain "Warner/Cinder" or is that in multiple records? Also, what is the code passing in your parameter? You may actually need to...
October 31, 2005 at 10:15 am
I think we may need more information, but here is a start:
SELECT [id], COUNT( [id]), OtherFields
FROM MyTable
GROUP BY [id], OtherFields
HAVING COUNT( [id]) > 1
October 31, 2005 at 10:11 am
Been there as have most of us, (on many, many of my Contracts - especially Government...) and I feel for ya!!
Oil well...
October 28, 2005 at 12:13 pm
These are the kinds of business rules that are better stated up front.
Instead of making your Revenue's > 0, try making them <> 0.
(It sounds like I will...
October 28, 2005 at 11:37 am
I think you may have copied your query incorrectly. First, should there be a comma after f1 in your subselect? Also, where do the values prj.f3 and prj.f4 come from? ...
October 28, 2005 at 10:33 am
Go to Enterprise Manager under the Table icon. Look at the tables on the right of the screen and see if they are dbo or they have a specific user...
October 28, 2005 at 9:58 am
Very nice! Thanks Ryan - I will save this...
October 28, 2005 at 6:54 am
I have method I have worked wit help from people on this site that concatenates multiple values based upon a similar ID. Unfortunately, I have that code at work. Once...
October 28, 2005 at 4:54 am
Are you getting this because of multiple replies, (names, dates, etc...)? If that is the case, you can concatenate these with a function, but it depends upon how you want...
October 27, 2005 at 6:48 pm
Is this for a report or an application? In other words, will it be used occassionally or continuously by multiple users?
I'm thinking you may be able to try populating...
October 27, 2005 at 6:42 pm
Don't know what to tell you... It has to be a View?
October 27, 2005 at 3:42 pm
This is a poor solution and I would highly recommend you search this site for Pivot Tables, but here goes: Clumsy Pivot Table Solution
October 27, 2005 at 3:26 pm
Viewing 15 posts - 286 through 300 (of 1,086 total)