difference between sql server2000 and sql server2005
Answer Posted / rajkumar
1.SQL Server 2005 has better tool enhancements like SQL
Server Management Studio.
2.Developers can write Native .NET Stored Procedures and
deploy them to SQL Server 2005.
3.It has more Enhancements in the areas of DBA, Developer
Productivity with .NET
For More details..Verify these links..
http://wiki.answers.com/Q/Diff_between_sql_server_2000_and_s
ql_server_2005
http://techinterviewquestion.blogspot.com/2008/06/some-
difference-between-sql-server-2000.html
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are basics of policy management?
What is the Difference Between Primary and Foreign Key?
Suggest a method of joining two tables.
What is attribute? : sql server analysis services, ssas
What are cursors in ms sql server?
How do I view a script in sql server?
How to delete duplicate rows?
Define union, union all, minus, intersect?
Explain what is the function of sql server agent windows service?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is order of B+tree?
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
What are the security related catalog views? : sql server security
How to perform backup for certificates in sql server? : sql server security
Define tempdb database?