How to retrieve data from SQL Server multiple tables to Excel multiple sheets?
My Excel has 50 sheets i want to delete coulmn 4 to 7 from each sheet, how can we do this through visual basic
In a stored procedure, for the same table i want to UPDATE if exists else INSERT data. How ca this be implemented?