Viewing 15 posts - 466 through 480 (of 543 total)
Hi Gail,
I understand what you are sawing. What I am looking for is, is there anything we can check inside the database through which we can get some free space,...
September 1, 2016 at 3:26 am
200 MB is amount of Free space left over in H:\ drive where all our data files i.e. mdf and ndf's are located. we maintain a separate drive for...
September 1, 2016 at 1:40 am
Thanks for the inputs. Will try the server side trace on both Srv1 and Srv3 and look at the data.
August 21, 2016 at 10:54 am
Is there a way using dmvs / trace to get know the the timeout set for a query? I can ask the application team but I am curious to know...
August 15, 2016 at 2:38 pm
Hi Gail,
You mean create indexes and do some query tuning to speed up queries?
FYI we are pulling large datasets from different source systems and load data into a...
August 11, 2016 at 3:10 pm
Thanks Alan.
I have one more question, how to handle / avoid query timeouts?
August 11, 2016 at 1:19 pm
Thanks Jeff for the detailing.
August 5, 2016 at 2:18 pm
Thanks Scott.
Below code worked for me
select c1,c2,c3 From numbers
where c3 <> 'CP-961080'
union all
select c1,c2,c3 From numbers
where c3 is null
August 3, 2016 at 10:06 pm
Thats Awesome Eirikur Eiriksson. Other thing, it came into my mind looking at the Execution Plan, I see sort and the Merge join is happening.
Is there an way, we...
August 3, 2016 at 2:16 pm
Hi Eirikur Eiriksson thanks for your inputs.
If you don't mind, could you please provide me a demo script for my example using CTE's to avoid implicit conversions?
August 2, 2016 at 9:31 am
Thanks for sharing your thoughts Eric.
August 2, 2016 at 7:04 am
This is a datawarehouse system where we have Cleansing database where we pull data as it is from source systems. so, i cant change the table design and this is...
August 2, 2016 at 2:14 am
Thanks Kevin for sharing your thoughts.
July 30, 2016 at 11:05 pm
Viewing 15 posts - 466 through 480 (of 543 total)