In focus
What is DbTalks
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Learn
News
ARTICLES
BOOKS
Contribute
An Article
A News
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Search
Any Word
Exact Word
Content Filter
Articles
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Search
SQL Server
Sort By
Latest First
Oldest First
Most Viewed
No data found.
String Functions In SQL Server: Part One
Apr 18, 2016.
In this article you will learn about string functions in SQL Server. This is Part One of the series.
How To Find Out Failed Login Attempt In SQL Server
Apr 14, 2016.
In this article you will learn how to find the last login attempt with incorrect password in SQL Server.
How To Create Credential In SQL Server
Apr 06, 2016.
In this article we will learn to create credential in SQL Server. A credential is a record having the information of authentication which is required to connect to a resource outside the SQL Server.
How To Delete Data In SQL Server 2014
Apr 06, 2016.
In this article, we will learn how to delete data in a table in SQL Server 2014. We will also check whether any data is available in our table or not.
What Is SQL Server R Services
Mar 30, 2016.
This article describes what Microsoft SQL Server R Services is.
SQL Server 2014 Installation Steps
Mar 24, 2016.
This article provides a step-by-step procedure for installing a new instance of SQL Server 2014 Enterprise Edition by SQL Server setup installation wizard.
Introduction To SisoDB
Mar 21, 2016.
In this article you will learn about the basics of SisoDB. SisoDb is a schema-less document-oriented provider for SQL Server.
Backup And Recovery In SQL Server
Mar 11, 2016.
In this article we will discuss the backup and recovery option in SQL Server.
Basic Functions Of SQL Server 2014
Mar 11, 2016.
In this article we will discuss the functions of SQL Server 2014.
Migrate To SQL Server 2016
Mar 10, 2016.
How to upgrade and migrate your existing SQL Server database to SQL Server 2016.
Search
About
sql server
SQL Server
is Relational database management system which is developed by the Microsoft. It is a full featured databse primarily designed to compete against competitors Oracle Database and MySQL and
SQL Server
supports ANSI SQL same as all major RBDMS, SQL Server which are the standard SQL language.
SQL Server
also contains T-SQL with own SQL implemention.
SQL Server
Management Studio previously known as Enterprise Manager which is SQL Server"s main interface tool, and it supports 32-bit and 64-bit environments. Enterprise: Designed for large enterprises with complex data requirements, data warehousing and Web-enabled databases. Has all the features of
SQL Server
, and its license pricing is the most expensive. Standard: Targeted toward small and medium organizations. No size or user limits and may be used as the backend database for small Web servers or branch offices and Free for distribution. Has the fewest number of features and limits database size and users. May be used as a replacement for an Access database.