Hi,
Which way is better to port around 60000 records from one CSV file into database through schedular per day (every day old data will be removed and new data will be inserted). For time being, m using select * from openrowset query in one sp and create a schedular for that.
but if i need to execute that sp, admin privilege is needed. is there any other way to achieve this?