You develop a Microsoft SQL Server 2012 database that contains a heap named OrdersHistorical.
You write the following Transact-SQL query:
INSERT INTO OrdersHistorical -
SELECT * FROM CompletedOrders -
You need to optimize transaction logging and locking for the statement.
Which table hint should you use?
Slava_bcd81
4 years, 8 months agomunro1900
4 years, 4 months ago