Viewing 15 posts - 1 through 15 (of 112 total)
Yes the source instance is a Standard Edition as well and I initially tried to restore the database on the very same instance as the source but it failed. Also...
February 13, 2020 at 5:39 pm
yes I posted it also on Azure SQL forums to make sure it's not missed, as the database/VM is hosted on Azure and the root cause could be very well...
February 12, 2020 at 11:48 pm
In order to have AG you would need to have WSFC installed on the windows level but you don't necessary need to instal SQL Sever as a clustered instance(although...
July 27, 2017 at 1:01 am
Using Distributed Availability Groups could also be an option if your nodes are supposed to be in different countries. That would give you more scalability in future (not being limited...
July 25, 2017 at 6:48 pm
there is difference between "deprecated" and "discontinued". Replication is still supported and not yet "discontinued" as there's no true replacement for it yet,but MS has not been adding anything to...
August 19, 2016 at 1:16 pm
This is a gray area. Replication is deprecated and there's no true replacement for it at this time.
Not using Replication in future deployments is based on some of the...
August 19, 2016 at 12:42 pm
it depends if you may greatly benefit from any of the SQL 2016 new features or improvements. I'm planning to upgrade from SQL Server 2014 to 2016 to be able...
August 18, 2016 at 6:34 pm
Replication is a deprecated feature and Microsoft is not adding any thing new to it, MS recommendation is to use Always on Availability groups moving forward. The problem is Availability...
August 18, 2016 at 6:10 pm
No. With(TABLOCK) specifies the granularity of the lock (Key,Page,Object) and not the lock mode(shared,exclusive,...) . if you update the table with using WITH(TABLOCK) hint SQL would put "X" lock on...
September 2, 2014 at 2:19 am
In general your right, but with our case none of those 3 was the case. Due to massive number of transactions , log file was most of the times hammered...
May 2, 2014 at 8:48 am
I said in rare situations this could be an option . The environment I'm dealing with handles more than 35000 transactions /sec and even though we're using memory flash cards...
April 30, 2014 at 5:10 pm
well, in some cases it could have some performance impact depending on the workload, disk subsystem,...assuming you've also set the log backup jobs on your databases, but this doesn't...
April 30, 2014 at 4:27 pm
The final destination of the dirty pages is the data files but they should be pushed to the log file before or at the same time they are being pushed...
February 14, 2014 at 1:07 pm
I agree with you on that , cause other wise there could be a big hit on a log file every time a long running transaction get's committed. the reason...
February 14, 2014 at 12:56 pm
It takes almost 6 min for sql server to look into the plan catch on our production. What kind of overhead does this search have? I guess it should put...
February 22, 2013 at 4:00 am
Viewing 15 posts - 1 through 15 (of 112 total)