Search
Categories
Tags
- Adobe
- backup
- benchmark
- Cat 5e
- CMSs
- computers
- css
- disk
- diy
- exchange
- Fireworks
- home
- html
- IE6
- Installation
- IT
- KVM
- LAN
- mssql
- MySQL
- network
- project
- publish
- router
- sharepoint
- Software
- static
- student
- SVN
- upc
- USB
- video
- virtualbox
- vista
- VM
- VPS
- windows
- windows 7
- windows7
- Windows XP
- woodwork
- wordpress
- xhtml
- xp
Tag Archives: mssql
SQL Drill – Excel Add-In for building and running SQL queries
About SQL-Drill Building complex SQL queries for a particular database can take some time and effort. SQL-Drill is a simple Excel Add-in which can connect to a SQL Server or MySQL Database, show all the tables, and allow you to … Continue reading
Posted in Uncategorized
Tagged mssql, MySQL
Comments Off on SQL Drill – Excel Add-In for building and running SQL queries
Allow Domain Admin to Login to SQLServer & have full Access
For some reason when SQLServer 2008 was installed/setup, admins were not added. Therefore when trying to login via SQL Management Studio, an error was obtained: Login failed for user “username”. (Microsoft SQL Server, Error: 18456) I also didn’t know the … Continue reading
Find all MSSQL Instances running, Connect and show Version
The diagram below, shows how you can use SQL Management Studio to connect to all instances of SQLServer running on your computer (as indicated in the Services list) and run a simple query to find out the exact version and … Continue reading
SQL Activity Monitor – Debug high CPU Usage for SQL Server
START -> All Programs -> Microsoft SQL Server 2008 R2 -> SQL Server Management Studio Connect as normal and right-click on the SQL Server (top left) and go “Activity Monitor”. The Activity Monitor will show the queries been run, the … Continue reading