Microsoft
Software
Hardware
Network
Question : SQL
how to create a unique identifier for varchar?
e.g my name must not be entered into a database more than once?
i already have a primary key, do i have to use scripts?
coz i can't find a way of doing so?
plz help?
Answer : SQL
you can run this kind of t-SQL
1:
CREATE UNIQUE INDEX IDX_UNIQUE_NAME ON yourtable_name ( your_field_for_name )
Random Solutions
Autloader and Cleaning Tape Mounts (Considered a "use" with every mount?)
Exchange 2010 a circular logging
How to install XP with F6 driver requirement and no floppy
How to crop image blank space in php
Server Security
how to indent a block of text
Delete Outlook Cache
Picture in fast report and delphi
Access idrac card in poweredge
Adding a Line Break and Center Text in a Submit Button