Viewing 15 posts - 1,141 through 1,155 (of 2,649 total)
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
Destination Table has only 3 Indexes,
One Column store Index
is this a clustered or non clustered columnstore?
and how many rows on that table - you did mention that source table had...
June 5, 2021 at 11:04 am
more details required - DDL for source table and destination table please - including ALL indexes (and triggers on destination if applicable)
And please do post the powershell script - at...
June 5, 2021 at 9:30 am
and is destination using fast load? and does destination table have any indexes? and is the destination database in full , bulk or simple recovery mode?
also, and this is something...
June 3, 2021 at 3:11 pm
using the bulk insert option works fine (in SQL 2016)
the openrowset I didn't manage to make it work - but didn't spend too much time on it either.
May 31, 2021 at 6:06 pm
can you post a sample file so we can try it?
and what happens if you change the following to nvarchar - with (SourceFile varchar(100), [Comment-dan] varchar(100)) as hygg
May 31, 2021 at 7:38 am
Viewing 15 posts - 1,141 through 1,155 (of 2,649 total)