Viewing 11 posts - 1 through 11 (of 11 total)
It is just sys.master_files.size * 8 / 1024.
February 3, 2012 at 5:47 am
I thought service broker will no longer be used in Sql2008( we will be migrating early next year)
I've never heard about it and couldn't find any information about this. Can...
December 18, 2011 at 11:24 pm
The only matter is Clustering with to different networks!!!!! Clustering is a solution that needs no admin operations to fail-over, what you say about DNS are useful for mirroring, logshiping,...
October 11, 2011 at 2:09 am
DNS.
You can look in wiki to get a very brief overview on it.
October 10, 2011 at 11:47 am
Patti Johnson (10/10/2011)
Abrukovsky, Did you use them on clusters?
No, but I don't see any problems here. If we used clusters we would probably use aliases as well.
October 10, 2011 at 10:14 am
I would run DBCC UPDATEUSAGE first.
Then I would look at results of sys.dm_db_index_physical_stats for this table and it's indexes.
I would also check default fill factor property, but you've done this...
October 10, 2011 at 8:15 am
I would choose DNS aliases too.
We use them without any problems for our production environment to have an opportunity to migrate databases between servers without the need of client's...
October 10, 2011 at 8:00 am
Lexa (10/4/2011)
Can you share the query?
Sure, no problem.
It will be something like this (I use another script, because I track objects size changes, not db's):
declare @space_used table (database_name nvarchar(128),...
October 4, 2011 at 11:49 pm
Lexa (10/4/2011)
I can change the database context but I don't like the fact that I need to have the procedure in every database. In case there is a change,...
October 4, 2011 at 12:11 pm
I changed a copy of sp_spaceused and placed it in each DB. But I do not like that solution, I like that sp_spaceused can be called with any DB...
October 4, 2011 at 9:48 am
Thanks, I'm trying to monitor DB growth at database level not at a file level for all DBs. Does anyone have a script for that?
Maybe this template will be...
October 4, 2011 at 12:39 am
Viewing 11 posts - 1 through 11 (of 11 total)