Viewing 11 posts - 1 through 11 (of 11 total)
No, I cannot post the unmodified data, it is private. The code and illustration details what is returned. I changed the account numbers which is not significant.
October 25, 2011 at 4:12 am
Another point. The field does contain Null values. Therefore, the real error to deal with is:
Invalid length parameter passed to the LEFT or SUBSTRING function.
Any...
October 23, 2011 at 6:12 am
Sample data from the field I am using charindex on is listed below:
File Name:BTPN_02042011 BFTPN_02042011| Vendor: Urban | Product: Trial Offers_SD10-01 | Letter Type: Trial Offers_SD10-01 |...
October 23, 2011 at 5:37 am
This one is tricky. I tried the "Is Null" at the end of the statement and the error returns...
Invalid length parameter passed to the LEFT or SUBSTRING function.
October 22, 2011 at 11:38 am
I tried you suggestion, but it returned the following message.
StartTime is invalid in the select list because it must be contained in an aggregate function or group by...
April 8, 2010 at 6:56 pm
I am not sure it will work. I was hoping someone had the same experience.
April 8, 2010 at 6:31 pm
The P1_start, P1_stop fields are fields capturing the time. Prod_Hrs and Paid_Hrs are aggregated. I had to had the others to the Group By Clause. ...
April 8, 2010 at 6:29 pm
Sorry for not cleaning up the code. However, I am having problems with the code returning multiple lines for the SOEID. It should return one line...
April 8, 2010 at 6:04 pm
I am currently exploring the rank function. Hopefully, this will work.
VT
March 23, 2010 at 2:52 pm
Entry_ID TimeStamp Activity_Code
670242 2010-02-15 ...
March 23, 2010 at 1:50 pm
Viewing 11 posts - 1 through 11 (of 11 total)