Presentation is loading. Please wait.

Presentation is loading. Please wait.

SharePoint enhancements through SQL Server 2008. RSS integration with SharePoint What’s New Elimination of IIS

Similar presentations


Presentation on theme: "SharePoint enhancements through SQL Server 2008. RSS integration with SharePoint What’s New Elimination of IIS"— Presentation transcript:

1 SharePoint enhancements through SQL Server 2008

2 RSS integration with SharePoint What’s New Elimination of IIS http://blogs.msdn.com/bwelcker/archive/2007/12/04/everybody-why-leave- iis.aspx Performance Enhancements – makes fewer calls to the SharePoint Object Model on each report-rendering request Passing SharePoint User Token – new server interface (IRSSetUserToken) allows retrieving of data from a site by using SharePoint credentials Data-driven subscriptions and job management on report servers configured for SharePoint integrated mode Support for Multiple SharePoint Zones

3 RSS 2008 elimination of IIS Better configuration – settings conflicts – application running under the same Application Pool identity was granted full access to the RS catalog. Better resource management – new on-demand processing model to ensure that no report executions will run out of memory Remove adoption blockers – some companies have a policy of not allowing IIS on the same server as SQL Server http://blogs.msdn.com/bwelcker/archive/2007/12/04/everybody- why-leave-iis.aspx

4 Proactive Monitoring Performance Data Warehouse Performance Data Collector

5

6

7

8

9

10

11 Multi-Server Management Gain insight into resource utilization through policy evaluation Manage Servers as groups

12

13

14

15 Multi-Server Management (R2 EE) Provides dashboard and drill down utilization views of instances and applications Gain insight into resource utilization through policy evaluation and analysis of trending instances and applications— streamlining consolidation efforts A new single unit of deployment, Data-tier Application, packages database schema (database, tables, stored procedures, etc)

16

17 Backup Compression Set Backup Compression at the Server Level – all backups including those made with the SharePoint UI or with STSADM will be compressed.

18

19

20

21

22 Database Mirroring Performance improvements Auto recovery of corrupted pages

23 Security Common Criteria Compliance – Residual Information Protection (RIP) – The ability to view login statistics – That column GRANT should not override table DENY

24 Auditing SQL Server Audit was designed with the following primary goals in mind: Enables compliance with security regulations Simple configuration using SQL Server Management Studio First class object that can be created and manipulated by DDL Minimal impact on performance because audit data is stored outside of SQL Server database files

25 Transparent Data Encryption (TDE) TDE operates at the I/O level through the buffer pool. Thus, any data that is written into the database file (*.mdf) is encrypted. All snapshots and backups created by the database will be encrypted by TDE

26 Extensible Key Management (EKM) Allows for key management with third-party enterprise key management products

27 Policy-based Management Define configuration policies and apply them to servers, databases, tables, and other targets Enforce policies proactively, on a scheduled basis, on change, or real-time Apply policies to the groups of servers

28

29

30

31

32

33

34 Resource Governor Control resource utilization (CPU and memory) Ensure mission-critical database workloads are not adversely affected by other database activity

35

36

37 Resource Governor CREATE FUNCTION adhocQueryClassifier() RETURNS SYSNAME WITH SCHEMABINDING AS BEGIN DECLARE @grp_name AS SYSNAME IF (APP_NAME() LIKE '%MANAGEMENT STUDIO%') OR (APP_NAME() LIKE '%QUERY ANALYZER%') SET @grp_name = 'groupAdhoc' RETURN @grp_name END GO

38 Gemini SQL Server 2008 R2 Analysis Services brings large scale data analytics to the Office 2010 desktop, with full SharePoint integration so that you can share and manage your data from SharePoint sites.

39

40 Filestream Data FILESTREAM is a new feature in the SQL Server 2008 release. It allows structured data to be stored in the database and associated unstructured (i.e., BLOB) data to be stored directly in the NTFS file system. You can then access the BLOB data through the high-performance Win32® streaming APIs, rather than having to pay the performance penalty of accessing BLOB data through SQL Server. FILESTREAM maintains transactional consistency between the structured and unstructured data at all times, even allowing point-in-time recovery of FILESTREAM data using log backups. Consistency is maintained automatically by SQL Server and does not require any custom logic in the application.

41 SQL Server Features Summary 1.RSS integration with SharePoint 2.RSS 2008 elimination of IIS 3.Proactive Monitoring (EE) 4.Multi-Server Management (EE) 5.Backup Compression (EE) 6.Database Mirroring (EE) 7.Security (EE) 8.Auditing (EE) 9.Transparent Data Encryption (EE) 10.Extensible Key Management (EE) 11.Policy-based Management 12.Resource Governor (EE) 13.Filestream Data (EE) 14.Gemini (EE)


Download ppt "SharePoint enhancements through SQL Server 2008. RSS integration with SharePoint What’s New Elimination of IIS"

Similar presentations


Ads by Google