Viewing 15 posts - 16 through 30 (of 65 total)
sorry the table creation script is bit wrong, it should have been float instead of int.
Create table Sales
(
Id int identity (1,1),
OrderID int,
ProductName varchar(50),
July 17, 2017 at 4:03 am
GilaMonster - Thursday, June 22, 2017 4:48 AMCan you post the execution plan please? Actual plan, not estimated.
Hi,
I am glad for your...
June 22, 2017 at 5:35 am
June 22, 2017 at 4:24 am
Maybe this will help...
February 28, 2017 at 2:26 am
THOM Query
SELECT
--'[ID1411]' +','+ cast([DayDateKEY] as nvarchar(500))+':'+cast([Half Hour Start Time] as nvarchar(500))+', '+cast(count(I.[Call Number]) as nvarchar(105)) as ID
from dimdate dates --on dates.DayDateKEY = i.[Call Date DayDateKEY]
cross apply DIMtime...
February 27, 2017 at 11:42 am
February 27, 2017 at 9:04 am
Hi
Yes, ID-1411 is not a field from fact table, its a string, I trying to get output with along with string and also the date condtion is on...
February 27, 2017 at 12:37 am
Thank you ZZartin, I am glad for your reply. It helped me.
February 24, 2017 at 3:42 am
HI Thom, Phil,
Sorry I was on holiday from Friday, I just came back to today morning, I have just checked how to post the data. I am glad...
February 13, 2017 at 3:13 am
February 9, 2017 at 9:06 am
Hi,
I am glad for your replies, to be prescise I am looking to achieve the following example
The sample script would be like and we...
February 9, 2017 at 4:18 am
Hi,
The sample script would be like and we do have primary keys and foreign keys on Fact Table.
select 'US' As CountryIndicator, sum(MoneyReceived) MoneyReceived, getdate() DateTime
February 8, 2017 at 9:52 am
I am sorry I would have inform early, For simplicity I have written the dates as 8th Feb, 9th Feb, but In my Fact Table and Date table we have...
February 8, 2017 at 7:59 am
Hi, I am glad for replies, this is an example of requirement but I need to achieve the same thing for every 15 minutes, what is the updated count between...
February 8, 2017 at 7:36 am
Viewing 15 posts - 16 through 30 (of 65 total)