Viewing 15 posts - 3,916 through 3,930 (of 6,397 total)
The column Is_Copy_Only is backupset.
But forget that comment, Diff backups cannot be made in a copy_only state
http://msdn.microsoft.com/en-us/library/ms191495.aspx
Your full backups though could be created as copy_only and therefore will not allow...
August 20, 2012 at 8:35 am
The diff backups in question are not "copy only" backups are they?
Is_copy_only from msdb.dbo.backupset
August 20, 2012 at 8:28 am
Scott D. Jacobson (8/20/2012)
anthony.green (8/20/2012)
Scott D. Jacobson (8/17/2012)
anthony.green (8/17/2012)
August 20, 2012 at 7:50 am
Data file more than 90% full, find big tables and delete data no longer needed, add more space to the file, as a counter measure check the auto growth settings...
August 20, 2012 at 2:00 am
Scott D. Jacobson (8/17/2012)
anthony.green (8/17/2012)
August 20, 2012 at 1:47 am
Take a look at Ola's scripts in my signature, he has a good comprehensive maintenance script which will do what you want.
August 17, 2012 at 8:48 am
Nope, we need to give the users direct access to the web page, so rendering to file is not an option.
As this is going to be external facing SSRS and...
August 17, 2012 at 7:53 am
To add on to this, if you go in via ReportServer and browse via that URL the reports render as HTML. It is only if you go in on...
August 17, 2012 at 7:30 am
Change the function to return varchar(max) and have a str of varchar(max)
August 17, 2012 at 7:28 am
Follow the instructions on this link http://technet.microsoft.com/en-us/library/dd207004.aspx
Make sure you are a local admin of the server where SQL is installed.
Then once the above has been done and SQL is in...
August 17, 2012 at 7:09 am
You need to grant the nessesary access to your account, so you will need to login as an account which has the right access to change user permissions.
Typically your DBA...
August 17, 2012 at 6:37 am
What have you tried so far?
And does it need to be a total of all databases per month,
E.g
200GB July 2012
Or does it need to be broke down by DB
20GB...
August 17, 2012 at 6:35 am
run query in ssms, results to grid, right click top left hand blank thing to select the whole result set including headers, then right click, save results as
August 17, 2012 at 1:38 am
MSDB you probably wont have any problems with, but master you might as thats the "server" db, unsure if there would be some flag or data in master to say...
August 17, 2012 at 1:35 am
bitbucket-25253 (8/16/2012)
DECLARE @Codes TABLE (Code VARCHAR(100),LineNr...
August 16, 2012 at 8:48 am
Viewing 15 posts - 3,916 through 3,930 (of 6,397 total)