Viewing 15 posts - 1,111 through 1,125 (of 2,709 total)
Yes and no - majority of cases the merge by the second developer will be without conflicts - only in a few cases will the developer be required to manually...
September 14, 2021 at 7:59 pm
one way of doing it
Merge manager should decide (within team) which change should go first
developer A
--> Local ...
September 14, 2021 at 6:17 pm
regarding SHA1 - it is deprecated for crypt functions - for this type of uses and because it will be on SQL for a very long time I would not...
September 14, 2021 at 8:36 am
you need to parse the output - and ensure that you deal with the quirks of different versions of servers/locales as you are now finding out
also fsutil needs administrator privs...
September 13, 2021 at 5:13 pm
depending on what the process is it can either take awhile or require a SQL Instance restart.
Attempting to restart SQL Server instance is a quite common mistake...
September 9, 2021 at 7:25 am
depending on what the process is it can either take awhile or require a SQL Instance restart.
Multiple possible reasons depending on what the session was executing.
September 8, 2021 at 10:26 pm
did you look at the contents of the string as I stated?
did you count the characters and see if your substring matches that output?
are the separaters a "," or a...
September 8, 2021 at 9:03 pm
that likely has different output on the server with sql 2019 - you should be able to figure out yourself what the issue is as the convert is happening on...
September 8, 2021 at 8:01 pm
look at
and
https://sqlrambling.net/2018/04/24/using-a-certificate-to-sign-a-stored-procedure/
one way of allowing particular functions to work while not granting the permissions directly.
September 8, 2021 at 4:00 pm
depending on number of columns on that table you may need (and it may be advisable) to resort to have a hash column added and make this column...
September 7, 2021 at 3:09 pm
depending on number of columns on that table you may need (and it may be advisable) to resort to have a hash column added and make this column the single...
September 7, 2021 at 7:54 am
this may help you https://itsalljustelectrons.blogspot.com/2017/05/Installing-Multiple-Instances-Of-SSRS.html
September 4, 2021 at 3:47 pm
this is executing Ola Hallagren scripts - commented out code was for version 2008 or lower, the uncommented can be used for higher versions.
it is setup to use nearly the...
September 3, 2021 at 9:46 pm
tricky as based on the way it was phrased there are 2 right answers
September 3, 2021 at 7:34 am
Viewing 15 posts - 1,111 through 1,125 (of 2,709 total)