Viewing 15 posts - 376 through 390 (of 18,926 total)
Eswin (12/15/2011)
Im running rebuild index using the maintenance task against the entire databases and not a single index.
from sp_spaceused i get
index_size is 254032088 KB
and each file is having...
December 15, 2011 at 4:48 am
MasterDB (12/15/2011)
if the database is not freeing log space.
It never will free log space unless autoshrink is own (awful idea), or you run shrink. It marks log space as...
December 15, 2011 at 4:44 am
MasterDB (12/15/2011)
Try to change your database into simple recovery model with the below query:
Alter database [Your database Name] set recovery simple
and now try...
December 15, 2011 at 4:25 am
You need to learn the basics, I can't walk you through all those steps.
I know this series is amazing and you should be able to get on your way.
December 14, 2011 at 2:39 pm
Ya and you can always take a backup to another drive or anywhere else on the network for that matter.
Then the shrink will work. Going to simple is realllllllllllly...
December 14, 2011 at 2:33 pm
In your connection, just point to the correct server and you'll have the correct data.
December 14, 2011 at 11:20 am
Yes it can. You just need to separate the logic of monthname & monthvalue.
This code assumes that you always need the same amount of months. This also works...
December 14, 2011 at 10:44 am
ashley.wardell (12/14/2011)
yer hopefully one day the query engine will cache caluculations done on current date and they we can put this inline in the sql 🙁 🙂
Not sure what you...
December 14, 2011 at 10:23 am
Little pound :
http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx
I think it's time to make our own little version and post it here! 😉
December 14, 2011 at 10:21 am
savethytrees (12/14/2011)
I have seen significant improvement only if the number of user_seeks is also high. Check...
December 14, 2011 at 10:13 am
What error does it return?
Why do you do html formatting in a sp? It should be done client side, not server (sql server) side.
December 14, 2011 at 10:11 am
Unless there's a version matching your sql install then no.
December 14, 2011 at 10:01 am
Helps to know who to trust and there use there names in the SE. 😛
December 14, 2011 at 9:54 am
Viewing 15 posts - 376 through 390 (of 18,926 total)