I am trying to upload the data to Microsoft SQL Server DB using DB Writer node and tried with DB Insert Node also which is 4K records of data.
It is turning into not responding state like below.
@Subramanyam it might work to use a loop and only send that amount in one go. Or you could check if there are settings limiting the intake of the server.
Or you could try and adapt the BATCHSIZE in the driver connecting to the server. Could look like this: