Viewing 15 posts - 616 through 630 (of 1,179 total)
Step 1. Find out if any missing indexes on the Table which you are using. Create important missing indexes.
Step 2. Find out queries taking more time on specific Table and...
June 25, 2013 at 5:22 am
June 19, 2013 at 1:49 am
Looks like datatype in the destinoation column is having some issue. I suspect it would be date field.
HTH
June 18, 2013 at 7:28 am
Are you getting different plan for this query only and every time? Have you tried other query to check plan in app and sql?
June 18, 2013 at 6:36 am
It depend on the query(what you are executing?). But definitely if table is having index and view is having huge data and you run a query without index on views...
June 18, 2013 at 6:28 am
Check this out:
February 14, 2013 at 8:32 am
You need to also take care of LOGINS/USERS.
September 14, 2012 at 9:50 am
Also make sure you do have backup of all the databases including system dbs.
September 13, 2012 at 10:40 am
There are many things to consider e.g. the additional drive is local drive, SAN, if SAN how it has designed etc.
September 13, 2012 at 10:38 am
Surely you can shrink datafile if there are no options left. No disk space might cause database goes into suspect mode. Else check if you do have space on...
September 13, 2012 at 7:38 am
I am facing the same issue to empty .ndf for tempdb. SQL Server 2005 SP4.
It's SP4 so solution SP3 will be eleminate.
It's tempdb and recovery is simple also getting value...
June 19, 2012 at 8:34 am
I was also having the same issue; following link is useful:
There is no need to reindex OperationsManagerDW.
HTH
April 10, 2012 at 12:46 pm
Yes, error it self clearly indicates that "insufficient disk space" autogrow is trying to expand the LDF file by 10% and unable to do due to space issue.
As a solution:...
December 29, 2011 at 12:48 am
December 29, 2011 at 12:37 am
If database size is small than I prefer to create the replication setup again during off pick hours. Which will ensure you that all things are set up correctly and...
December 28, 2011 at 12:24 am
Viewing 15 posts - 616 through 630 (of 1,179 total)