Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-12-22 : 07:45:42
|
| Dan Tuohy writes "Hi Guys, im working for a company who have asked me to create a database to store there client information. They have totally left everything up to me and are aware that i know little about SQL server. I have downloaded SQL Server Express edition for use as the database engine. The server that the company have is a Linux server but the workstation machines are Windows :sI am overwhelmed by the pro's and cons of SQL Server, Oracle blah blah blah lol.Can you give me some pointers, ie books that would guide me step by step, or just some helpfull points to get me started?Thanks ever so much, Dan Tuohy" |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-12-22 : 09:58:44
|
| 1. stay with forum and read the posts and learn from it.2. http://www.sqlteam.com/store.asphowever: candid advice, go for some training of some sort. |
 |
|
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
Posted - 2006-12-22 : 12:23:18
|
| MS SQL Server only runs on Windows platforms, so if you can only use a Linux server, you won't be able to run SQL Server on it.If you are going to use SQL Server, I recommend that you get the SQL Server Developer Edition. It costs about $50 US. It has all the SQL Server functions needed for development and management and it will run on a desktop version of windows, like Windows XP. It is not licensed for a production deployment, so you would have to deploy your application later on a server version or use the Express version.CODO ERGO SUM |
 |
|
|
|
|
|