Tagged Questions
-1
votes
1answer
26 views
VarChar to NVarChar causing truncate error
I am importing some data from a temporary table which has a column defined as VARCHAR(150). The destination tables column is defined as NVARCHAR(200). I'm using an INSERT INTO statement, but when I ...
4
votes
1answer
244 views
Safe way to truncate SQL Server Error Log
We are running out of space. What is the safe way to clear the error log?