Viewing 15 posts - 271 through 285 (of 926 total)
RESOURCE_SEMPAHORE wait type is due to the memory pressure created by the queries. In simple your queries asking more memory from the server to execute them. you 1st need to...
September 3, 2015 at 12:58 am
Usually Not-Matched records are generated because of an exception in data or the lookup table does not have the current snapshot of the data you are loading.
i would suggest if...
August 21, 2015 at 12:15 am
Nice and easy. Thanks for sharing
August 18, 2015 at 12:34 am
John Mitchell-245523 (8/10/2015)
Happyt 43606 (8/10/2015)
returns -in a column, 346 in a column and A in a column.
What do you want in the other two columns? Is this a homework...
August 10, 2015 at 5:48 am
As per you desired result, this isn't that much hard to write the query for this.
-------- for 2014-2015
select ID
, STATUS
, START_DATE
, END_DATE
, date_year
from remp_year
Where date_year = '2014-2015'
and STATUS = 'Active'
order...
August 3, 2015 at 1:55 am
please share your desired output as well.
August 3, 2015 at 12:55 am
nice question. Thanks for sharing Koen
nice to see your name in posted by 🙂
July 16, 2015 at 4:17 am
Well to understand this you will have to look at the actual execution plan for this update statement.
There you will find the Stream Aggregate operator in the plan. for detail...
July 16, 2015 at 1:37 am
I donot think you are loosing any thing. It a simple understanding issue. for the sake of understanding i have created an example below to give you an idea about...
July 16, 2015 at 12:48 am
For the sake of the question, no you cannot convert the Int to Unique Identifier. Having said that, you have generate unique identifier for these int values.
and you can do...
July 16, 2015 at 12:03 am
very nice question and good knowledge base. Thanks for sharing
July 14, 2015 at 12:40 am
Sorry for the delay. Caught up in the work
Following is the query will give you the desire result. in case of any query/ question do let us know.
-------------...
July 12, 2015 at 11:49 pm
Adam Angelini (6/30/2015)
July 1, 2015 at 1:45 am
Viewing 15 posts - 271 through 285 (of 926 total)