Viewing 15 posts - 31 through 45 (of 127 total)
Looks to me like a problem with security, have a look at the account in which SQL agent starts with, if you are on a domain try using a dedicated...
February 15, 2007 at 5:29 am
Hi Guys,
Thanks for the info, I will have a word with stakeholders and formulate my index strategy.
thanks,
February 15, 2007 at 3:36 am
Usual culprits are as follows:
February 13, 2007 at 2:42 am
Thanks for geting back to me, I cannot read the website you posted as its not in English.
Anyone know any other tool
February 6, 2007 at 3:26 am
Thanks for your reply guys, the cost of rebuilding the indexes is quite high, the table itself contains medical records and contains around 200m rows.
Also, when doing a report that...
February 2, 2007 at 8:31 am
Thanks guys, I will examine the requirements closely again, can anyone recomend any good book/resource in mastering reporting services.
Thanks
February 2, 2007 at 5:11 am
The 2 of them do nearly thesame thing, what you will need to think of is your enviroment and which one suits best:
To Summarise
Dbreindex: Faster but causes blocking, and you...
February 1, 2007 at 10:38 am
What I have also noticed is that if you have a clustered index on the date column, the execution plan woulkd be ideal, i.e might do a clustered index delete.
February 1, 2007 at 9:01 am
thanks all for the reply, the SAN will be primarily for storage, but these days you cant seem to get Storage and Performance, there has to be a trade off,...
December 21, 2006 at 6:07 am
Hi
I ran a test using one of the code displayed above, but I was inserting into a table using rowcount, and it just kept inserting over and over again without...
December 14, 2006 at 5:16 pm
Have you got the latest Service Packs on Sql 2005, as I have ran into problems before because of not having the latest service packs, do a simple windows update...
December 10, 2006 at 6:35 am
Thanks for your post Mike, I do agree with you on the issue of hardware, I also forgot to mention, there are no foreign keys being referenced by this table.
Lastly,...
December 6, 2006 at 8:09 am
Hi All,
I done as above, i.e delete in 25k batches, and it was still taking ages to delete around 30m records out of a table with 300m records.
The delete is...
December 6, 2006 at 5:35 am
thanks all for your answers.
I have a problem, I have a table which has an identity column, and I want to do batched updates, i.e update row 1 - 50,...
December 1, 2006 at 8:49 am
Hi
Yes it does, thesame account is used for SQL server user SA and Bulk insert works.
what amazes me is why it doesnt work for windows authentication with SA rights.
It works...
November 28, 2006 at 11:00 am
Viewing 15 posts - 31 through 45 (of 127 total)