Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 aheavy95
		
			aheavy95
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all
I have recently began a new project in which SQL server is the main DB.
There is a request to insert data (a table) from Qlik Sense into SQL. Is it possible? If so, how?
I have seen a few posts about it but none of them are up to date. Some mention that it can be done by Stored Procedure
Thanks 
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
try this
Vikas
 NadiaB
		
			NadiaB
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi @aheavy95
Are just planning to insert a few records? If so this might help:
If you are planning to insert a huge amount of records it will probably be better to do it outside of QS app, probably use a BULK INSERT statement from a csv or something like that.
For external execution this could help:
Hope it helps.
