Viewing 15 posts - 421 through 435 (of 468 total)
i will indeed look into sorting out this query. the query(s) were written in 1997-1998 and have worked since then , hence my belif that they were not at fault....
July 27, 2006 at 6:26 am
my job has finally started moving! one stage of the job has a lot of locks on a table all at once. could this be slowing down the job (...
July 27, 2006 at 6:11 am
this job has run fine for the past year so i dont think thats the problem sergiy.thank you though for the suggestion. i will check to see what is locked
July 27, 2006 at 4:00 am
thank you. that was most helpful!!
July 26, 2006 at 4:44 am
its cool. sorted it, was looking at the wrong columns completely. should have been looking at @ProgramID and @customerID. they both need an alias. thanks all
July 25, 2006 at 6:00 am
thats hard coding dates and strings, and thats the last thing i want to do. just to clarify, i inherited this system when i started this job. its been in...
July 11, 2006 at 1:57 am
here is my new query
SELECT
* INTO #MSSalesTemp
FROM
MSS_SalesDate
WHERE
(
DATEPART(
June 27, 2006 at 10:11 am
apologies, you are correct. there is a problem in my logic. if the date is the january 2006, then my query will return nothing,in feb 2006 it will only return...
June 27, 2006 at 10:02 am
<quote>
that will only work once a year, at the end of june, won't it?
</quote>
I think it will do exactly what i want, it will only return the last 6 months...
June 27, 2006 at 9:45 am
hi. i ended up using datepart, which converts the required part of a date into an integer , which is easily compared logically;;
SELECT * FROM
PSS_consolidated
June 23, 2006 at 4:18 am
on further investigation i believe the connection data is stored in a file with extension ".mso" but i cant find this file. can anyone advise where or how i can...
June 20, 2006 at 5:21 am
that clears things up. thanks for your help.
June 16, 2006 at 4:23 am
yes, that was quite helpful. in the source table filter text box, does it require MDX or SQL? there's no button to bring up an MDX builder or anything
Thanks
June 8, 2006 at 10:30 am
thank you. thats something i didnt know and would have bothered me for ages.
May 31, 2006 at 10:17 am
worked a treat, thanks so much. can someone explain precicely the logic behind this, as i feel that i have some misconceptions about how MAX is working in this suituation.
thanks...
May 30, 2006 at 10:42 am
Viewing 15 posts - 421 through 435 (of 468 total)