1 - 4 of 4 article(s) found submitted by Chris Kemp
SQL Server System Stored Procedures System Stored Procedures System stored procedures are packaged with SQL Server Many procedures are used to administer SQL Server, but some are utilities that can be profitablly used by developers... Author: Chris Kemp - Category: Computers and Technology
SQL Server Security There are several levels of security to SQL Server At the a base level, in order to be granted get access to a SQL Server, a user is required to have a login account... Author: Chris Kemp - Category: Computers and Technology
SQL Server Triggers Triggers are stored procedures which are fired when data is modified in an underlying table They can evaluate data being added to a table for validation purposes, or can make changes in that or other fields depending on the value of that data... Author: Chris Kemp - Category: Computers and Technology