Viewing 15 posts - 31 through 45 (of 109 total)
well, first of all , you will fail if they are integers. If one will be 15 and the other 13 you'll get 28, which might also be the case...
September 20, 2009 at 1:28 pm
Have a look at the DENSE_RANK function I used. All the rest is just a quick & dirty code sample. Please note that I haven't tested this but it should...
September 19, 2009 at 9:50 am
That's because the IN clause cannot compare more than one dimension in the array...
I adopted the script to table variable sso I can test it. Here's what you need:
declare @qtral...
September 19, 2009 at 9:37 am
Although I owe much of my com[puter life to mictosoft Access, I think it's a smart decision to move away from that.
You're either gonna deal with the CSV producer or...
September 19, 2009 at 12:58 am
It really depends on many parameters, but as a rule of thumb - check if you need to apply this fix in many views or procedures and if all solutions...
September 18, 2009 at 6:08 am
September 17, 2009 at 10:33 pm
If that's the way your tool reds CSV I suggest you find fome other tool, but as per your question, you may append dummy lines in the following way: Suppose...
September 17, 2009 at 10:25 pm
Had I had the full data, maybe I cuold come up with something else, but all in all it looks OK..
One thing though: Wouldn't it be better if you added...
September 17, 2009 at 6:56 am
Happy to help.
Also, I'm thrilled to see some people still opting for bitwise operations. It is very powerful yet so underestimated.
September 16, 2009 at 10:56 am
You might wanna test Levenshtein Distance Algorithm for both strings.
Here's an implementation in TSQL:
Levenshtein Distance Algorithm: TSQL Implementation
You'll also need this function for it to work:
September 15, 2009 at 8:57 pm
I am unsure what the SELECT -1 does
This alows you to display a simple, maybe default, empty selection in your combo, maybe to allow for "every option" or "ignore...
September 15, 2009 at 8:42 pm
I did actually found a noise.dat file in C:\Windows\System32 that was hidden. In addition to the langauge files; I don't know the purpose of noise.dat file.
The general .dat file...
September 15, 2009 at 8:17 pm
Hi Michelle
I really am happy to help but it's quite frustrating (for you, because you are the one who needs the code) when you don't post any DDL to help...
September 15, 2009 at 2:55 pm
I didn't get what you need. Maybe I can try and help yuo solve your problem instead of solving your solution... 🙂
Could you please post some sample data and what...
September 15, 2009 at 11:32 am
Hi
Could you please elaborate a bit more on that?
What o you want to return (in terms of DATATYPE: int, bit, etc) and to whom (calling SP, execution result, as a...
September 15, 2009 at 10:57 am
Viewing 15 posts - 31 through 45 (of 109 total)