In SQL Server, sometimes you do not want anyone to see the contents of an important column in an important table. In such a …
Read More »
In SQL Server, sometimes you do not want anyone to see the contents of an important column in an important table. In such a …
Read More »Assume that the user receiving the error is SCOTT. In this case a checklist should be created for the SCOTT user. You can use …
Read More »You may want to move a database containing “File Stream” data to another disk with the detach attach method. Moving a database containing “File Stream” …
Read More »It is a setting made on windows so that SQL Server can work with higher performance. This setting can be made on Windows Server …
Read More »ERROR : OC4J Configuration issue. <ORACLE_HOME> / oc4j / j2ee / OC4J_DBConsole_ <SERVER> _ <SID> not found. SOLUTION : The passwords of sysman and dbsnmp …
Read More »The problem was that the UNDO table space had several data files in recover mode. SOLUTION : Problematic files are recovered from backup and …
Read More »We mentioned the Contained Database in our article titled “How To Move Logins To Another Instance (sp_help_revlogin)“. A Contained Database is a type of …
Read More »If you do not use a contained database, you must also move your logins when you move the database to another instance. You can …
Read More »This error is taken when the archive log target directory is filled in databases that are in archive log mode. SOLUTION: As a solution, …
Read More »From the Security tab, right-click on Logins and click on new login. In the window that opens, we give a name to Login from …
Read More »