The four pillars of SQL Server 2008's enhancements are mission-critical platform, dynamic development, beyond relational data and pervasive business insight. The second and third of these pillars are ...
I have been testing SQL Server 2008 RC0 (Release Candidate Zero) that was made available recently and I must admit I am beginning to like it. Even the new logo is growing on me. There are many new ...
We're looking at running multiple SQL Server instances on a single machine, and I'm curious what the performance implications of such a setup are. For instance, what would be the effective difference ...
SQL Server 2008 R2, which ships this month, allows end users to tap into the powerful business intelligence features of SQL Server via tight integration with popular Microsoft applications like Excel.
There are lots of ways to create MSSQL databases via PowerShell. We could invoke a T-SQL query using the CREATE DATABASE term, we could write some code to use the [Create() method with SMO] or, if ...