filmov
tv
Change SQL Compatibility level | sql server database migration

Показать описание
This video talks about
Change SQL Compatibility level
sql server database migration
sql backward compatibility issues
SELECT NAME, COMPATIBILITY_LEVEL FROM SYS.DATABASES;
ALTER DATABASE [Test_DataBase]
SET COMPATIBILITY_LEVEL =130
******************************************
SQL Version DB Engine Ver Default Compatibility Supports
SQL 2019 15 150 150, 140, 130, 120, 110, 100
SQL 2017 14 140 140, 130, 120, 110, 100
SQL 2016 13 130 130, 120, 110, 100
SQL 2014 12 120 120, 110, 100
SQL 2012 11 110 110, 100, 90
SQL 2008 R2 10.5 100 100, 90, 80
SQL 2008 10 100 100, 90, 80
SQL 2005 9 90 90, 80
SQL 2000 8 80 80
***************************************
MSBI Opportunities/Jobs and Packages
Please watch and subscribe for more videos..
#SQLMSBI
************
SQL DBA Tutorials | SQL DBA Interview Questions..
********************************
Top Procedure Interview questions in SQL Server?????
Please watch and subscribe for more videos.....
*************************
What are the top SQL Query Interview Questions ?????
Please watch and subscribe for more videos..
#SQLMSBI
************
how to compare sql databases | sql db Comparison | compare two databases of sql | sync sql databases
*********
How to create and access linked server in SQL Server?
*********
Log shipping in SQL Server |Sql log shipping Configuration |sql disaster recovery
**************
Object Level Permissions in SQL | Permission to specific tables to user | sql login create and error
*************
how to add Multiple Schedules to SQL JOB | one job with multiple schedules | sql create job custom schedules
**************
***********
find sql port number | sql port issues | change port of sql server | dynamic port in sql
**********
Why do we need port number of SQL Server?
**************
*********
SQL job history is missing | How to check sql agent job history
***********
How to identify long running queries in SQL server ??
How to identify blocking queries in SQL server ??
#SQLMSBI
***************
Last Value function in sql | sql last_value examples
*************
How to apply Pivot in sql server???
*********
What is Unpivot in sql server???
*************
Dynamic Pivot function in SQL Server
***********
Dynamic sql in sql server | dynamic queries in sql server | sql execute function
******
Debugging Techniques in SQL Server | Sql queries debugging
***********
Stored Procedure debugging in sql | sql debugging stored procedures
**************
How to use Dynamic SQL in Stored Procedure
**********
Start sql job at specific step | create sql job | sql job starts
**************
Attach and Detach database in SQL Server | copy databases in sql server | sql attach database
**************
How to rename database in sql server | SQL rename database examples | sql alter database name
************
How to generate scripts of complete database in sql | sql scripts for all objects
*************
sql automate database backups in one shot| Schedule SQL Database backup
*************
Automated backups cleanup in sql | sql old backups cleanup | Maintenance plans in sql
***************
Move data files to another drive in sql | move mdf files to other drives in sql | sql dba tutorials
***************
Change SQL Compatibility level
sql server database migration
sql backward compatibility issues
SELECT NAME, COMPATIBILITY_LEVEL FROM SYS.DATABASES;
ALTER DATABASE [Test_DataBase]
SET COMPATIBILITY_LEVEL =130
******************************************
SQL Version DB Engine Ver Default Compatibility Supports
SQL 2019 15 150 150, 140, 130, 120, 110, 100
SQL 2017 14 140 140, 130, 120, 110, 100
SQL 2016 13 130 130, 120, 110, 100
SQL 2014 12 120 120, 110, 100
SQL 2012 11 110 110, 100, 90
SQL 2008 R2 10.5 100 100, 90, 80
SQL 2008 10 100 100, 90, 80
SQL 2005 9 90 90, 80
SQL 2000 8 80 80
***************************************
MSBI Opportunities/Jobs and Packages
Please watch and subscribe for more videos..
#SQLMSBI
************
SQL DBA Tutorials | SQL DBA Interview Questions..
********************************
Top Procedure Interview questions in SQL Server?????
Please watch and subscribe for more videos.....
*************************
What are the top SQL Query Interview Questions ?????
Please watch and subscribe for more videos..
#SQLMSBI
************
how to compare sql databases | sql db Comparison | compare two databases of sql | sync sql databases
*********
How to create and access linked server in SQL Server?
*********
Log shipping in SQL Server |Sql log shipping Configuration |sql disaster recovery
**************
Object Level Permissions in SQL | Permission to specific tables to user | sql login create and error
*************
how to add Multiple Schedules to SQL JOB | one job with multiple schedules | sql create job custom schedules
**************
***********
find sql port number | sql port issues | change port of sql server | dynamic port in sql
**********
Why do we need port number of SQL Server?
**************
*********
SQL job history is missing | How to check sql agent job history
***********
How to identify long running queries in SQL server ??
How to identify blocking queries in SQL server ??
#SQLMSBI
***************
Last Value function in sql | sql last_value examples
*************
How to apply Pivot in sql server???
*********
What is Unpivot in sql server???
*************
Dynamic Pivot function in SQL Server
***********
Dynamic sql in sql server | dynamic queries in sql server | sql execute function
******
Debugging Techniques in SQL Server | Sql queries debugging
***********
Stored Procedure debugging in sql | sql debugging stored procedures
**************
How to use Dynamic SQL in Stored Procedure
**********
Start sql job at specific step | create sql job | sql job starts
**************
Attach and Detach database in SQL Server | copy databases in sql server | sql attach database
**************
How to rename database in sql server | SQL rename database examples | sql alter database name
************
How to generate scripts of complete database in sql | sql scripts for all objects
*************
sql automate database backups in one shot| Schedule SQL Database backup
*************
Automated backups cleanup in sql | sql old backups cleanup | Maintenance plans in sql
***************
Move data files to another drive in sql | move mdf files to other drives in sql | sql dba tutorials
***************
Комментарии