Archive
Archive for the ‘SQL Server 2008’ Category
SELECT * Vs SELECT Column Name in SQL Server Query
September 2, 2012
4 comments
People always keep saying do not use SELECT * exercise SELECT <column names> instead. But no one put more light on this and this becoming myth in SQL Server and other database management systems. Here are couple of reasons why should we avoid SELECT * and go with SELECT <column names>
Categories: SQL, SQL Server, SQL Server 2008, SQL Server 2008 R2
SELECT *, SELECT * Vs Column Names
Connect Analysis Services 2008/2005 from Different Domain Use
January 15, 2011
Leave a comment
In one of my project I was working with Remote client. Basically, SQL Server 2008 Analysis Services Objects were available at Remote server. Me & my team were developing Reports on that SSAS with SQL Server 2008 Reporting Services. Read more…
Categories: Business Intelligence, SQL Server 2008, SSAS
different domain, ssas