Viewing 15 posts - 2,026 through 2,040 (of 2,653 total)
I would not even try to figure out what is causing the issue - you are still on the first version of 2014 - upgrade that to the latest SP ...
February 23, 2019 at 3:59 pm
convert to date
select max converted date
and fix your tables - dates should never be stored as anything other than dates .
February 21, 2019 at 1:35 pm
February 21, 2019 at 11:38 am
one other option is for the job that does the first snapshot to start the second job on the other server as the last step on the job.
February 21, 2019 at 11:18 am
My assumption, by reading the sql posted, is that the hash is done as part of the load of tbl_Staging_Current_SubjectXYZ.
so one of the approaches I was suggesting is
February 20, 2019 at 1:39 pm
Plan not attached. -- saw it now.
The main performance improvement on this type of process is using the hash compare as you do.
Following are possibilities -...
February 20, 2019 at 12:13 pm
then as per the error the file can't be opened - pretty clear - and just proves that you didn't really search for anything - just expect that we do...
February 19, 2019 at 2:03 pm
not enough really - just on the forums here you get 99 hits
and please post the full error message, not just a screen print that does not show the...
February 19, 2019 at 1:46 pm
have you even bothered googling for it? first hit I get has the reason for the issue and the solution.
February 19, 2019 at 1:36 pm
also take in consideration that having compression turned on (page or row, or even columnstore) will change the space requirements. many times significantly, specially with columnstore.
February 19, 2019 at 12:58 pm
ACE does not give me opportunities for delete...
February 19, 2019 at 3:49 am
I have a job step which executes an SSIS package on SQL Server 2016 SP1. ...
February 19, 2019 at 1:42 am
Add to this that Installing Excel on a Server is not supported by Microsoft and you would also have issues with licensing in that anyone accessing that server would require...
February 18, 2019 at 7:27 am
i do not think there is any other option than a third party tool for that.
see https://dbmstools.com/version-control-tools/sqlserver for some options for SSMS.
Most of the times and if...
February 17, 2019 at 11:21 am
Viewing 15 posts - 2,026 through 2,040 (of 2,653 total)