To create a password, stay paranoid and trust no one. This page you can copy it and run offline to create new strong password. You can check your password. This source to create password is nice, but they force you to use their web site, you can “not” copy it. http://passwordsgenerator.net/
This article is nice ( we have a little bug ) , and the SQL script is not execute-safe (if you run twice, you have errors ). It is for a specific database, when you need to save all SQL Server, you must run for each database. 1 2PRINT '-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --' 3PRINT '-- SQL Security...
SQL Server does not help to easily determine the dependencies between tables. This research presents the parent table and the child tables and columns used. https://msdn.microsoft.com/en-us/library/ms179610.aspx http://stackoverflow.com/questions/925738/how-to-find-foreign-key-dependencies-in-sql-server well, however,...