answersLogoWhite

0


Best Answer

what are some advantages in MS SQL

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of SQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

advantages and disadvantages of equity?

Advantages and Disadvantages of equity


What advantages of QBE compared to SQL?

QBE is an advantage over SQL as it is a visual technique allowing non-experts to do searches, as it is simple to understand.


What are some advantages of having a Microsoft SQL server?

Microsoft SQL server offers many advantages such as tight integration with back office series of server products. The latest release offers users the ability to store their data information in the cloud.


How many type of SQL?

There are three types of SQL: 1. Cognos SQL 2. Native SQL 3. Pass-through SQL Cognos SQL Framework Manager generates Cognos SQL in a more efficient manner in order to keep its functionality. It is common for Cognos SQL to be translated into Native SQL before being transmitted to the database for processing. Some actions or functions may not be supported by the database in some instances. Only a portion of the Cognos SQL is transmitted to the database in these situations. As a result, the database handles part of the query and the Cognos server handles the rest. Advantages: Has the ability to include metadata from many sources. Reduce the number of database constraints Interact more effectively with Cognos applications. Disadvantages: You cannot use non standard SQL. Native SQL Databases such as Oracle, SQL Server, and DB2 all support SQL. Using Native SQL in a model query subject with many data sources is not possible. Advantages: All relevant query subjects are optimized for performance. You can utilize SQL that is specific to the database you are using. Disadvantages: You cannot use SQL that the data source does not support for sub queries. The query subject may not be compatible with different database types. Pass-through SQL Allows the usage of Native SQL without regard to the limitations imposed on subqueries by the data source. Subqueries are not processed in Pass-Through SQL query subjects. It is instead supplied directly to the data source that generates query results for each subject. It is important to keep in mind that pass-through SQL is delivered straight to the data source rather than being optimized by the Framework Manager, therefore performance will be lower than with the other query options. Using curly brackets around your SQL statement in a Tabular SQL object causes that SQL statement to be passed through to the database. Cognos has not validated this SQL, so take that into consideration. Step1: Create a Tabular SQL object. Write a statement surrounded with { }. Actual: SELECT * FROM ORDER HEADER Pass-Through: {SELECT * FROM ORDER HEADER} Advantages: You can use any SQL supported by the database. Disadvantages: Framework manager does not have the ability to automatically optimize performance. In some cases, the SQL won't function with another data source.


Where could someone find an SQL formatter?

One can find an SQL formatter from: SQL Format, Free Formatter, Poor SQL, T-SQL Tidy, Stack Overflow, SQL Inform, Apex SQL, SQL Parser, Red Gate software, to name a few.


What is the difference between T-sql and sql?

T-SQL is Microsoft's version of the generic SQL langauge to be used with, for example, Microsoft SQL Server.


What is the difference between sql server and ms sql 2000 database?

SQL Server is most often referred to as Microsoft SQL Server, but there is also a Sybase SQL Server which was originally created on UNIX in 1987. MS sql 2000 database, or Microsoft SQL Server 2000 is a database server product. So, when you ask what is the difference, I do not see a difference, they are one in the same. Unless your question is asking for the difference between the Sybase version and Microsoft version, or you are wanting to compare different versions of Microsoft SQL Sever. In which case, I think your question must be more specific. arnel... SQL stands for (Structured Query Language). A SQL server can cover a host of products. Oracle is a SQL server however when speaking of Oracle people usually refer to it is Oracle. The server in fact is a SQL server. Microsoft SQL server is often simply referred to as SQL Server not because they 'own' the product or anything, just because of the popularity. I can draw a parallel for you. When you own a SeaDoo watercraft (as I do) people will refer to it as a jetski, same with a Kawasaki, Polaris, or any other brand. The fact is that this name (JetSki) is used interchangable however the Kawasaki Standup model watercraft is the only true 'jetski'. Anyway there are many 'flavors' of SQL server (MYSQL, Oracle, MS SQL Server, Postgress SQL, just to name a few. You can find more information about SQL server, its history and some additional 'flavors' at this link: http://en.wikipedia.org/wiki/SQL Hope that helps. Jwilliamsoh http://jwilliamsoh.spaces.live.com/


Forms of sub queries in ms sql?

Sql Forms Sql Forms


What Is ANSI SQL?

ANSI SQL is the American National Standards Institute standardized Structured Query Language. ANSI SQL is the base for several different SQL languages such as T-SQL and PL/SQL. ANSI SQL is used to Create, Alter, and View data stored within a database. For more information about ANSI: http://www.ansi.org/ For more information about SQL: http://en.wikipedia.org/wiki/SQL


What are the advantages of using SQL rather than the Query Wizard?

The query wizard can only do a limited set of types of queries. There are some kinds of queries that it cannot create. Some kinds of queries can only be done in SQL. Union queries and data definition queries for example. It is more complicated to do queries in SQL, but you can do more powerful ones. The query wizard is just for simple queries or for getting a basic query which you can then enhance using the design grid or SQL.


Difference between sql server 2003 sql server 2005?

There is no such thing as SQL Server 2003. Microft released SQL Server 2005 as the next version of SQL Server 2000.


What are SQL data types used for?

There are many purposes behind 'SQL' data types. The most common use of 'SQL' is with website programming and hosting services, as well as HTML coding.