Viewing 15 posts - 46 through 60 (of 166 total)
Yes - Thanks Peso and others!
September 2, 2008 at 8:43 am
Thanks for all the comments and suggestions.
My approach was as such:
1. Run Server Side Tracing for 15 mins on 5 almost identical dedicated sql servers (Subscribers in Transactional replication). ...
August 27, 2008 at 11:56 am
Thanks for all the suggestions.
I was able to fix the problem without adding an index, but just re-writing the query.
It was strange how a very simple change in the query...
August 25, 2008 at 9:29 am
Go to:
- Security
- Logins
- Database Access
* Choose the databases you want
Go to Server Roles and make sure the Server role is not System Administrator
August 13, 2008 at 3:27 pm
Hmm ... maybe my question is not clear enough.
I want to PREDICT how much space I can gain by rebuilding indexes.
I don't want to do REBUILD them ... I want...
July 29, 2008 at 3:37 pm
I meant that I did not rebuild the index yet. I would like to know (before rebuilding) what would be the gain in space if I actually do rebuild.
The...
July 29, 2008 at 3:30 pm
Zendada, and Bitbucket - Thank you for the information.
I used the following (as suggested) to fix the problem:
Method 1: Manually delete excess rows and columns
To reset the last cell by...
July 28, 2008 at 2:00 pm
Have you tried anything yourself?
Have you progressed any?
Can you give us more details?
July 25, 2008 at 2:19 pm
Are you looking for tables with specific or without specific data types?
If so, you can try this (and select table_name or anything else you need):
SELECT *
FROM Information_Schema.Columns
where data_type not...
July 25, 2008 at 1:58 pm
Guys,
I have noticed a few things happening with the excel spreadsheet, as I am using this approach:
1. The excel file is increasing in size, even though the data inserted does...
July 25, 2008 at 1:38 pm
So, your tables have no indexes? Even no clustered index?
I had a table recently with no clustered index, taking up 23GB, and growing every day by 50MB. After...
July 24, 2008 at 8:43 am
Zendada, thank you for all the suggestions.
I think I figured it out.
Here is what happened:
I had that DTS package running on my local server. Everything ran fine, data was...
July 22, 2008 at 12:50 pm
Why don't you want to add an index?
The answer to your question is: depends. It depends on your query.
There are many ways to increase performance of a...
July 22, 2008 at 12:21 pm
Zendada,
I don't think it is working. I tried it. Even though the DTS package executes with no errors, nothing happens - the original data remains in the excel...
July 22, 2008 at 12:15 pm
Zendada,
Thank you for the reply - I am still a bit confused though.
My question was referring to the approach used by the original article. If I follow that...
July 21, 2008 at 3:03 pm
Viewing 15 posts - 46 through 60 (of 166 total)