python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to dynamically write OR clause in Contains query?
Is there a way to generate the second part of this SQL query (OR clauses) from a string split?
WHERE CONTAINS(t.something, '"bla*" OR "foo*" OR "batz*"')
String split va...
rick_87394
Votes: 0
Answers: 1
SQL Server 2019 on Linux Time Zone Problem
Why there are different results (offset should be +03:00):
SELECT
CURRENT_TIMEZONE() as [CURRENT_TIMEZONE()] , SYSDATETIMEOFFSET() as [SYSDATETIMEOFFSET()];
result is :
CURRENT_TIMEZONE() ...
Ali Rıza Arslan
Votes: 0
Answers: 1
SQL Server - Login failed for user (Android Studio)
I have written code using JDBC to create registration page in Android Studio. I create database in SQL Server 2019. In addition I tried to connect from the code to MSSQL database and insert values, bu...
Daniel Reuveni
Votes: 0
Answers: 0
'String or binary data would be truncated' without any data exceeding the length
Yesterday suddenly a report occurred that someone was not able to get some data anymore because the issue Msg 2628, Level 16, State 1, Line 57 String or binary data would be truncated in table 'tempdb...
M. Mehrhoff
Votes: 0
Answers: 1