Search Results

0
votes
1answer
107 views

SSAS 2008 Account provision

During SSAS 2008 installation the Account provisioning tool comes up and you can select the current Windows user (or other windows user). However that account was deleted prior to adding another u …
0
votes
1answer
167 views

SSRS 2008 Displaying Date Datetype correctly

I'm using SQL 2008 and SSRS 2008: CREATE TABLE [dbo].[DimDates]( [pkDateID] [int] NOT NULL, [FullDate] [date] NULL, [DayNumberOfWeek] [tinyint] NULL, [DayNameOfWeek] …