Viewing 15 posts - 31 through 45 (of 91 total)
You may install SSMS 17.9.1 side-by-side with SSMS 18.x. I usually don't jump on the latest version since the latest <> the greatest.
June 17, 2020 at 9:49 pm
based on Microsoft doc, SQL 2016 Enterprise Edition cannot be installed on Windows 10 Enterprise(on Windows Server 2012 or newer only, no client version like Windows 10/8.1/8), but your screenshot...
June 17, 2020 at 12:01 am
what's "lac"?
June 16, 2020 at 1:38 pm
I have the same issue. Due to merge replication, all foreign key relations were removed so that publications can be setup and scheduled in any order without issues. Most tables...
June 16, 2020 at 12:53 am
I recommend sticking with your C#. This is probably the easiest and most flexible. If you want to explore options,
1. Telerik reporting, this can be easily put into front-end web...
June 6, 2020 at 7:51 pm
Used Symantec / Backup Exec, then switched to Avamar Backup. But I only use native backup on sql server side; once the backup is done, backup team can back up...
May 27, 2020 at 5:03 pm
Your instance was already patched to SP2(13.2.5026). Based on screenshot, the shared features were patched to CU12(13.2.5698); but your default instance was still at SP2(13.2.5026), NOT CU12.
May 22, 2020 at 4:41 pm
disable one user per day, and see if there is anyone yelling/calling helpdesk. transaction logs only tracks changes to a database, not for select. And reindex could change tlog, too,...
May 20, 2020 at 10:58 pm
FYI, your instance is not clustered. That's why I like cluster, if it fails when patching the first node, it does not impact the current workload; if it fails when...
May 20, 2020 at 9:22 pm
To me, it happens to replication between publisher and subscriber. Due to authentication failure, connection to subscriber fails. Since replication handles network and other issues gracefully, including deadlocks, front end...
April 23, 2020 at 12:34 am
I have the same issue when DC is patched and rebooted. Since it's monthly on a Sunday and only very short, I just ignore those. There are three DCs and...
April 22, 2020 at 9:15 pm
I strongly recommend ola hallengren's "SQL Server Maintenance Solution"(https://ola.hallengren.com/). You don't need to worry about the options, there is a history of full/differential/log backup instead of overwriting existing...
April 12, 2020 at 4:44 pm
Your statement("Replication will allow you to go only two version UP or DOWN") is for transactional replication only. I mentioned it's Merge Replication, no such restriction on merge replication.
March 5, 2020 at 2:28 pm
you can cast all xml columns to nvarchar(max) then use distinct on nvarchar(max).
March 2, 2020 at 3:15 am
I assume you are using Enterprise Edition, not Standard Edition; otherwise, you can only put one database in one basic AG.
If merge replication is used(as my employer does), move publisher...
February 20, 2020 at 6:24 pm
Viewing 15 posts - 31 through 45 (of 91 total)