Tagged Questions
-4
votes
2answers
279 views
SQL Server equivalent to MySQL UNIQUE index?
In MySQL (5.1) I am able to create a Index on a field that is type UNIQUE. This ensures that the field contains only unique items.
Is there something equivalent to that feature in SQL Server 2008?
...
4
votes
4answers
5k views
MySQL vs SQL Server Express (Compare Free DBMS)
I am searching for a comparison table between MySQL and SQL Server Express.
Comparisons should include...
Usage limit
Tools (management/dev/backup/monitoring/...)
"simultaneous connection"
It's ...