About 334,000 results
Open links in new tab
  1. What are the differences between T-SQL, SQL Server and SQL

    Sep 19, 2013 · Closed 11 years ago. I know enough about SQL to get my job done but reading different articles I see T-SQL, SQL Server and SQL. Are they all the same? What are the …

  2. What is the difference between SQL, PL-SQL and T-SQL?

    SQL is a declarative language to operate on relational data: tables, views, resultsets and similar. It's more or less standardized, and used by almost all relational database management …

  3. Microsoft SQL Server vs. SQL Server Management Studio

    Oct 17, 2016 · What is the difference between Microsoft SQL Server and SQL Server Management Studio (SSMS) and how can I integrate SSMS in Visual Studio 2012 so I can use …

  4. Difference between a User and a Login in SQL Server

    To connect to a specific database on the instance of SQL Server, a login must be mapped to a database user. Permissions inside the database are granted and denied to the database user, …

  5. Function vs. Stored Procedure in SQL Server - Stack Overflow

    In SQL Server, functions and stored procedure are two different types of entities. Function: In SQL Server database, the functions are used to perform some actions and the action returns a …

  6. Difference between Microsoft SQL Server and Microsoft SQL …

    May 12, 2020 · The difference between SQL Server Express vs the regular version, is quite minimal for someone just trying to lean the in's and out's of the product. I have clients that …

  7. SQL Server tables: what is the difference between @, # and

    Feb 8, 2010 · 5 I would focus on the differences between #table and @table. ##table is a global temporary table and for the record in over 10 years of using SQL Server I have yet to come …

  8. I would like to understand better the difference between "sql …

    Oct 15, 2019 · ( I had 0 sql knowledge when I started at my first job so I really cant remember what was the configuration ). So basically, whats the difference between sql server stand …

  9. Differences between MySQL and SQL Server - Stack Overflow

    Aug 14, 2008 · T-SQL translates to Transact-SQL ;) Sql Server includes the language (T-SQL) but it is a software as a whole, with GUI, handling requests locally and through network etc.

  10. sql - What is the difference between MSSQL and TSQL? - Stack …

    Mar 26, 2013 · MSSQL and T-SQL are often thrown around as interchangeable synonyms on the web. I know that T-SQL is a flavor of SQL used in many Microsoft products. Is MS-SQL …