Sounds like you are talking about "load balancing" (also called "teaming", and in modems referred to as "multi-link" and branded as "shotgun"), and it's completely possible. Your best bet would be to monitor your network I/O on that server and see if you are running a high utilization on the current single NIC. If you are running over 70% constantly (which is really rare), then load balancing is a great way to go. If you are using a client-side data handling structure, then this can help a ton. It will also help if you have the DB server backing up application servers (such as a web application running on multiple webservers but querying the DB on one DB server). How many concurrent connections are you talking about anyway?