List/Grid Tag Archives: create
How to create new Friend List in Facebook
Facebook provides two types of Friend List Smart Lists These are the lists that update automatically based on your info which you have in common with your friends, like a college, job, etc. So, if your from a particular city and one of your friend changes its city to yours, then he/she will automatically updated to the smart list based on your city. Custom Lists You can also create Friend…
How To Create Auto-Increment Column In A SQL Server Table
You can create an auto-increment or auto-decrement table in SQL Server, which will automatically add value for every new row by incrementing or decrementing the value of last row. These type of Column are known as Identity Column. These kind of columns are generally required where you want to set some kind of ID for any thing like Employee ID in Employee table, Session ID in Session table, Item ID…
How To Create New Database In SQL Server
In this article, I will show you the basic step of creating a database in SQL Server 2008. You can also create database in SQL Server 2005 using the same step that I will show you here. Instructions: Open SQL Server Management Studio and Log In to your Account. Open Object Explorer in SQL Server and expand the Database Folder there. You will see all the currently present databases there….
How To Create User In Windows 7
This feature makes your private content safe from other persons, if you are sharing your computer with others. With user accounts enabled, a number of people can share a single PC simultaneously. With different user accounts, every user has his/her own separate account with unique settings and preferences, such as a desktop background, desktop content, documents, screen saver, etc. These user accounts also controls which user can have access to…