Sign in
Jason's Technical Topics
A collection of technical situations and solutions I've run across while using SQL Server, focusing on SQL Analysis Services, SQL Integration Services, and plenty of other random topics.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
March, 2011
Search
Tags
404.3
Analysis Services
Backup Restore
Blocking
Error
ErrorMessage
Excel 2010
ForceCommitTimeout
Integration Services
Locks
MDS
OLAP
PowerPivot
Processing
Security
SQL Server 2005
SQL Server 2008
SQL Server 2008 R2
SQLProfiler
SSAS
SSIS
Timeout
Visual Studio 2010
VSTA
VSTFS
Monthly Archives
Archives
March 2013
(1)
February 2013
(1)
December 2012
(1)
November 2012
(1)
September 2012
(2)
August 2012
(1)
July 2012
(1)
June 2012
(2)
December 2011
(1)
August 2011
(1)
March 2011
(2)
February 2011
(1)
October 2010
(3)
September 2010
(1)
August 2010
(3)
March 2010
(1)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jason's Technical Topics
What are the @OlapEvent queries hanging around in my SQL Server?
Posted
over 2 years ago
by
Jason H - SQL
0
Comments
If you look at current activity in SQL Server 2005 or 2008 or 2008 R2, you may notice some some sessions coming from Analysis Services where last_wait_type is TRACEWRITE. For example, when you query like this: SELECT * FROM sys.dm_exec_requests; SELECT...
Jason's Technical Topics
What permissions are needed to create new objects in an Analysis Services database?
Posted
over 2 years ago
by
Jason H - SQL
1
Comments
To make a new dimension or any object in an SQL Server 2008 Analysis Services database, the user must be in a role that has “Full control ( Administrator)” permissions. I confirmed this by breaking my role, getting an error, and researching the...
Page 1 of 1 (2 items)