Viewing 15 posts - 166 through 180 (of 4,745 total)
right click the database, select reports - standard reports - disk usage. The space used in the data files will be a very good approximation of your backup size.
this query...
June 11, 2014 at 8:04 am
that would be expected, you are only allowed one mirroring endpoint.
see http://msdn.microsoft.com/en-gb/library/ms175883(v=sql.110).aspx
June 10, 2014 at 6:21 am
there is only one mirroring endpoint per instance, was that the question?
June 10, 2014 at 6:07 am
there should be a detail.txt file in c:\program file\microsoft sql server\100\setup bootstrap\log\somedateandtime stamp
see what errors are in the files in there
Also i believe it is not wise to post your...
June 8, 2014 at 10:50 am
TheSQLGuru (6/5/2014)
george sibbald (6/5/2014)
Is Dynamics AX a microsoft product, they...
June 5, 2014 at 9:09 am
I would only ever immediately consider dropping indexes with 0 reads, and even then never if the index enforces uniqueness.
I would have to have a very good reason to spend...
June 5, 2014 at 5:50 am
DouglasH (6/5/2014)
Could be a 3rd-party generic backup app with a SQL plug-in.
+1. thats the type of message they tend to produce in the errorlog.
Beware, if they are not copy_only backups...
June 5, 2014 at 5:37 am
I have an app where the vendor recommends (nay insists) setting maxdop to 1 and cost threshold to 15, go figure.........
Is Dynamics AX a microsoft product, they have a habit...
June 5, 2014 at 5:33 am
yes, or on a very wide column.
no feedback from op yet
June 3, 2014 at 7:57 am
whats the fill factor on the index?
remember the non-clustered index will also contain either an 8byte RID or the clustered index per row at the leaf level.
May 27, 2014 at 7:13 am
As Ed said, yes it would.
May 23, 2014 at 10:22 am
Jack Corbett (5/22/2014)
george sibbald (5/22/2014)
May 22, 2014 at 6:28 am
no, sql is fully compatible with that OS and enterprise edition gives you access to all the features
May 22, 2014 at 6:14 am
some of the limitations will be OS dependant
http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).ASPX#Scalability
May 22, 2014 at 5:57 am
a large log file in itself will not lead to a larger backup as only enough of the log is backed up to allow for recovery during a restore. Therefore...
May 22, 2014 at 5:50 am
Viewing 15 posts - 166 through 180 (of 4,745 total)