Archive for the ‘MSSQL’ Category
How to create a SQL Server Agent Job (Transact-SQL) – with only needed fields
In this post you will see two major sections: I. Detailed description for every needed field in system stored procedures. II. Full working example related to above description. Here you need only to replace the names if the default configuration is suitable.
Installing Oracle Business Intelligence Enterprise Edition (OBIEE) 11g prerequisites
There are a few steps to complete before you can start with OBIEE 11g installation. This demo describes the steps required on a Windows system and requires
The Repository Creation Utility (RCU)
RCU is used to install certain schemas in a database that are required by Fusion Middleware products like Oracle Business Intelligence. Accepted database types are Oracle Database, IBM DB2 and Microsoft SQL Server. The steps required to run RCU
Quick note on Microsoft SQL transaction log file
Every MS SQL Server database consists of at least two physical operating system files and these files are specified when a database is created or altered. One and possibly more (secondary files) are used for the data (as well as indexes and allocation pages) and one for the transaction log.
What to do when you need to import a large MSSQL database dump inside a virtual machine and you have no sufficient space?
It is a good idea to hold your database server inside a virtual machine and run it only if needed. This will save the memory space from being loaded with running services when you don’t need them. But what if you need to import a large database dump file and there is no sufficient space [...]


Tags: 


