Search Results

0
votes
3answers
546 views

Static Port Assignment in SQL Server 2008 Does not save

I have two named instances of SQL Server 2008 and am trying to set static ports for each instance. I open the SQL Server Configuration Manager _> expand "SQL Server Network Configuration" -> click …
1
vote

Anyone know of any good Database Diff tools?

As far as I'm concerend you cannot beat Red-Gate SQL compare. They have a 14 day trial so you can check out what the product can do. They also have a data compare product that will compare the d …
1
vote

Learning Anaysis Services

My personal favorite book on the topic is Microsoft SQL Server 2005 …
5
votes

Solutions for INSERT OR UPDATE on SQL Server

In SQL 2008 you can use the MERGE statement …
0
votes

Static Port Assignment in SQL Server 2008 Does not save

Turns out the problem was that my account wasn't a local admin on the machine. I'm a sysadmin on the SQL Server so I assumed it would work. The frustrating thing is that the interface did …
3
votes

Best practice for running SQL Server reporting services. Should I run on the database or web server?

Depends... The reporting services rendering is fairly processor intensive so you need to keep that in mind. Typically if I'm designing a system with heavy load or throughput requirements I …