Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former.

Browse by Tags

All Tags » SQL Server Management Studio
Enabling Mixed Mode Authentication in SQL Server
I recently needed to enable Mixed Mode Authentication on a SQL Server instance, so I will demonstrate how to go about setting this up. It is a pretty easy process, but I figure I'll document it nicely here. Perhaps I will come back to this later to reference Read More...

by Brendan | 0 Comments

SQL Server Client Tools Installation
A while back I blogged about how to install sql server management studio , and it got a reasonable amount of feedback. More recently, Steve Smith posted a response to it where he highlights a better way of installing Management Studio . The method I outlined Read More...

by Brendan | 1 Comments

Copying Data From SQL Server Management Studio
I often write queries in SQL Server Management Studio to find different bits of information about which I am curious. This is quite easy and I discover a lot of useful and interesting things this way. You might ask why I am writing this blog post. I'll Read More...

by Brendan | 4 Comments

Installing SQL Server Management Studio with SQL Server
Update (24 March 2008): Steve Smith found a more reliable solution to install the SQL Server Client Tools . Once in the tools folder open the setup folder and in there is a SqlRun_Tools.msi file. If you run that it should actually install SSMS. When I Read More...

by Brendan | 14 Comments