As i know about Both Sqlserver and Oracle are Database Systems. 1. In case of Sql server, we can work with multiple databases at once.
Is their any other d开发者_C百科ifference between oracle and sql server.
Check out this comparison of databases, there are quite a few differences.
They both store data, but apart from that they are like chalk and cheese - they are massively different in a lot of ways.
Oracle can be used as a small database system, but is more aimed at the enterprise data storage level, whereas SQL Server is more commonly used at the lower end of the data storage market (although they also have a very good enterprise level product).
I suggest you just start with the Wikipedia entries, then if you have more specific questions come back and ask them.
- Oracle
- SQL Server
P.S. Even though I tendered an answer, I'm voting to close this as the question is way too broad in scope.
精彩评论