Viewing 15 posts - 1,141 through 1,155 (of 2,654 total)
linked server will always have that issue - what you need to do is to alleviate the problem.
when pulling data from Oracle to SQL one of the biggest issues is...
June 23, 2021 at 6:19 am
The Id comes from some C# - code I'm afraid.
I assumed your company owned the code - should be easy to change it - and if not you can...
June 18, 2021 at 7:58 pm
change the ID to be sequential - that will alleviate that issue.
June 18, 2021 at 7:23 pm
both potentially - depending on your data that distinct may be processing results with thousands of duplicated values which require a sort to get the distinct.
exists will only see if...
June 16, 2021 at 4:22 pm
possible way - but without a real execution plan of this with one of the "bad performance" queries we don't know if it is the best option
replace...
June 16, 2021 at 3:58 pm
partially incorrect - reading the manual helps so do read the "Create table" statement on the manuals where you may learn something.
and having (max) data inrow is in some cases...
June 11, 2021 at 7:36 pm
issue is not sql but with your code and project - dataadapter.Fill for some reason has been given the wrong database to connect to - that is what you need...
June 9, 2021 at 3:35 pm
good to know how this is supposed to be used.
from what I know of Tableau using a SP will not work as they can't be joined as part of a...
June 9, 2021 at 7:26 am
does that code work when searching for submission ID 1000
output I get (based on the supplied input) is not quite what was mentioned above as being required
10004
10005
15001000
4NULL
54
12004
June 8, 2021 at 9:43 pm
you sure that function is correct? you have
(@Exclude_For_Trans_Type_27 IS NULL AND (@Sample_Include_For_TType_27IS NULL OR T.Auto_ID = 27)))
but the variable isn't defined on the code you supplied.
and how is the original...
June 8, 2021 at 8:59 pm
there may be a possible way to simplify this on your case - but depends on your data.
if there is only one and never more than 1 possible top level...
June 7, 2021 at 11:05 pm
so if I got it correctly if a user "searches" for submission id 1500 then 4, 5, 1000, 1100, 1200 should be returned as being related - and on this...
June 7, 2021 at 9:32 pm
If this is more than finding descendants and ascendants then a simple query will not be enough.
if you also need siblings (and/or descendants of ascendants / ascendants of descendants) then...
June 7, 2021 at 5:02 pm
it is internet access issue - you may need to speak with your network/system admins to allow that server the required access to the internet to do this install.
It may...
June 7, 2021 at 9:12 am
see below.
cases below based on the code you supplied - will need to be adjusted
see all comments below.
As your destination server is rather week using the...
June 5, 2021 at 2:05 pm
Viewing 15 posts - 1,141 through 1,155 (of 2,654 total)