Viewing 15 posts - 1 through 15 (of 96 total)
O srry, because I would like erverthing in seperate column:
dbname | schema | Table/view |
db dbo xxxx
🙂
November 9, 2021 at 1:18 pm
That not really the solution, but I have something but not complete:
SELECT DISTINCT [name] AS SYN_NAME,
LEFT (REPLACE(REPLACE(base_object_name ,'[',''),']',''),
CHARINDEX('.', REPLACE(REPLACE(base_object_name ,'[',''),']',''))-1)...
November 9, 2021 at 12:55 pm
Any help? ?
October 28, 2021 at 6:56 am
A, so you are forced to specify it. It is not possible to call all fields without specifying (*) (inside ITEM) and get every column back as you call...
July 23, 2020 at 10:10 am
This was removed by the editor as SPAM
July 23, 2020 at 9:51 am
Thanks for the helping answers . Is there a possible way to get it in all colums in table format (So I dont want to get only an specific colum)...
July 23, 2020 at 9:35 am
The question is: How can I get to the closest startdaterate with customerdateticket?
I just find out datediff but I dont think you can fixed with MIN/MAX
select datediff(DAY,...
April 25, 2019 at 7:29 pm
Tnx for the reactions. I will try the reactions and testing it out what will be suit in the solution.
July 30, 2018 at 2:30 am
July 24, 2018 at 1:37 am
I have fix the = sign, but get now the following error. Picture:..
July 19, 2018 at 1:01 pm
Hi Guys,
Still no anwsers 🙂
I just had make a documentdb in azure cosmosdb but I want still try a monogodb for this project mabye...
July 19, 2018 at 10:31 am
If it's SQL 2014 or SQL...
September 29, 2017 at 4:44 am
Someone with anwsers??
September 26, 2017 at 4:02 am
Viewing 15 posts - 1 through 15 (of 96 total)