I have the following table design
When trying to execute the below query, it never completes (Execution time 5 minutes and counting)
insert into tableName
(column1, column2, column3)
values ('1000184', '927', '<values>a</values>')
What could be the reason of this? This is a very simple SQL insert query...
Additional information:
- Local Hyper-V machine
- Windows server 2012 R2 (evalutaion period)
- SQL Server 2012