Viewing 15 posts - 2,566 through 2,580 (of 6,679 total)
If you are looking for code to identify the primary - this would work:
Select ags.primary_replica
From sys.dm_hadr_availability_replica_states ars
Inner...
February 26, 2018 at 4:05 pm
Not sure if this is what you are looking for: https://www.softlanding.ca/about-Softlanding/resources/blog/getset-ssrs-data-sources-using-powershell
There is also this: https://www.mssqltips.com/sqlservertip/4738/powershell-commands-for-sql-server-reporting-services/
February 26, 2018 at 3:48 pm
February 25, 2018 at 10:11 am
February 22, 2018 at 12:34 pm
If the cluster manager has already started SQL Server on that node - then you cannot start it from configuration manager. If SQL Server is not running - then you...
February 22, 2018 at 11:46 am
We have installed SQL server 2016 Standard (SP1) in two-node Windows 2016 Fail-over cluster successfully..
<by...
February 21, 2018 at 1:04 pm
First - are you sure it only takes 2 minutes to execute in SSDT? SSDT caches the dataset and runs the reports from the cached data - so after the...
February 21, 2018 at 12:53 pm
UPDATE tFebruary 19, 2018 at 12:43 pm
February 14, 2018 at 12:30 pm
When you installed SQL Server - did you select to upgrade an existing instance, or did you install a new instance? Most likely - you installed a new instance and...
February 14, 2018 at 12:19 pm
February 7, 2018 at 1:20 pm
Its not the extra NICs that will help - it is the number of HBA's you have and how they are configured. Ideally you have enough paths to the storage...
February 5, 2018 at 12:24 pm
If everything is in the same database - then why are you using 3-part naming? There is no need - and by referencing XXX..object you are missing the key part...
February 3, 2018 at 9:55 am
If you want to delete the rows that are related - you could modify the tables to use ON DELETE CASCADE. However, if you do not want to delete the...
February 1, 2018 at 3:40 pm
Viewing 15 posts - 2,566 through 2,580 (of 6,679 total)