Viewing 15 posts - 46 through 60 (of 193 total)
Thanks yb751. Now I get sizes of all databases, this also helps. Now, Is there a way to get only 'Adventureworks' database size (instead of inserting all databases in the...
September 2, 2015 at 8:56 am
Update:
It 'log space used' went down to below 10% after it reached almost 70%. didn't find any open or log running transactions!!!!
July 27, 2015 at 12:55 pm
Thank you guys for your reply. One thing to mention here my Prod database has Log shipping configured for every hour but when I run sys.databases, it shows 'Log_backup' on...
July 27, 2015 at 9:41 am
Go to task manager, Click Performance, whatever no. of boxes you have under 'CPU Usages History' you have that many logical CPUs to run parallel queries.
Isn't that right GilaMonster?
July 10, 2015 at 10:33 am
if you run: SELECT PolicyNumber FROM tblAlternateReferences WHERE [SourceSystemId] = '123'
it will do a index seek. I think it is sorted by 'SourceSystemId'.
July 10, 2015 at 9:57 am
Can you please tell me how did you find looking at execution plan 'Contact' rows are problem?
"The new plan also shows us that the increased number of Contact rows has...
July 1, 2015 at 7:35 am
@MadAdmin, when I query:
select object_name(id) as tablename, name, indid from sysindexes
where object_name(id) = 'SalesOrderDetail'
It give me:
SalesOrderDetail---------ix_SalesOrderIdDetailId ------1 (clustered index)
I didn't understand why execution plan suggesting me...
June 30, 2015 at 1:28 pm
Thanks Alan. Do you think this is the main reason the numbers are high?
May 12, 2015 at 6:10 pm
Hi Gila,
Don't know if I can add on this thread. let me know for future reference. Anyway just have a question:
my 'Prepared' size is more than 'adHoc'. should I run...
May 12, 2015 at 1:10 pm
Now I have 2 test servers. Do I need a shared storage somewhere else? Is it possible to make shared storage in one of the server which is included in...
May 4, 2015 at 8:20 am
Thanks for your reply Perry. Looks like I need 2 nodes (servers). Is it possible to setup like mirroring on same sever with 2 instances? if, so how do I...
April 29, 2015 at 10:55 am
Viewing 15 posts - 46 through 60 (of 193 total)