Viewing 15 posts - 1,096 through 1,110 (of 2,654 total)
and please please replace all those selects from tblIssuedTrack onto a outer apply and do the aggregations within it so you only access the table once
August 13, 2021 at 12:11 pm
Good - but do remember that in order to use a tool you need to learn how to use it - if you are like this with a...
August 9, 2021 at 4:55 pm
Thanks Federico , yet this seem to not work properly , at least as far as I cloud see:
DECLARE @TimeStamp VARCHAR(50) = '0x00000003098F384E'
SELECT CONVERT(BINARY(8), @LastTimeStamp,1)...
August 9, 2021 at 2:45 pm
Regarding the kerberos delegation - you may have misunderstood it.
Imagine the following scenario
User (PC) -> SQL Server -> stored proc writes to file on File Server -> File Server
in order...
August 8, 2021 at 1:34 pm
you need to look at what each of the procs is doing and determine what really needs to be done and what is not really required - most of the...
August 7, 2021 at 2:19 pm
Understood on the SSIS thing but the Op wasn't using SSIS. For that matter, I typically try to make it so that I never have to use SSIS anywhere.
.
he...
August 7, 2021 at 10:24 am
FYI made changes in the import wizard and the data imported just fine. I do suggest that when you post a problem, whether here or another site, that...
August 7, 2021 at 7:24 am
if you had to create the spn's I would advise restarting the service.
August 6, 2021 at 9:29 pm
load into a staging table
do joins to main target table - if existing record update, if new record insert . (do updates first)
even if you are using SSIS to do...
August 6, 2021 at 4:33 pm
are you using SSMS on your own PC to do this or rdping to the server and using the SSMS on each individual server?
if on the server then the issue...
August 6, 2021 at 3:15 pm
it is highly likely that its one (or both) of 2 things
1 - server does not have required SPN's and is not authorized to delegate your credentials. (google for kerberos...
August 5, 2021 at 9:54 pm
how are you exporting the data?
and where/how are you opening those files?
line returns on a valid csv file are not a problem it the software reading that file correctly handles...
August 5, 2021 at 8:34 pm
Re: file import, I contacted the individual about their behavior and language. We do not tolerate that type of discussion.
Thanks Steve
August 5, 2021 at 4:49 pm
Same - its only when I wish to look at an old message that I go there - today decided to go in to see if I had any message...
August 5, 2021 at 3:55 pm
from my previous post "what is the performance issue you are getting (is it locks? dead locks? plain slowness?)"
August 5, 2021 at 1:46 pm
Viewing 15 posts - 1,096 through 1,110 (of 2,654 total)