Viewing 15 posts - 2,566 through 2,580 (of 6,677 total)
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
If you have enough total space - create multiple files in the primary file group on the destination server that has enough space allocated for all the data you want...
January 30, 2018 at 3:58 pm
Are you concerned with how the data is going to be inserted into a table? If so - then you can stop worrying because tables do not have an order...
January 30, 2018 at 3:52 pm
Viewing 15 posts - 2,566 through 2,580 (of 6,677 total)