What is a Temporal Database?
Temporal Databases stores information about states of the real world across time. Temporal Database is a database with built-in support for handling data involving time.
Temporal Databases stores information about states of the real world across time. Temporal Database is a database with built-in support for handling data involving time.
Vehicle control system using the Hybrid VANET is a very reliable and efficient solution than any of the existing methods to prevent road accidents.
Here is how to get the day of week In SQL Server. We will see couple of inbuilt functions to get the day of week.
CONCAT_WS() is a new function introduced in SQL Server 2017. Here is the details on using CONCAT_WS() to concatenating strings with separator.
TRIM() Function In SQL Server 2017 and equivalent custom made TRIM UDF in 2016 and older versions ti trim the spaces at the starting and ending of a string.
Difference between union and union all. Performance comparison of union vs union all and identifying the best one to use and the scenarios to use them.
SSMS for SQL Server 2016 and higher. Installing SQL Server Management Studio Release 15 and higher for SQL Server 2008 or higher.
Similarities, differences usage of char vs varchar. Differences and similarities between char and varchar data types In SQL Server.
Similarities, differences, advantages and disadvantages of nchar vs char. Differences and similarities between char and nchar data types In SQL Server.
Similarities, differences, advantages and disadvantages of nvarchar vs varchar. Differences and similarities between varchar and nvarchar data types In SQL Server.
How to move database to emergency mode in SQL Server. For repair and troubleshooting purpose you may need to set the status of database to emergency.
Differences between taking database offline, detaching it and moving it to emergency mode in SQL Server? Offline Vs Detach Vs Emergency in table format.
Simple method to detach and attach database in SQL Server. T-SQL method and SSMS method to detach an database and attach it back.
How to bring back an SQL Server database online? Simple methods for bringing database online state using transact-SQL or SSMS.
How to take an SQL Server database offline? Simple methods to bring a MSSQL database to offline state using transact-SQL or management studio.
Difference between Temp Table, Table Variable and CTE in SQL Server. Temp Table vs Table Variable vs CTE and their usage.
How to setup a website or blog using Wordpress with GoDaddy? A beginners guide on setting up a website or blog using WordPress CMS on GoDaddy Hosting.
Difference between function and stored procedure in SQL Server. Here you have a comparison table on Function vs Stored Procedure.
Choosing, downloading and installing (restoring) Wide World Importers Sample Database for SQL Server for training purpose. What is WideWorldImporters?
Choosing, downloading and installing (restoring) AdventureWorks Sample Database for SQL Server 2014 for training purpose. What is AdventureWorks?