IT Computer Articles Tutorials.

SQL And SQL Server Articles Tutorials

Structured Query Language is a specialized language for sending queries to databases. Developed by IBM, SQL, pronounced "sequel," originated on mainframes, but is now popular on PCs. SQL Server is a relational DMBS written for the Windows platform by Microsoft. SQL Server is a high-end and high-performance solution, for applications that interact with a database. Its use has been increasing because of the number of web applications that feature a data base back end.

    Managing Security in SQL Server

    Database servers usually contain critical data, and ensuring the safety  and integrity of that data requires that access control be used. In this lesson,you’ll learn about SQL Server access control and user management.


    Well this tut is intended for the harder machines that are not so easy to hack.

    1.) a machine with a intern ip number
    2.) a machine in a network with no rights to write to the local harddisk
    3.) a alternative shell to the normal sqlexec.exe
    4.) A bit of maybe usefull words

    Before you can effectively query date/time (or temporal) data, you have to know something about how date/time values are stored.  This article, demonstrates the various ways in which to query an SQL Server to successfully retrieve the records you may be seeking.