Viewing 15 posts - 16 through 30 (of 51 total)
Should I run DBCC Checkdb before that?
This database is used for BI purpose.
July 18, 2014 at 5:09 am
I am doing the rebuild process once only.
If I don't drop the views and indexes which are schema bound to table,
Will that affect my insert statements on table?
May 15, 2014 at 2:45 am
I got the point that while insert we should drop and recreate the indexes.
But we are not rebuilding indexes on "table".
Here the schema bound views and its indexes are rebuild...
May 14, 2014 at 11:23 pm
you can set at database level by right clicking-->Options-->Ansi Warning
Check the status in select * from sys.databases.
May 8, 2014 at 5:49 am
Thanks For the reply.
But when I remove compression how much space it will consume.
Anyway to calculate the space?
May 8, 2014 at 5:15 am
Thanks.
I am going to create missing indexes on the server.
September 10, 2013 at 6:45 am
ok. Thanks for the reply.
Will do the same as there is no other option.
August 28, 2013 at 7:33 am
Thanks Steve
I have granted sa rights and it worked. 🙂
June 18, 2013 at 3:27 am
Issue resolved after changing the reporting service account to domain account
April 3, 2013 at 8:56 am
Getting same sort of issue. Below is the error.
Failure sending mail: The report server has encountered a configuration error. Mail will not be resent.”
April 2, 2013 at 9:21 am
Scott,
Going for the same version from enterprise to standard.
Yes , I will check the enterprise features used in current databases.
March 5, 2013 at 3:43 am
Correct. I faced the same issues. Also increase the size of dbname variable.
February 15, 2013 at 8:37 am
Hi please find attachement.
In picture Part.1 shows result of your query. & Part.2 shows result of my query
February 7, 2013 at 7:45 am
Viewing 15 posts - 16 through 30 (of 51 total)