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
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

Numbering the Rows Returned from a SQL Query
Outside of SQL it would be quite easy to number the rows returned from query, but to do so inside of the SQL is a bit more difficult. I recently wanted to be able to number the rows returned from a query in a stored procedure. I am using SQL Server 2000, Read More...

by Brendan | 0 Comments

Filed under: , ,

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