Feeds:
Posts
Comments

Archive for the ‘SSRS’ Category

SQL Server 2008 introduced new spatial data types including a geography type that can be used to store latitude and longitude coordinates.  The new map feature in SQL Server Reporting Services 2008 R2 works with the geography type as well as with state abbreviations, state names, or state numbers.  The built-in map feature allows you [...]

Read Full Post »

Discover the true power of Business Intelligence at the Microsoft Business Intelligence Conference at Tech·Ed North America. Come and see how Microsoft can help you design, build and deploy robust Business Intelligence applications for everyone in your organization while controlling costs. It is the single best place to get the latest business strategy, product information, [...]

Read Full Post »

Business Intelligence Development Studio (BIDS) is the IDE from Microsoft used for developing data analysis and Business Intelligence solutions utilizing the Microsoft SQL Server Analysis Services, Reporting Services and Integration Services. It is based on the Microsoft Visual Studio development environment but customizes with the SQL Server services-specific extensions and project types, including tools, controls [...]

Read Full Post »

Recently we came across a job offering for a “SQL Server Reporting Services Consultant”. Thought of sharing the roles & responsibilities of that position with you all. Here goes the list Qualifications & Experience: Three or more years experience in relational database design and development using SQL Server is required. One or more years experience [...]

Read Full Post »

The following code snippet can be used to get the access history of a MS Dynamics CRM 4.0 Report.   SELECT  C.Name       ‘Report_GUID’ ,CASE  WHEN   ((PATINDEX(‘%CRM_FormatDate=%’, E.Parameters)- (PATINDEX(‘%CRM_FullName=%’, E.Parameters) + 14 )) > 0) THEN   SUBSTRING(E.Parameters,(PATINDEX(‘%CRM_FullName=%’, E.Parameters)+13),               (PATINDEX(‘%CRM_FormatDate=%’, E.Parameters)- (PATINDEX(‘%CRM_FullName=%’, E.Parameters) + 14 )))          END    ‘UserName’ ,E.TimeStart ,E.TimeEnd    ,E.Status   FROM [...]

Read Full Post »

Introduction to BI
Avoiding common problems with corporate databases
A walk through the Microsoft BI stack
Building a simple solution

Read Full Post »

Follow

Get every new post delivered to your Inbox.