Viewing 15 posts - 331 through 345 (of 8,731 total)
August 15, 2018 at 11:26 am
August 15, 2018 at 10:22 am
One more vote to a data problem. If you're on the correct version of SQL Server, you could do something like this to find the problem.
SELECT...
August 15, 2018 at 8:54 am
Let's not forget about the possibility of SQL Injection. This code seems wide open to it.
Bobby Tables: A guide to preventing SQL injection
August 15, 2018 at 8:50 am
August 14, 2018 at 9:47 am
August 13, 2018 at 7:34 am
Eirikur Eiriksson - Sunday, August 12, 2018 9:40 AMYou mean "indices"
😎
Funny that I always read that as "Ãndices"...
August 13, 2018 at 6:47 am
Hi Friends,