python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
From Varchar to Nvarchar with 'N' prefix
I have a table with thousands of rows. One of the columns does not read the values correctly. Some letters cannot be recognised and thus changed to some symbols like in the attached screenshot. I foun...
Farkhod Giyasov
Votes: 0
Answers: 1
Converting nvarchar to int, converting phone with symbols with only numbers
I am trying to convert phone number from the column 'phone' from the table 'Clients'. I have tried the following syntaxes, but I still get error messages -
1. SELECT CAST(phone as int)
FROM Clients...
Learn Freak
Votes: 0
Answers: 2
Why is a Variable declared as NVARCHAR(MAX) dropping chunks of the string?
For whatever reason, a query is being built as a string and passed off to be executed by another stored procedure.
The query is massive.
Over a thousand lines, and we've run into an issue that require...
Will
Votes: 0
Answers: 1