Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising

Autonomous Transaction in oracle

Autonomous Transaction in oracle An autonomous transaction is an independent transaction started by another transaction called as main transaction. It let you allow to execute various DML statements, commit and rollback without commiting or rolling back...

Read more

Advertising

SQL Server backups

Backup's =========== full:: backup database dbname to disk='path' Differential:: backup database dbname to disk='path'with differential log:: backup log dbname to disk='path' mirror:: backup database dbname to disk='path' mirror backup database dbname...

Read more

Track the growth of a database

Frequently you want to know how fast your database has been growing. Based on the backup history we can get a rough outline of the growth of a database, over time, from the msdb..backupset table. This query will give the size of the backup, every time...

Read more

Advertising

DAC IN SQL SEREVR

SQL Server provides a dedicated administrator connection (DAC). The DAC lets an administrator access a running server to execute diagnostic functions or Transact-SQL statements, or to troubleshoot problems on the server, even when the server is locked...

Read more

SQL Server Agent roles?

What are the differences in the SQL Server Agent roles? SQLAgentUserRole Ability to manage Jobs that they own SQLAgentReaderRole All of the SQLAgentUserRole rights The ability to review multiserver jobs, their configurations and histor SQLAgentOperatorRole...

Read more

Advertising

SQL DB Security

SQL Server Database Security :--- ------------------------------------------------ Database roles (also referred to as database-level roles) are security roles that exist on a database level, as opposed to the server level. If you are familiar with any...

Read more

<< < 10 11 12 13 14 15 16 17 18 19 20 30 40 > >>