Viewing 13 posts - 16 through 28 (of 28 total)
Thanks all for the support. Discussions are going on how to change the table design
September 24, 2015 at 11:29 pm
Ya, but sorry query cannot be shared, I know that data will not be there, but sorry.
Will try to annonymize and come back
July 30, 2015 at 10:25 am
Sorry but its something like this
with wftbl(
select col1,..col5 from objectA
inner join objectB
on cond1 =cond1
where ...
)
....
tbl2(
object c
inner join
objectA
where . ..
)
select col1 .. .
from
maintabl
....
left join (select *...
July 30, 2015 at 1:57 am
Thanks and that makes it clear
Now I get a Index scan and Merge join, hope its better than a hash match & table scan when dealing with huge data volume.
July 27, 2015 at 11:37 am
Attached a test plan, Is it possible to avoid the table scan & clustered index scan in this scenario
July 26, 2015 at 12:34 am
Sorry that I couldn't post my plan here. I agree to Luis C. and decided to go step by step.
I wanted some experts commenting how to analyze a very big...
July 23, 2015 at 10:08 am
NO because they wont allow to install 3rd party tools
July 22, 2015 at 8:16 pm
No I dont have 🙁
Also I may have to move users as well
March 20, 2015 at 1:23 am
But I am confused with the approaches for migrating SSAS and SSRS could you guide me.
I found this topic in Microsoft website that describes migrating SSRS report
https://msdn.microsoft.com/en-us/library/ms143724.aspx
Have...
March 19, 2015 at 1:32 pm
I just wanted to know the user name associated with the SQL Server agent.
If theer is any means to find that. it would be great
December 21, 2009 at 7:19 am
the SQL Server Agaen is running under has proper permisions to the shared folder and the file.
How can i set this permission?
December 21, 2009 at 6:53 am
Viewing 13 posts - 16 through 28 (of 28 total)