Click here to Skip to main content
15,887,979 members

Comments by chandraprakashkabra (Top 5 by date)

chandraprakashkabra 29-Oct-18 10:44am View    
Yes, Provide your code what you have tried. and your message is not clear.
chandraprakashkabra 29-Oct-18 10:42am View    
Your question is not clearly explain.
Please give some more explanation so we can try to provide solution.
chandraprakashkabra 14-Sep-18 1:55am View    
I read the same artical and after that I decided to use sync call instead of async call.
Thanks Richard Deeming.
chandraprakashkabra 13-Sep-18 11:41am View    
This blog contains async method in normal like controller, But I am asking about async in specific to Custom Filter which we created.
chandraprakashkabra 12-Sep-18 5:41am View    
Hi Santosh kumar
for the existed table it will not work.
For that this query will work.

INSERT INTO [TargetDB].[dbo].[Department]
([Title],[Credits])
SELECT
[Title],[Credits]
FROM [SourceDb].[dbo].[Department]