Viewing 10 posts - 1 through 10 (of 10 total)
I myself was strugling to remove the existing unwanted indexes on the system and may be adda few more, if needed.
I ran the DB engine tuning wizard with...
May 14, 2010 at 6:20 am
1. gzip to copy the backup files. it will reduce you files to few mb's and thus less time to copy.
OR use SQL redgate - it too reduces the...
May 14, 2010 at 6:11 am
distinct didnt work, same number of results. Each Index is being repeated 6 times.
The only columns where the value changes are:
--sys.partitions (partition id,hobt_id)
--sys.allocation_units (allocation_unit_id,container_id,total_pages,used_pages,data_pages)
--computed column - index size (which...
May 14, 2010 at 5:16 am
ha...... good one...... what do i write on.... on my life?
May 6, 2010 at 3:35 am
I checked the web and there was a solution to create a proxy account, but i am not sure how. will it help?
May 5, 2010 at 5:00 am
gave teh detailed explanation and cleared few myths too!
May 5, 2010 at 2:54 am
We are using a query and in its execution plan it utilizes 182% CPU cost while performing a sort. Please advice on how to reduce it.
query structure:
SELECT DISTINCT
'Dupility'...
April 26, 2010 at 6:20 am
A wild guess, but check out ssma..... it might help you in migrating the objects.
its a free tool by ms
September 19, 2009 at 10:21 pm
Did you try the copy database option in SQL:
Using the copy database wizard
Create a package to copy the database on the same server with different DB name
Use the copy using...
September 16, 2009 at 3:06 am
Viewing 10 posts - 1 through 10 (of 10 total)