Viewing 10 posts - 1 through 10 (of 10 total)
It worked great. I had tried to post in many forum but you are the only one who can managed to solve it. Great thks.
March 9, 2011 at 12:51 am
U are really helpful and i greatly appreciated it. But encounter the following error:
Invalid object name 'dbo.Tally'
March 9, 2011 at 12:35 am
I am not familiar with binary. Pls help me out when you are free. Thks
March 8, 2011 at 11:03 pm
The maximum number of elements will be 10. And each element is unique. And the pass in string maybe not be in order e.g: "01-02-04-03", "03-02-01".
March 8, 2011 at 10:45 pm
For example string "01-02-03-04" will return 11 rows:
1. 01 - 02 - 03 - 04
2. 02 - 03 - 04
3. 01 - 03 - 04
4. 01 - 02 -...
March 8, 2011 at 10:38 pm
Thks for the fast response. But your query return 340 rows instead of 11 rows. Pls also take note that i may be able to pass in "01-02-03-04-05".
March 8, 2011 at 10:22 pm
Thks. Thats working. But why you need to use like "%", "^", "*" in the query? And its also work i i pass in the punctuation.
September 30, 2010 at 7:51 pm
Viewing 10 posts - 1 through 10 (of 10 total)