Viewing 15 posts - 16 through 30 (of 42 total)
So, is there a way to get rid of the right two numbers to get 9998.00 ?
August 19, 2005 at 10:59 am
Of course this will work, but the question is that I already have a lot of procedures based on the same formula but never experienced such problem. So, I am a...
August 12, 2005 at 5:11 am
This is the original function that returns no results as audit dates are on 1/8/05
dbo.tblMAFolder.FolderStatus) AS FolderStatus, ISNULL(dbo.tblMAFolder.MAFolderID, dbo.tblMATransfer.MATransferID)...
August 11, 2005 at 4:15 am
Yes, because I looked into the data at the table level and date is set correctly and it contains time.
About the left function, it is working perfectly. I got it...
August 11, 2005 at 3:21 am
When I ran the procedure from query analyzer, I still get the same erroneous results.
I use the left function as follows Left(datetimefield, 12) and it gives the accurate results.
August 11, 2005 at 2:34 am
yes the data is consistent with period after title. No there is no comma between names and there are no records with more than three strings
July 15, 2005 at 8:43 am
Yes they always start with either Mr. Miss, mrs. but there is not a dot always. They are stored as title, lastname, firstname
July 14, 2005 at 10:54 am
Then how do you recommend a solution for this issue as sometimes even the customer number may be 3 , 4 or five....
July 6, 2005 at 8:29 am
The main table is a service table that has a single servicerefno, we add to customers to the same service which carry the same servicerefno so it is one to...
July 6, 2005 at 6:17 am
+ RTRIM(dbo.tblPaxList.LastName) + CHAR(13) + CHAR(10) + RTRIM(tblPaxList_1.Title) + SPACE(1) + RTRIM(tblPaxList_1.FirstName) + SPACE(1)
+ RTRIM(tblPaxList_1.LastName) AS Service,...
July 6, 2005 at 5:33 am
I am creating a main table under which there are a lot of services (around 10) and each service also has some other linked tables. At the end I need...
July 6, 2005 at 5:05 am
The problem is I will be using this in generating a lot of other queries not just for presentation
July 6, 2005 at 12:28 am
This is because the id is a link field to a different master service table and that is why I need to generate pax list for that master service table
June 22, 2005 at 12:32 pm
Unfortunately, this can not be done as the user must enter sometimes more than ten airports in one form and the way the airport codes are arranged makes it very...
June 5, 2005 at 11:33 pm
Viewing 15 posts - 16 through 30 (of 42 total)