by ray | Nov 11, 2020 | Microsoft SQL
The following example changes the password of login Mary5 to a strong password. ALTER LOGIN Mary5 WITH PASSWORD = ”;
by ray | Nov 7, 2020 | Microsoft SQL
Shrinking a log file to a specified target size SQL Dev servers typically use “Simple” for the Recovery Mode while SQL Prod servers use “Full.” The SQL query below assumes that you are temporarily switching from Full Recovery Mode to Simple and...
by ray | Nov 7, 2020 | Microsoft SQL
When trying to map a database [go to Security > Logins > username > Properties > User Mapping > Select Database > set as db_owner and then okay, I keep on getting the following error message: User, group, or role ‘someuser’ already exists in the current...
by ray | Aug 8, 2016 | Microsoft SQL
I know that Java Database Connectivity (JDBC) doesn’t have much (if anything) to do with PHP, so I apologize in advance if you are tuning in expecting to find something PHP-related. However, I temper my apology with the idea that getting out of your comfort zone is...