‘SQL’ Category

SQL Injection is the most common and dangerous security issue these days where a person can 1) Get data from your database 2) Add Malicious script in your database 3) Get access to your site 4) Delete tables from your database 5) Manipulate your database Why SQL Injection occurs SQL injection occurs because your web  [ Read More ]

Here i am going to tell you all the important queries used in Microsoft SQL Server. Just go through this page and you will become master in Microsoft SQL Server because all the queries used in daily programming are briefly explained here. To create own database create database demostart To view the database details sp_helpdb  [ Read More ]