Thanks, that worked!
Here is the query I ended up with using:
select
Month(o.TradeDate) as TradeMonth,
Year(o.TradeDate) as TradeYear,
Count(*) as QtyNewCustomer
from [Order] as o
where paid = 1 and not exists (select 1 from [Order] as s
where s.CustomerId =...
Thanks, but unfortunately that did not work. I got different errors. Missing group by. Also, the table name is [order] and not [orders]. The column orderid does not exist. I tried to fix to the following but no rows where returned:
select
Month(o.TradeDate) as TradeMonth...
I have an order table with customer id and tradedate. I would like to get statistics about number of new customers for each month. I defined a new customer by an order row with a customerid I have not counted before. I am not sure if this is possible through SQL only.
Here is my sample query...
What does this output mean, that junk-filter is not enabled:
[PS] C:\Windows\system32>get-mailbox webmaster | fl *junk*
SCLJunkThreshold :
SCLJunkEnabled :
Hi,
an important email is moved to the Junk folder of a mailbox. I do have black listing enabled but I do not think it is that component that moves a specific mail to the Junk folder.
1. what process is moving it?
2. how can I exclude a specific sender?
Thanks
I am new to Exchange 2013. I first created a default domain xxx.com. Then I wanted to add a second domain yyy.com. Here is what I did:
Mail flow->Accepted domains->Add
Mail flow->Email address policies->Added second domain
Still, when I try to add a user I only have one domain I can...
I thought I did everything to get IMAP work working but apparently it is not enough. What I have done is to set services to auto start.
I am able to telnet to port 143 on that server and it answers ok.
I have verified that IMAP is enabled on the user in the administration console.
The problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.