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
Script to automatically delete files older than 1 month Windows NT server
The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action
Copyright check of the website
Open file Security Message
which is the best editor for oracle ?
Websense - Block Internet Access - Except for Updates
Allowing port 1935 streaming media traffic
How to find out what version of remote OpenSSL server is running?
What hardware is best suited for "number crunching" web applications?
How to use the processing core library to create a PIMAGE in Java Netbeans?