Viewing 11 posts - 1 through 11 (of 11 total)
Great point!
Totally agree on the developer's "lack of interest" in this tool, and this is understandable.
Why would you spend time on something that you would not use yourself?...
August 28, 2006 at 8:09 am
SELECT s.* FROM Students s
JOIN StudentExam se
ON s.StID=se.StID
WHERE se.ExamName<>'SQL Server'
is definitely NOT the query to be used to retrieve:
The students that has not taken "SQL Server" exam
in the given data architecture......
August 23, 2006 at 7:10 am
Clean and clear demonstration of such a useful feature...
Thank you
March 29, 2006 at 7:14 am
Looks cool, definitey useful in many report scenarios.
I just 1 question...
Is this approach SQL injection safe?
I did not see any issues with your specific query at first sight, but...
February 28, 2006 at 4:05 am
Hahahahaaa,
I am not lawfully qualified to advise a lawsuit, but I would think some of the gay candidates that Sean interviewed have some basis for a fat-ass discrimination lawsuit here... A written,...
October 17, 2005 at 3:38 pm
Hi,
I was wondering if the image issue of the reporting services have been resolved or not.
We were unable to add a dynamic image to the report that is retrieved...
September 12, 2005 at 7:34 am
Hi,
I downloaded the update, and replaced the dll's. I guess that's all I need to do...
I have another issue (more like a confession), possibly out of NYSIIS and LEVENSHTEIN...
August 15, 2005 at 8:27 am
An example:
select dbo.udf_levenshtein('Yacht Sales', 'Yacht Charters International')--21
select dbo.udf_levenshtein('Yacht Charters International', 'Yacht Sales')--22
The first parameter issue for the udf's that are used in select clauses is a known issue. I don't...
August 3, 2005 at 3:14 pm
Another quick note:
The user defined function udf_levenshtein is not symmetric. In other words,
udf_levenshtein(a,b) is not always equal to udf_levenshtein(b,a)
You might wonder "so what, why does it matter?"
But if I use it to order...
August 3, 2005 at 1:05 pm
Thanks for the great article and toolkit. Works like a charm.
I just wanted to share my experience, maybe someone else will make use of it .
I have an average sized...
August 3, 2005 at 11:00 am
This is definitely one of the Software Architecture Whoops rather then a DBA whoop
The datetime display format is definitely an UI issue...
So the UI...
July 6, 2005 at 10:38 am
Viewing 11 posts - 1 through 11 (of 11 total)