Viewing 13 posts - 1 through 13 (of 13 total)
Hi i want information about database ( table > 30 Mo ...) and some general information about database instances :
I want create an information sheet for every server
July 24, 2013 at 12:36 pm
I want create a script to gather some information about a database:
For now I have just : information about datafile (size , size used , free size , the...
July 24, 2013 at 11:29 am
Hi thk for the reply ,
I want to know the size attribute to pools , memory , cache ...
It's not possible to know if user can create for example...
July 24, 2013 at 9:03 am
Hi , it's for sqlserver
I want to see every friday the top 10 query of the week that take more time
July 4, 2013 at 10:38 am
Hi , thank you 🙂
last question : is it possible with this script to return a colum with the number of read block?
July 4, 2013 at 12:11 am
Hi , thk for reply
No index = no pk = no unique constraint
July 1, 2013 at 6:50 am
Hi ,
I tested the script but it not worked :/
I created a table with 4millions lines ( no index)
I did a select * from myTable ;
and...
July 1, 2013 at 4:28 am
Re ,
I don't see how to modify the script to obtain the history of the buffer cache hit ratio, have you an idea? :unsure:
April 2, 2013 at 5:54 am
Thank You ,
Have you a script like this , that return information about Buffer Cache hit ratio over time ?
April 2, 2013 at 3:48 am
thank for your comment.
So there is not a way to verify that it(restore) works (backup with checksum or not)
March 28, 2013 at 8:59 am
I don't know if it's the best way (but its work) :
DECLARE @backup nvarchar(90);
SELECT TOP 1 @backup = physical_device_name
FROM msdb.dbo.backupset b JOIN msdb.dbo.backupmediafamily m
ON...
March 28, 2013 at 7:25 am
thank you 🙂
(I meant no problem when using backup )
March 28, 2013 at 4:56 am
Viewing 13 posts - 1 through 13 (of 13 total)