Viewing 15 posts - 256 through 270 (of 7,472 total)
1. I like that policy
2. मलाई त्यो नीति मन पर्छ
3. Мне нравится эта политика
4. أنا أحب تلك السياسة
5. Sviđa mi se ta politika
6. 我喜欢那个政策
7. J'aime cette politique
8. Lubię tę politykę
9....
February 2, 2024 at 11:45 am
are you trying to use table valued parameters ?
January 30, 2024 at 2:54 pm
In this case I would start splitting the comment based on a space.
check "Tally OH! An Improved SQL 8K “CSV Splitter” Function"
and process the spliter results for...
January 17, 2024 at 10:00 am
In this case I would start splitting the comment based on a space.
check "Tally OH! An Improved SQL 8K “CSV Splitter” Function"
and process the spliter results for the number...
January 17, 2024 at 9:33 am
January 17, 2024 at 8:39 am
January 12, 2024 at 1:23 pm
December 25, 2023 at 6:40 pm
What have you tested ?
This can be an option:
; with cteHighestDate as (
Select PatID
, case Name4 when 'None' then
case Name3 when 'None' then
case Name2 when...
December 21, 2023 at 7:48 am
December 20, 2023 at 8:26 am
Statistics !
Knowing the actual value you are looking for versus "well ... there will be a value overhere, but at this time I cannot say which" makes a ton of...
December 20, 2023 at 8:11 am
Since you cannot share the full DDL, can you strip it down to key, onemorecolumn, the denied column and see if the problem also manifests itself in that situation.
Maybe then...
December 19, 2023 at 6:54 am
open a support case in your azure subscription.
December 18, 2023 at 2:51 pm
and when I put backonline get this error: Unable to open the physical file "J: filename Operating system error 5: "5(Access is denied.)".
You need to grant the sql server...
December 15, 2023 at 1:28 pm
Can you provide usable DDL of your tables + indexes + views + test data + the failing query?
December 12, 2023 at 2:24 pm
Viewing 15 posts - 256 through 270 (of 7,472 total)