Microsoft programmers are always very particular on their way of approaching problems. Since they are the "biggest" software developers in…
-
-
We had a database in MS SQL 2000 server. The server/database was configured NOT to use recursive triggers.
-
Firebird SQL Server has always been a "proper" database system since it forked from Borland's famous Interbase. I just love…
-
Sometimes I need to have a quick way of transferring data from one database to another running on a separate…
-
Backup/restore databases: After the restore, you must revoke (sp_revokelogin) and grant access (sp_grantlogin) to users again, esp. if you are…