View Single Post
Old 08-12-2005, 07:56 AM   #13 (permalink)
WillyPete
Addict
 
You can get MSSQL for free.
Will also PM you to make sure you get it.

MS Visual studio Express editions.
http://lab.msdn.microsoft.com/express/default.aspx

http://lab.msdn.microsoft.com/express/sql/default.aspx

It doesn't sound like you need them for this, but Express doesn't have any of the advanced MSSQL tools.
Quote:
How is SQL Server Express different from other editions of SQL Server 2005?

SQL Server Express is designed to meet the needs of simple applications. Therefore, it is limited to using a single CPU and up to 1GB RAM, with a 4GB maximum database size. SQL Server Express does not include any of the advanced components of SQL Server including Analysis Services, Reporting Services, Data Transformation Services, and Notification Services.
WillyPete is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76