14,634 reputation
32055
bio website movingsql.com
location New Jersey
age 55
visits member for 4 years
seen 1 hour ago
stats profile views 2,127
coder & programmer of many defunct languages...

1h
comment SQL Server Trigger using inserted ID
You'd be better off looking at alternative ways to do this, like Service Broker. Invoking a cross-server/cross-country distributed transaction inside a trigger is going to lead to all kinds of unpleasantness.
1h
comment T-SQL Query - Return One Result, or return 0 (SQL 2008R2)
Doesn't your query above already do that?
3h
comment Sql Query for unknown number of keywords
@dasblinkenlight As an aside, the accepted answer at that link, however, is incorrect, injectable and a great example of what programmers do if they are not explicitly told why that's wrong and how to do it right. And may be why I am over-sensitive to this issue.
3h
comment Sql Query for unknown number of keywords
@dasblinkenlight You are correct, I had missed your earlier edit which does address my concerns, and I have changed my vote accordingly. As for the linked answer I encourage you to add it to your answer as well. Though I prefer the answer following your link (table-valued parameters) I like the indicated one (dynamic parmetization) as well because I know that client-side developers will find it attractive.
6h
comment Sql Query for unknown number of keywords
@SpiralsWhirls See my answer above. Correctly and securely parametizing a list to a SQL Server query is non-trivial. The ratio correct to incorrect methods demonstrated on this site alone is at least 10 to 1.
6h
comment Sql Query for unknown number of keywords
@dasblinkenlight First, giving correct secure answers is not something that avowed experts should only give when asked "explicitly", it is a full-time professional responsibility. Secondly, parametizing a list to a SQL Query without introducing SQL Injection exploits is very non-trivial. The mere fact that you are so ardently trying to squirm out of your answer with it here is proof that at best you don't want to expend the effort, and at worst that you do not actually know how to do it yourself.
6h
comment Sql Query for unknown number of keywords
@dasblinkenlight Yes, please domonstrate that for this query. Otherwise your answer is either incomplete, dangerous or misleading.
6h
comment Sql Query for unknown number of keywords
And how should they call this from their C# application, without exposing the database to SQL Injection?
6h
revised Sql Query for unknown number of keywords
edited body
6h
revised How to pass string to stored procedure
added 105 characters in body
6h
comment getting last record from the database with some conditions
umm, what will yearmonth look like for month 10?
18h
revised Updating multiple records fails
edited tags; edited title
1d
reviewed Leave Open Disable inline images displayed as attachment in exchange using java
1d
reviewed Leave Open mysql framework for node.js
1d
reviewed Close SQL Query To Create View
1d
reviewed Close PHP vs Javascript when creating sophisticated sorting algorithm
1d
reviewed Close Google Play - Developer Registration
1d
reviewed Close Windows Azure VM not allowing RDP from local machine when encryption on ports is ON
1d
reviewed Close Does “An Introduction to Object-Oriented Programming” by Timothy Budd still have value?
1d
reviewed Close Getting 'the specified network password is correct 0x80070056' when trying to change passowrd in SQL Server Configuration Manager