Viewing 5 posts - 1 through 5 (of 5 total)
Thank Jeff for knowledge sharing. I really appreciate it.
Thanks to everyone who responded to this post.
Heera
June 11, 2015 at 9:47 am
Thanks Wagner, I did some research on sql injection and I understood it.
Thanks again to everyone for responding on this post.
June 11, 2015 at 7:54 am
Jeff,
I am new to SQL server, so I would appreciate if you could help me understand the SQL hacking concept. What is the purpose of quotename? How can I...
June 10, 2015 at 9:13 pm
HI All,
Thanks a ton for the responses. I used below query by Scott. I removed the function quotename and it worked.
CREATE PROCEDURE sampleprocedure
@tablename AS varchar(4000),
...
June 10, 2015 at 7:26 pm
Thank you for the quick reply.
I implemented the logic, but some how when I passed the table name it says invalid object name. The way I created is I created...
June 10, 2015 at 2:31 pm
Viewing 5 posts - 1 through 5 (of 5 total)