• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

sql express vs sql server

NiKeFiDO

Diamond Member
Im majoring in MIS (management of info systems) and for the "capstone" class we need to design and implement a system into a real company..

anyway, ours will involve gathering information from Microsoft Outlook and dumping it into a database.

I was wondering if it would be easier to just use sqlexpress and vb.net -

We want to do a small VB application to get this done - can we use SQL express over a network or can it only be used locally?

I've looked at sql server 2005 (I have a license to it as a student here) and it looked very very complicated.

any suggestions?
 
I've heard that we can only connect to sql express over a network if we do some tweaking with the TCP/IP settings

anyone have any experience with this?
 
Originally posted by: NiKeFiDO
I've heard that we can only connect to sql express over a network if we do some tweaking with the TCP/IP settings

anyone have any experience with this?
You might have to change the settings from a default install, but yes you can connect to SQL express over TCP/IP.
 
Back
Top