Comments
Sort by recent activity
Hi @Tianjiao_Li . Thank you for answering. I have read something similar in an other part of the documentation. (BTW, your link does not work, it contains some comment in the start). However, I am not sure I agree with the statement "This form of data sampling makes sure that whatever the time range displayed, peaks and troughs are maintained on the graph relative to each other, so you don't miss anything important.". In my case as described in the original post, the graph says that the highest value for a particular day was 5%, while it really was 42%. I'd say that I do miss something important there if I have the longer range. (Unless there is something I miss here..) / comments
Hi @Tianjiao_Li . Thank you for answering.I have read something similar in an other part of the documentation. (BTW, your link does not work, it contains some comment in the start). However, I am ...
Thank you for very quick response! / comments
Thank you for very quick response!
Are there any news to how this works since the last comments? I have opted out of installing SQL Prompt to VS due to this change in behavior, but wondered about if has been approved now? / comments
Are there any news to how this works since the last comments? I have opted out of installing SQL Prompt to VS due to this change in behavior, but wondered about if has been approved now?
What is the difference between core and pro versions? I have version 9.1.0.4138, but it says nothing about core or pro. / comments
What is the difference between core and pro versions? I have version 9.1.0.4138, but it says nothing about core or pro.
I found this other guy who seems to have the same problem. Does this mean that this is a bug in SQL Prompt for VS? https://developercommunity.visualstudio.com/content/problem/24484/sql-prompt-intellisense-for-database-objects-doesn.html / comments
I found this other guy who seems to have the same problem. Does this mean that this is a bug in SQL Prompt for VS?https://developercommunity.visualstudio.com/content/problem/24484/sql-prompt-intell...
Hi
Yes, this was indeed what I was looking for. Thank you.
I have a question related to these forum post: Is it possible to get an email when someone responds to one of my posts, or on a post that I have responded to? As it is now, it seems that I have to login in order to see if there are any messages to me. / comments
Hi
Yes, this was indeed what I was looking for. Thank you.
I have a question related to these forum post: Is it possible to get an email when someone responds to one of my posts, or on a post that ...
Hi Michael
The way I want it to be, is the way it is in my original post. Meaning that the AND start on same column as the WHERE: SELECT *
FROM dbo.Anlegg
WHERE Anleggsid = 1
AND StartDate <= getdate()
AND StopDate IS NULL;
I have not tried the experimental features.
The way it is formatted today is like this (and this is not how I want it):
SELECT *
FROM dbo.Anlegg
WHERE Anleggsid = 1
AND StartDate <= getdate()
AND StopDate IS NULL;
/ comments
Hi Michael
The way I want it to be, is the way it is in my original post. Meaning that the AND start on same column as the WHERE:SELECT *
FROM dbo.Anlegg
WHERE Anleggsid = 1
AND StartDate <= getdat...