Viewing 15 posts - 1,021 through 1,035 (of 2,649 total)
removing HT will not reduce the licensing - the licensing is per core or vCpu if on a vm and the host not fully licensed (Entreprise + SA).
if it is...
November 2, 2021 at 7:36 pm
powershell_ise is a good enough debugger - may need to be installed on pc as its not always ticked by default.
November 1, 2021 at 4:19 pm
close all your visual studio instances - if that does not work restart your pc and do the install then - without opening VS again!!
October 30, 2021 at 12:49 pm
for me it would mean using TDE as this is encryption at rest for all I know - I would ask whoever requested it to ensure that is what they...
October 22, 2021 at 8:57 am
when you build you sql string just make sure to replace any single quote with two single quotes - that will solve the issue with SQL while keeping the data...
October 20, 2021 at 6:36 pm
you really need to consider upgrading your SQL to most recent one - 2014 is now on extended support for just another 3 years.
OP is correct in that in SQL...
October 18, 2021 at 8:35 pm
why is it causing performance issues? and what are those issues?
could it be that instead of splitting the table you may need to partition it (if all your queries use...
October 17, 2021 at 8:45 pm
you didn't supply all the indexes of the tables - table revision has another index (IDX_Online_Id)
just as a glance I would suggest trying the following changes
Table revision - Index IDX_Online_ID...
October 13, 2021 at 12:05 am
and what progresses have you done over the last 2 month on rewriting it yourself based on all pointers given here?
October 12, 2021 at 8:29 pm
one way of doing it
SELECT f.DMDUNIT, c.PREPACK, c.UPC, c.REPLENTYPE
FROM [FCSTPERFSTATIC] f
LEFT OUTER JOIN [UDT_CKB_SNAPSHOT] c
ON f.DMDUNIT=c.PREPACK
or (c.PREPACK is...
October 12, 2021 at 5:44 am
just use straight convert with the correct destination type (e.g. no VARCHAR without specifying a size - bad practice!!) and with the correct format - no need for substring either.
October 8, 2021 at 6:49 pm
If you don't need the end user connecting as themselves, you could have it connect as a specific user on the remote machine. Downside is you may need to...
October 5, 2021 at 5:53 pm
This.
Just that. Everything else is nice to have. But that, that's a flipping miracle. And yes, I mean the word other than flipping.
Instantaneous transaction rollback
With...
October 5, 2021 at 5:50 pm
please stop posting the same question on different threads - you have already 4 or 5 on same subject.
keep this on https://www.sqlservercentral.com/forums/topic/inline-table
October 4, 2021 at 11:18 pm
error message does tell you what to do -
October 1, 2021 at 1:17 pm
Viewing 15 posts - 1,021 through 1,035 (of 2,649 total)