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 |
sk55
Starting Member
4 Posts |
Posted - 2008-04-09 : 10:10:09
|
hi guys,is it okay to run sql and IIS on the same box.i got a web application that connects to sql... db size about 4 gig... 10-15 users...we were planning to run sql 2005 and IIS on the same box to save some money... do you think its okay to do this?the web app is internal only... |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2008-04-09 : 13:28:04
|
It will work but you may get problems with both apps trying to use memory.As long as you're careful about how you build it you should be ok.Not many users and a small database.WHy not try it and see.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-04-09 : 19:22:07
|
How much total physical memory you have in that server? |
 |
|
|
|
|