• Home
  • RMAN
  • Database
    • Data Guard
    • Data Pump
    • Performance Tuning
    • Security
    • General
  • Enterprise Manager
    • Grid Control 11g
    • Cloud Control 12c
  • Middleware
    • APEX
    • Application Server
    • Forms & Reports
    • WebLogic Server
  • OS
    • Linux & UNIX
    • Windows
    • VirtualBox
  • SQL Server
  • MongoDB
  • About Me
Home » Archive for category "SQL Server"

Category Archives: SQL Server

Cannot show requested dialog. (SqlMgmt) Property Owner is not available…

Posted on April 16, 2014 by Garth

I hit the following issue this morning when I tried viewing the properties of a SQL Server database using SSMS: Microsoft SQL Server Management Studio Cannot show requested dialog. ADDITIONAL INFORMATION: Cannot show requested dialog. (SqlMgmt) Property Owner is not available for Database ‘[databasename]’. This property may not exist for this object, or may not

Read More…

Posted in SQL Server | Tags: owner, sp_changedbowner, sql server | 3 Comments |

Which SQL Server instance is consuming all my CPU/memory?

Posted on March 21, 2014 by Garth

For anyone running Windows 2008 (or above), you can simply add the “Command Line” column to the Task Manager view. From there, the instance name will follow the “-s” startup option, for example: C:\…\Binn\sqlservr.exe” –sPREPROD If you’re on Windows 2000/2003 then it’s not quite as straight forward. You can either get the Process ID from

Read More…

Posted in SQL Server | Tags: cpu, instance, memory, performance, sql server | Leave a comment |

Moving the system databases in SQL Server 2000

Posted on March 19, 2014 by Garth

The following post provides step by step instructions for moving each of the SQL Server 2000 system databases, one by one, from one location to another, on the same server.  These system databases being: master model msdb tempdb In this case, I need to move all of these system databases from E:\MSSQL\MSSQL\Data to D:\MSSQL\Data For the model and

Read More…

Posted in SQL Server | Tags: 2000, master, model, msdb, sql server, system, tempdb | 10 Comments |

Using SQL Developer to connect to SQL Server databases

Posted on October 1, 2013 by Garth

Apparently, being able to use Oracle’s SQL Developer to connect to SQL Server databases has been around for a while (via third party drivers), but I only started using it today for the first time, with SQL Developer 4 EA2 after my colleague mentioned it to me this afternoon 🙂 First of all, thanks to

Read More…

Posted in SQL Server | Tags: jtds, sql developer, sql server, sybase | 21 Comments |

Enabling and configuring Database Mail in SQL Server using T-SQL

Posted on April 25, 2013 by Garth

Having had to run through this process again recently, I thought I’d tidy up my notes on all of this, and put together a proper how-to post 🙂 When SQL Server 2005 was released, the added functionality of Database Mail came with it, giving us the ability to use SMTP to send email from SQL Server

Read More…

Posted in SQL Server | Tags: 2000, 2005, 2008, database, mail, notifications, smtp, sql server | 23 Comments |

Enabling xp_cmdshell in SQL Server 2005 onwards

Posted on December 22, 2012 by Garth

This procedure has been disabled from SQL Server 2005 onwards, when the ‘Surface Area Configuration’ tool was introduced as part of security enhancements within SQL Server. SQL Server blocked access to procedure ‘sys.xp_cmdshell’ of component ‘xp_cmdshell’ because this component is turned off as part of the security configuration for this server. A system administrator can

Read More…

Posted in SQL Server | Tags: disable, enable, sql server, xp_cmdshell | 1 Comment |

How to repair a SQL Server 2005/2008 database in suspect mode

Posted on November 2, 2011 by Garth

This can happen following things like hardware failure, power outages, database files being locked by the Operating System (Anti-Virus, backup software etc.) or actual corruption of the database. Attempting the repair procedure below is really a last resort.  If you have good and recent backups, then if at all possible I would perform point-in-time recovery of

Read More…

Posted in SQL Server | Tags: recovery, repair, sql server, suspect mode | 6 Comments |

Archived

Popular Posts

  • Restoring a MongoDB document from the oplog
  • PLS-00801: internal error [hshuid:LU invalid] when compiling a package body
  • OTN Appreciation Day : Oracle Reports Server Job Queue Monitoring
  • Configuring Oracle Reports Server Job Queue Monitoring
  • Data Guard "CORRUPTION DETECTED: In redo blocks starting at block..." issues

External Links

  • SQL Formatter
  • Oracle Live SQL
  • SQL Fiddle
  • ASH Viewer
  • MOS
  • Oracle Forum
  • Oracle Base
  • Oracle FAQ
  • Oracle Articles
  • Rob Zoeteweij’s EM Blog
Copyright © 2020 SnapDBA.com