Viewing 15 posts - 2,701 through 2,715 (of 2,855 total)
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
Think I figured this one out on my own... the transaction logs were failing to make the report file; properties of the maintenance plan were pointing to the old backup...
March 7, 2017 at 3:09 pm
That is strange... I know I've connected to SQL 2005 from a SQL 2016 SSMS version without any problems. mind you that isn't for a data import/export.
I'd still recommend...
March 7, 2017 at 2:09 pm
March 7, 2017 at 10:50 am
Possibly a dumb question, but are you sure you are putting it into the proper table on the destination side? I think by default it dumps it into dbo.query.
March 7, 2017 at 10:29 am
That is a big chunk to bite off.
First, I would determine if you want to host the SQL yourself or cloud hosting. Depending on the required uptime (which I...
March 7, 2017 at 10:23 am
I don't see anything in that trigger that should cause any failure unless, as you suggested, somebody modified the trigger and rolled back their changes OR the application was updated...
March 6, 2017 at 3:19 pm
If I understand correctly, you have a SQL job that calls multiple things, one of which is an SSIS package that sometimes fails and you want it to continue when...
March 6, 2017 at 2:34 pm
Viewing 15 posts - 2,701 through 2,715 (of 2,855 total)