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
Dell Precision BIOS
Google Analytics
Services Do Not Start Automatically
How to redirect My Documents Folder on an unattended install
how to remove "debugging" pop-up
RegExp VBA for HTML tags - Needs assistance and explanations
Ask a New Question Window Does Not Come Up On Particular Computer
log4j called after unloading
Setting Reporting Services data driven subscription Using Web Service
How to Install JBOSS on windows xp