Viewing 5 posts - 1 through 5 (of 5 total)
I would like to thank everyone for their input on this matter but I have resolved the issue. I created a temp table called PHONE and selected the phone...
December 30, 2011 at 8:00 am
Yes, the columns in the dbo_PersonPhone table are -
PhoneID
TelephoneTypeID
PhoneNumber
dbo_HomePhone has many columns with the PK being PhoneID.
December 30, 2011 at 7:39 am
Won't this query just compare on a single line basis? What I mean is, I need to compare the end date of each account number with the start date...
December 29, 2011 at 7:46 pm
I use the CONVERT(VarChar(10), StartDate, 101) function to format the dates in MM/DD/YYYY format.
December 29, 2011 at 8:18 am
Thank you for the help. I created a permanent table and everything executed the way it should.
December 18, 2009 at 10:58 am
Viewing 5 posts - 1 through 5 (of 5 total)