(Manoj Pandey) With SQL Server 2016 now you can configure the number of TempDB Database Files during the installation of a new Instance. While installation process in the Database Engine Configuration page you will see an extra option to set number of TempDB files.
Tag: sql server
SQL Server 2016 Stretch Database
(derekewilson) One of the features in SQL Server 2016 that you will want to explore is the ability to store your historical data in the Azure cloud.
Ignore a warning on a dacpac reference at your peril
(Ed Elliott) I worked on a project where we had two SSDT projects with different versions of SQL, one 2012 and one 2008. The 2012 project referenced the 2008 project as a “this database” reference and while this seemed like it worked, the reference in solution explorer had a little warning sign and
Configure multiple TempDB Database Files while installing SQL Server 2016 (new feature)
(Manoj Pandey) With SQL Server 2016 now you can configure the number of TempDB Database Files during the installation of a new Instance. While installation process in the Database Engine Configuration page you will see an extra option to set number of TempDB files.
Obtaining a List of SQL Server Databases
(Richard Carr) SQL Server includes a number of system stored procedures that allow information to be obtained about the server or instance. One useful stored procedure is sp_Databases, which returns a list of the available databases.
Convert Int to String
(Derek Dieter) There are two different functions that can be used when converting an integer to a string. One is CAST and the other is CONVERT. Either of these functions can be used with the exact same result when converting to a string.
SQL SERVER – FIX – Property IsLocked is Not Available for Login
(Pinal Dave) I play and experiment with SQL Server to the max. Sometimes I am not sure what I did and I land into something undesired. Then the reason to troubleshoot starts and I get to learn something new.
Obtaining a List of SQL Server Databases
(Richard Carr) SQL Server includes a number of system stored procedures that allow information to be obtained about the server or instance. One useful stored procedure is sp_Databases, which returns a list of the available databases.
Convert Int to String
(Derek Dieter) There are two different functions that can be used when converting an integer to a string. One is CAST and the other is CONVERT. Either of these functions can be used with the exact same result when converting to a string.
SQL SERVER – FIX – Property IsLocked is Not Available for Login
(Pinal Dave) I play and experiment with SQL Server to the max. Sometimes I am not sure what I did and I land into something undesired. Then the reason to troubleshoot starts and I get to learn something new.
