SQL Server

 Pages: 1 | 2 | 3
< Previous
SharePoint Resources arranged by category

Rating

SQL Server Editions

Posted by sladescross on January 2, 2012

SELECT SERVERPROPERTY(‘ProductVersion’) AS ProductVersion, SERVERPROPERTY(‘ProductLevel’) AS ProductLevel, SERVERPROPERTY(‘Edition’) AS Edition GO ... [read more]

Rating

Do you want to know which version of SQL server you’re running?

Posted by Aage Andre on February 23, 2011

Connect to SQL Server management studio and run: SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition') You should... [read more]

Rating
 

Setup SSRS in SharePoint Integrated Mode - Steve's SQL Server Blog

Posted by Steve on April 5, 2011

Open the SharePoint Central Administration website. Choose Application Management > Manage web applications. Click the New button in the ribbon. This will bring... [read more]

Rating

Building a SharePoint Development Environment on Windows 7 - MOSS Blog

Posted by System Account on June 30, 2009

SQL Server VSS Writer. Windows SharePoint Services Administration. Windows SharePoint Services Search (only if this is installed using Central Administration). ... [read more]

Rating

Building a SharePoint Development Environment on Windows 7 - MOSS Blog

Posted by System Account on June 30, 2009

SQL Server VSS Writer. Windows SharePoint Services Administration. Windows SharePoint Services Search (only if this is installed using Central Administration). ... [read more]

Rating

Installing SharePoint 2010

Posted by SharePoint Administration on March 19, 2011

Database (MS SQL Server) Role: SharePoint uses Sql server to store content of SharePoint web applications. Application role: SharePoint Central Administration s... [read more]

Rating

SSRS Sharepoint List Reporting

Posted by sladescross on March 23, 2011

http://technet.microsoft.com/en-us/magazine/ff686706.aspx Native List Reporting SQL Server 2008 R2 Reporting Services now supports SharePoint lists as a data so... [read more]

Rating

Column Level Security

Posted by sladescross on October 16, 2010

http://technet.microsoft.com/en-us/library/cc966395.aspx#XSLTsection129121120120 SQL Server 2005. ... [read more]

Rating

SQL NOEXPAND and Indexed Views

Posted by sladescross on September 27, 2010

http://www.databasejournal.com/features/mssql/article.php/10894_2119721_4/Indexed-Views-Basics-in-SQL-Server-2000.htm At the start if the article I mentioned th... [read more]

Rating

SSIS Package Deployment

Posted by sladescross on February 1, 2012

http://msdn.microsoft.com/en-us/library/ms137592.aspx Package deployment for SQL Server 2008. http://msdn.microsoft.com/en-us/library/ms365329.aspx Tutorial dep... [read more]

 Pages: 1 | 2 | 3
< Previous