Hello, this is Laura Lee Rose – author of the business and time management books TimePeace: Making peace with time – the The Book of Answers: 105 Career Critical Situations – and I am a business and efficiency coach that specializes in time management, project management and work-life balance strategies. A busy professional has this question regarding his professional career....
SQL Server
Troubleshooting Upgrading to SQL Server 2016
Troubleshooting Upgrading to SQL Server 2016 Should you have problems with upgrading to SQL Server 2016, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To upgrade to SQL Server 2016, you should have the following hardware: – Intel or compatible platform with processor speed: 1.4 GHz minimum for a 64-bit x64 2.0 GHz or faster...
What Stops People from Starting a Business?
Hello, this is Laura Lee Rose – author of the business and time management books TimePeace: Making peace with time – the The Book of Answers: 105 Career Critical Situations – and I am a business and efficiency coach that specializes in time management, project management and work-life balance strategies. A busy professional has this question regarding to starting a...
Troubleshooting SQL Server 2016 installation
Troubleshooting SQL Server 2016 installation If you have problems with SQL Server 2016 installation, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To install SQL Server 2016, you should have the following hardware: – Intel or compatible platform with processor speed: 1.4 GHz minimum for a 64-bit x64 2.0 GHz or faster recommended – Memory...
Database Recovery Methods Part 7
Database Recovery Methods Part – 7 Recovery Methods Based On Instant Update In these methods, at the time when a transaction executes an update command, the database can be updated “instantly,” without any necessity to wait for the transaction to reach its commit point. In these methods, however, an update process should be logged in the log (on disk) before...
How to Manage Multiple Web Projects with a Deadline?
Hello, this is Laura Lee Rose – author of the business and time management books TimePeace: Making peace with time – the The Book of Answers: 105 Career Critical Situations – and I am a business and efficiency coach that specializes in time management, project management and work-life balance strategies. A busy professional has this question regarding project management: How...
Some useful undocumented SQL Server 2016 extended stored procedures
Some useful undocumented SQL Server 2016 extended stored procedures In this article, you can find the description of some useful undocumented SQL Server 2016 extended stored procedures. xp_enum_oledb_providers This extended stored procedure can be used to get the list of all available OLE DB providers. It returns Provider Name, Parse Name and Provider Description. Syntax: EXECUTE xp_enum_oledb_providers To get a...
Database Recovery Methods Part 6
Database Recovery Methods Part – 6 Postponed Update with Simultaneous Execution in a Multi User Setting For multi user systems with concurrency control, the recovery procedure might be a bit more difficult, depending on the protocols castoff for concurrency control. In a lot of circumstances, the concurrency control as well as recovery processes are interconnected. In overall, the greater the...
What’s the Best Approach to Setting the Right Priorities?
Hello, this is Laura Lee Rose – author of the business and time management books TimePeace: Making peace with time – the The Book of Answers: 105 Career Critical Situations – and I am a business and efficiency coach that specializes in time management, project management and work-life balance strategies. A busy professional has this question regarding time management: How...
Troubleshooting SQL Server 2016 Bulk Copy Problems
Troubleshooting SQL Server 2016 Bulk Copy Problems If you have problems with SQL Server 2016 bulk copy, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 bulk copy bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the...
