- Home
- SQL And SQL Server
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
- By Lyli mee
- Published 09/25/2007
- SQL And SQL Server
- Unrated
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.
SQL Situations And Solutions
- By Richard Richi
- Published 09/19/2007
- IT Tips And Tricks , SQL And SQL Server
- Unrated
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
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
How to Search for Date and Time Values Using SQL Server 2000
- By Lyli mee
- Published 01/5/2007
- SQL And SQL Server
- Unrated
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.
