Viewing 15 posts - 2,596 through 2,610 (of 2,756 total)
Well, first I would add in the RECOVERY option to the restore.
Second, it sounds like you are out of resources to do the restore. how much free space...
March 9, 2017 at 7:17 am
March 8, 2017 at 3:23 pm
I think to encapsulate it you would need to put it into a UDF but as you said that'd be a RBAR thing and you are trying to avoid those....
March 8, 2017 at 2:39 pm
The other option, presuming you have SQL Enterprise or SQL 2016 SP1, is to use change data capture.
https://technet.microsoft.com/en-us/library/bb522489(v=sql.105).aspx
March 8, 2017 at 1:48 pm
how about this:SELECT CAST(ABS(CAST(CAST(FirstDate AS DATETIME) AS INT) - CAST(CAST(SecondDate AS DATETIME) AS INT)) AS INT)/365
Not positive that outer cast to an INT is required, but...
March 8, 2017 at 1:04 pm
I did this recently on our test box. I just used the SQL 2016 installer to do this. I clicked on the upgrade button and let it do its magic....
March 8, 2017 at 10:33 am
March 8, 2017 at 10:11 am
What is in the log AFTER the differential restore?
And what is your full restore command? What about if you remove all of the optional arguments and just stick...
March 8, 2017 at 9:50 am
March 8, 2017 at 9:15 am
March 8, 2017 at 8:44 am
March 8, 2017 at 7:43 am
Is there a reason you want the databases on the cloud though? Is this something customers are requesting or your company is thinking is a good idea? I am just...
March 8, 2017 at 7:36 am
SSRS runs in separate memory space from the SQL Server Instance. So if you have 24 GB allocated to SQL Server and 24 GB limit set to SSRS, it is...
March 7, 2017 at 3:29 pm
Viewing 15 posts - 2,596 through 2,610 (of 2,756 total)