This is my server name
server = LAPTOP-RED\SQLEXPRESS;
That is how my name is displayed on the login screen to SQL Server Management Studio. But I keep getting the following error about it when I’m trying to run the script
Error 1 – Unrecognized escape sequence – 7
anyone any ideas?
I believe you may have mean’t to enclose this in a string.
I would suggest trying this.