Viewing 15 posts - 106 through 120 (of 201 total)
Unfortunately the lag function is not supported on the servers on site, they have SQL Server 2008.
Any other option please?.
October 19, 2015 at 3:54 am
Bob JH Cullen (10/19/2015)
Maybe soundex() would be a valid approach if it is the pronunciation that matters.'bok', 'book' and 'booookkk'' all produces a value of B200 in a quick test.
I...
October 19, 2015 at 3:47 am
What will you want to do about legal words such as "BOOK", "SEEN", or "ABBOTT"?[/quote]
Even in those legal names repetition will be removed because what matters more is how is...
October 19, 2015 at 12:30 am
WHY DO YOU WANT TO DO THIS?
[/code][/quote]
First i would like to thank you for your reply, first time i hear of this LAG function 🙂
This function is needed to cross...
October 19, 2015 at 12:26 am
I have written the following code but it has a syntax error that i am not able to fix, not sure if case clause is supported inside CTE or what.
declare...
October 18, 2015 at 4:29 am
mister.magoo (10/14/2015)
So, for the word "test", the results of CTE "LETTERS1" would be
L P
e...
October 14, 2015 at 6:02 am
Thank you very much mister.magoo.
Your solution is great, the problem i had in mine is when a letter was duplicated in one of the words which is S in...
October 14, 2015 at 3:34 am
GilaMonster (10/12/2015)
nadersam (10/12/2015)
GilaMonster (10/12/2015)
October 12, 2015 at 4:14 am
GilaMonster (10/12/2015)
October 12, 2015 at 4:07 am
Thanks Gail for your reply.
I asked this to be able to decide how will i break my view into parts and use a stored procedure instead.
Jeff suggested taking out the...
October 12, 2015 at 3:07 am
Thank you Jeff,
I guess CTE is not the answer to this issue, i will try to look into using a stored procedure instead.
I have a question please related to that.
If...
October 11, 2015 at 7:22 am
Again i would like to thank you all.
Jason,
Thanks for the full outer join it reduced the duplication in code and having to insert into table variables, i have applied that.
Chris,
To...
August 12, 2015 at 1:06 am
Jason A. Long (8/11/2015)
I don't see where you mentioned a "sort issue" before... What exactly is the sort issue?
Please check my previous reply above
"No it will return success as order...
August 12, 2015 at 12:55 am
Viewing 15 posts - 106 through 120 (of 201 total)