Viewing 15 posts - 106 through 120 (of 167 total)
TY for the response, In the recent code we are selecting data form temp table where DOC NOT IN (select DOC from table where code<> -1)
This is what the same...
September 28, 2016 at 1:28 pm
Okay.
Here is the thing.
The data looks like from emp1,emp2 and emp3 as
DOM1000108806-00110
Here DOM is constant - this will not change
before hifen the data belongs to emp1
next 3 digits hifen the...
September 28, 2016 at 12:17 pm
Yes,This is UDF. I want to use this function in my stored procedure.
FUNCTION dbo.Blabla
(
@DE1 Varchar(100),
@DE2 Varchar(100)
)
RETURNS TABLE
AS
RETURN
(
SELECT
substring(CAST(COL1 AS VARCHAR(20)),1,CAST(CHARINDEX('-',COL1) AS VARCHAR(20)) -1) AS...
September 26, 2016 at 2:27 pm
Ya,That's what i am concerned like how to implement it.
Using SSIS variable how to get insertion count?
September 22, 2016 at 6:00 am
I completely agree.This is very horrible code. which was written by old people.
Even I wonder after seeing this code..
September 20, 2016 at 1:12 pm
Yes, I see here. I have a condition I just dragged my table on to dimemsion area by default under hierarchy a column is assigned from my table and operator...
August 24, 2016 at 12:28 pm
Hello,
As you say I created a tabular model in SSDT and deployed to SSAS. Now in report builder...
August 24, 2016 at 12:01 pm
If you have any idea on adhoc reporting please share with me.
Here are my questions -
1) End users can create their own reports on the fly using some predefined elements...
August 24, 2016 at 10:39 am
OK, I processed the table as well as cube as you say. May I know the syntax for tabular cube to see the data.
is it starts with evaluate or select?
For...
August 24, 2016 at 7:07 am
This is where I got stuck.
How to process the tabular cube first? IS there any thing we have to do in SSMS?
August 23, 2016 at 1:18 pm
Yeah,TY but what am I looking here is..
We have a report model when we upgrade this newer version as background research we decided that its deprecated no longer supported in...
July 12, 2016 at 12:52 pm
I am trying to Create a Adhoc POC using Tabular Semantic models ( SSAS)
POC is nothing but proof of concept am I right? I mean what are the steps should...
July 12, 2016 at 7:38 am
Thank you for the response..
But didn't understood this point "Excel Pivot Tables is a common tool that most users will have that can connect to it. "
Can you please briefly...
July 12, 2016 at 7:11 am
Where I have to search for sql extended events or trace in management studio?
I never used it before.
July 11, 2016 at 10:54 am
Viewing 15 posts - 106 through 120 (of 167 total)