Tag: sql server

Community

Views in SQL Server 2000

(Kristofer Gafvert) A view is quite easy to define, but a lot more difficult to create, use and manage. It’s not anymore than a named SELECT statement, or a virtual table. You can select data, alter data, remove data and all other things you can do with a table (with some limitations). But there is

Community

Secure Your Data With SQL Server

(Alex Papadimoulis) In most installations, SQL Server acts as the bottom layer in a standard application stack (user interface, middle tier, and database). Users rarely know what type of database they’re using, let alone access and use it directly. For this reason, database security configuration is