I have an requirement in which SQL server job needs to be trigger through C# and show the status in web application from its start to end.
SQL server job has to fetch data from excel file and loading it to the SQL Server 2008 R2 database which has minimum of 25000 rows and maximum of any.
Please help in resolve this.