Copy-paste Issue In Sql Server Management Studio
I have a table in SQL Server 2008 and one of the column is called Query with nvarchar(MAX) data type. This contains a query built in the code which calls some function, something l
Solution 1:
Seems to work fine if I see the new lines chars in notepad++:
View->Show Symbol ->ShowEndOf Line will display the endof line characters.
and also to activate UNIX format (Edit - EOL - Unix format) to copy paste propertly the query after editing it.
Post a Comment for "Copy-paste Issue In Sql Server Management Studio"