Viewing 15 posts - 46 through 60 (of 130 total)
I used this script to get the quarterly growth, but I have to modify to get the monthly growth. Can you please help.
SELECT
...
April 25, 2011 at 1:26 pm
At a guess, something like this
WITH cte ([ServerName],[Database Name],[Month],[DB-Size])
AS (
SELECT [ServerName],[Database Name],DATEDIFF(month,GETDATE(),[Execution date]) AS [Month],[DB-Size]
...
April 25, 2011 at 11:53 am
Thank you so much for your help- I will try and let you know. Thanks!
April 25, 2011 at 9:45 am
I need help on quarterly growth and 1 year forcase. I created the store pro cedure with all the other information. If you can help me out in formula to...
April 17, 2011 at 11:49 am
I am asking about encrypted database restoration on same server as disaster recovery.
February 15, 2011 at 11:01 am
I am asking about the encrypted database backup. TDE is transparent database encryption.
February 15, 2011 at 11:00 am
But it requires the sql client tool. I just want to install the sql cmd without the client tool.
January 20, 2011 at 8:26 am
Thank you so much!
January 14, 2011 at 8:30 am
I have to install sql 2005 and sql 2008 because some of the applications works only with sql 2005. we tried that by changing 90 but it didn't work. Do...
January 13, 2011 at 6:20 pm
Thank you all for your response. I will try it tomorrow.
November 30, 2010 at 8:29 pm
I don't want to depend on sql agent or ssis. I want to create the procedure to execute and result output should be in excell so that I can call...
November 30, 2010 at 2:19 pm
I know it does give a correct result, I am trying to turn this into store procedure for daily monitoring and when I run the sp the result is printing...
November 30, 2010 at 10:19 am
I copied and pasted your script instead of typing by myself and its working. Thank you so much for your help!
November 24, 2010 at 11:22 am
Viewing 15 posts - 46 through 60 (of 130 total)