Viewing 15 posts - 1,096 through 1,110 (of 2,649 total)
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
Thanks Phil
link works indeed - and at least messages are there.
August 5, 2021 at 1:45 pm
wish we could identify these types even before they are allowed to post - would save a bit of hassle for many of us here
https://www.sqlservercentral.com/forums/topic/import-csv-data-into-existing-tables
This is the same...
August 5, 2021 at 12:23 pm
have you tried adding a debug to it
$items = Invoke-Sqlcmd -ServerInstance $server -Database $database -Query $query -ErrorAction Stop
$items |out-file "c:\sql.log"
and also try
$items = Invoke-Sqlcmd -ServerInstance $server -Database $database -Query $query...
August 5, 2021 at 11:32 am
wish we could identify these types even before they are allowed to post - would save a bit of hassle for many of us here
https://www.sqlservercentral.com/forums/topic/import-csv-data-into-existing-tables
August 5, 2021 at 7:28 am
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 utility like...
August 4, 2021 at 11:11 pm
Viewing 15 posts - 1,096 through 1,110 (of 2,649 total)