Viewing 15 posts - 1,501 through 1,515 (of 3,543 total)
![]() | ...it's bad form on this forum to post the same question more than once... ticks people off. Go... |
August 2, 2007 at 6:32 am
![]() | Good lord, NO!!!! |
August 2, 2007 at 6:20 am
p.s. the above in SQL2K will return a maximum of 8000 chars (the limit for varchar)
August 1, 2007 at 6:26 am
The use of
SUBSTRING([textcolumn],1,PATINDEX('%*%',[textcolumn]))
will not produce an error if * is not in the data but would produce erronous data depending on your view of 'erroneous'
If an empty string is...
August 1, 2007 at 6:23 am
![]() | if u say my code is not very secure i agree since i am very new to this.... |
July 26, 2007 at 7:32 am
Notwithstanding the answer to the 'all zero' question
if emptry string is required then
LTRIM(SUBSTRING([column], PATINDEX('%[^0]%', [column]+' '), LEN([column])))
July 20, 2007 at 7:06 am
![]() | Do your homework first, then join the discussion. |
You answer my questions first
But I know that you cannot
July 13, 2007 at 2:51 am
![]() | David, have you done your homework with one thirds? |
What has that to do with the questions I asked?
Are...
July 12, 2007 at 6:15 pm
![]() | Absolutely precise numbers must have p = infinity. |
Sergiy, please define your interpretation of "precise number"
Please post a reference...
July 12, 2007 at 4:19 pm
![]() | seems we were posting the same at the same time |
Yeah, looks like it
July 11, 2007 at 10:04 am
my variables are actually strings NOT dates, that is why I was using substring.
Does not matter, the input dates will be implicitly converted, I explicitly converted the date on the...
July 11, 2007 at 9:28 am
![]() | COUNT clause can't find any claims for one of the categories, it simply does not return any results... |
July 10, 2007 at 9:53 am
If you cannot change the sorted option on the combo box then nothing you do at the sql end will make any difference.
As you stated you cannot change the order...
July 10, 2007 at 9:00 am
Wanna start a third Jeff
Or should that be 1/3 or .33
Damn, did it again, oops
June 30, 2007 at 3:20 am
![]() | Again, this is a business decision that a company needs to make, not us in IT. |
Yes. IT are...
June 28, 2007 at 5:06 pm
Viewing 15 posts - 1,501 through 1,515 (of 3,543 total)