Compare table and update flag
Hi Team, I have 3 tables as shown below I am using MS flow - I get the ID in flow and fetch the Code for that ID in Table 1 (Eg: for 101 ID the code is 998877) Now need to compare that code (998877) in Table 2 If that code exists in table…
Windows Server 2012 R2 - Unexpected Restart
Hi Guys, I have problem with server. The server restart unexpected and show as picture below.. Anyone know what problem is it? Thank You.
How to copy indexes from one table to another accross different db
suppose in db1 i have a emp1 table which has index and i have db2 and it has also emp1 table which has no index but same table structure. now i want to copy index from db1..emp1 to db2..emp1 and i tried below script which did not work but throw no error…
HYPER -V REPLICA
Please note if anyone has information about this replica configuration is not active HYPER-V Setting
ActiveSync emails not down loaded into folders with Microsoft 365
ActiveSync exchange account at Outlook Microsoft 365 - updating seen to each folder downloaded , see attaching , - just none Emails in no folders after its time processed ? photo put this area perhaps not working…
Merge statement and insert data into another table
I have very basic question about Merge statement. see the sample code. MERGE Locations T USING Locations_stage S ON T.LocationID=S.LocationID WHEN MATCHED THEN UPDATE SET LocationName=S.LocationName; When Match then updating Location target table but if…
Remove "via" and "The actual sender of ....." Notification in Outlook
Hi All, I'm using a service to send emails as my domain, but when the emails are received it has the following highlighted notifications. I understand it is because of the difference between the Header FROM and Envelope. Is there a way to suppress it…
What is OUTPUT clause usaged with Merge statement
See this code example where OUTPUT clause has been used but what it will do ? does it just display data after merge statement complete updating or inserting data ? MERGE Production.ProductInventory AS target USING (SELECT ProductID,…
RDS Licensing Strange problem
Hello. I Have 5 RDS servers with Windows 2019. I have 30 RDS users License. The Rd license manager show that only 4 license are used, but for sure i have at least 25 users connected. The RD license diagnoser say that all is ok. I wondering Why…
How to force Treeview scrollbar thumb scroll up/down when dragging any node
My treeview has huge node. i made possible to drag and drop the node. when i am on last node and try to drag that node to upward then treeview scrollbar not going up. so guide me how could i force treeview scroll bar go up when i will drag bottom nodes…
[Migrated from MSDN Exchange Dev]problem with search index on exchange 2019
[Note] This thread was originally posted on MSDN. As the MSDN Exchange Dev forum mainly focuses on developing issues and the TechNet Exchange forums for general questions have been locked down, we manually migrated this one to Microsoft Q&A platform…
How to retrain Automated ML generated Model with new Data
Hi, i generated a machine learning model with Automated ML in Azure Machine Learning. Time to time i get new data, and i wanna feed the generated model with it. Is there a way to automatically retrain that model and updating the belonging endpoint.…
I need to get resource utilization data for azure sql hyperscaled database over email monthly. Can anyone help on that?
I need to get resource utilization data for azure SQL hyperscale database over email monthly. Can anyone help on that?
diploma 70-761 certified
Hello, I passed 70-761 exam in 30.05.2020. How can I get my diploma? Thank you. Have a nice day.
"fatal error LNK 1181:cannot open input file 'onecoreuap.lib".
Hi, When I try to compile DLL source file in Visual 2013 with build tool set Visual Studio 2013(V120), am facing the following error: "fatal error LNK 1181:cannot open input file 'onecoreuap.lib". Please anyone help how to solve this…
New Outlook version on Mac doesn't support some email accoutns
Hi all, I want to switch to the newer outlook version but one of my accounts seems to be not compatible with the newer version. In my old outlook version all of the accounts work normally. if I want to switch to the new version, a notification pops…
Estimate impact needed for rebuilding all indexes?
Have a 3rd party system that has a job that rebuilds all indexes nightly. We get periodic alerts when this happens that the TLog isnt big enough or a backup fails because the TLog is full. I know that rebuilding an index, and especially rebuilding ALL…
No signin option in vscode
This might be pretty simple answer but i am breaking my head for quite some time on it. Can't seem to find answer online. When i go under Account (On left side bottom in VS Code) i see "You are not signed in to any account". Can anyone…
msn account frozen or locked out ?
Since November 7th I no longer get email from my cxxxxxx@Anonymous .com account on my computer or phone. Why not?
SSDT crash with two column key
I'm using the latest Visual Studio 2019 SSDT (SQL Data Tools). It crashes doing the following: Compare a table with PK constraint that has one column and also another unique constraint that has two columns as the key. In the comparison options,…