Viewing 15 posts - 61 through 75 (of 141 total)
Where the partnerid = 11 I want to change it to 26 assuming all the other conditions in the where statement are true as well.
August 2, 2009 at 9:20 pm
Thanks everyone for your help. It's much appreciated. I have my final where clause all sorted now.
Thanks again.
May 27, 2009 at 9:11 pm
Thanks Jamie. That's seems to have done the trick. Now I just need to get my where clause to exclude those descriptions with zzz and yyy at the beginning...
May 27, 2009 at 8:41 pm
Here is the sample data. Neither one of these clients bought bicycles. I have added the customer part to the query as well and still get the same results.
Name ...
May 27, 2009 at 5:11 pm
Sorry guys, but I don't know what sample data would do when it's wrong.....I want every customer that has bought a bicycle and every other purchase too.....if they haven't bought...
May 27, 2009 at 8:32 am
Sorry to be a pain, but before I've even add the extra where clauses it doesn't appear to be giving me the correct results. I get 90000 records back when...
May 26, 2009 at 9:39 pm
That's awesome. Thank you so much. I don't want to push the friendship but they have just now asked me if I can exlude anything that starts with...
May 24, 2009 at 9:40 pm
This is what I have so far.
SELECT Customer.Name AS SortName,
vcltAttrib4_364.ainTVal AS Client_Relationship_Partner,
vFEAttrib4.attInstName AS Partner,
Matter.mtrDesc AS Description,
Matter.mtrDateOpened AS Date_Opened,
Matter.mtrDateClosed AS Date_Closed
FROM ((((Customer LEFT OUTER JOIN...
May 24, 2009 at 8:35 pm
Thanks for that I think you might be right. That's the problem is there are no error message of any use. Just "Alter failed for Server 'Servername'" and in...
March 23, 2009 at 11:00 pm
yes. Permissions are not an issue. I'm running the script as sys admin.
February 5, 2009 at 5:40 pm
I'm not trying to delete the error logs, I'm trying to delete all file with the extension of txt. It's SQL 2005 SP2. I tried the script and same thing....
February 4, 2009 at 4:56 pm
This is a third party web site and database. SQL sites on one box and the web app sits on the other. As a general rule all the SQL...
November 17, 2008 at 3:10 pm
I'm not sure what you mean but it is sampling data every second on vertical scale max 100 and min 0. Is that what you meant?
October 21, 2008 at 5:03 pm
Maybe I'm not understanding but my issue is not with the CPU. It's doing everything I would expect it's the fact that the Processor Queue Length won't go below...
October 21, 2008 at 3:52 pm
It appears while the tables in all the 3 databases are called the same they don't always contain the same columns. There is around 10 tables in each database...
January 14, 2008 at 7:54 pm
Viewing 15 posts - 61 through 75 (of 141 total)