Viewing 15 posts - 1 through 15 (of 39 total)
I think that the best way for this is invoking stored procedures that validate requests.
July 14, 2012 at 4:45 pm
For SQL Server, books by Itzik Ben-Gan work quite well.
August 29, 2011 at 1:24 pm
Yes. The stored procedure does require parameters.
July 19, 2011 at 11:53 am
It doesn't have anything to do with SQL Injection. It's just that, as I was testing for that, I was wondering about the password storage issue. In addition,...
July 19, 2011 at 11:50 am
Hi GSquared,
I sent a proposed article to the article email address for SQL Server Central on June 27 but haven't received any notification that it was received. How many...
July 14, 2011 at 7:51 pm
select @@version
Response:
Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (X64) Apr 22 2011 19:23:43 Copyright (c) Microsoft Corporation Express Edition with Advanced Services (64-bit) on...
July 12, 2011 at 9:26 am
So what would it be for 2008 R2?
July 12, 2011 at 9:07 am
SQL Mgr Studio does not clearly label the DB engine as 2008 or R2 - it's labeled as SQL Server 10.50.1617. I had to redo the path specified. ...
July 11, 2011 at 10:26 pm
Is SQL Server 9.0.5000 the same as SQL Server Express 2008 R2? I think that's what I got with VS 2010.
July 11, 2011 at 8:43 pm
At:
ALTER DATABASE [SecureSchool] SET COMPATIBILITY_LEVEL = 90
GO
I get the following message:
"Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '90'."
July 11, 2011 at 7:08 pm
Here is the script. Version is SQLEXPRESS (SQL Server 9.0.5000) also (SQL Server 10.50.1617) I tried both.
---------------------------------------------------------------------------------------------------------
USE [master]
GO
/****** Object: Database [SecureSchool] Script Date: 07/11/2011...
July 11, 2011 at 5:29 pm
Thanks for quick response. I ran all the code just before this line and it completes successfully.
July 11, 2011 at 4:47 pm
Hi GSquared,
Are there any guidelines for an editorial as opposed to a post?
Mike
June 21, 2011 at 7:17 pm
Jeff,
I would be happy to review your preliminary article. I'm sure I will learn a great deal in the process. I might even be helpful. 🙂
I will try...
June 20, 2011 at 7:28 pm
Jeff,
Thanks for your kind words. You put a big smile on my face. I don't what else to say but, "Thank you!"
The tutorials would use both English, that...
June 20, 2011 at 6:57 pm
Viewing 15 posts - 1 through 15 (of 39 total)