Find different procedure amount on the same date
Hi, I have a table like below create table #mytable (vouno varchar(20), voudate date, procedure varchar(10), Amount decimal(18,3)) insert into #mytable values ('1001','01/01/2021','A', 100) insert into #mytable values ('1001','01/01/2021','B',…
Unable to add External user to Teams
I am unable to add an External user to Teams from within the Teams App. (see screenshot) When attempting to add the user via the Microsoft Teams Admin Portal, the search results with "We can't find any team members to add." I have…
Joins can be replaced by "," as shown below but i have mixed them , is it valid , pls send the document
-- the question is the second stmt has join and "," both is it valid , and if it is valid pls send the document where it is written for mixed mode. declare @t table(tid bigint,f decimal(13,4),tto decimal(13,4)) insert into @t…
SharePoint News publications - how do I get the STATS by Report for individual publications for Unique Views
Hello I'm looking to gather report data on all SharePoint News publications. In particular by publication the report needs to contain data on the following: Publication title Number of unique views by publication Number of views by publication …
Is there a way to allow users search by list fields in SharePoint 2016?
Hello, Our case is that we have a custom list where the user wants to do search by any of its fields and get the filtered results so is there a way to achieve this using views (having dynamic filters) or is there any other way to achieve this…
Windows Insider"STOP GETTING INSIDER PREVIEW BUILDS WHEN NEXT VERSION OF WINDOWS RELEASES
Opted for Stop Getting Insider build when next version of windows releases after updated to Build 20226.rs_prerelease.200925-1415 but till date i am not able to get out of the Preview Releases
SharePoint Syntex not tagging managed metadata terms from Synoyms
I am trying to use SharePoint Syntex to automatically add tags based on content. I have a managed metadata column that is mapped to a term set. Some of these terms have synonyms defined. When the extractor identifies the labels, that are exactly…
backup azure sql db
i have a database on azure which is more the 1 TB in size. i need to get a backup of this wihtout slowing down the clients. how can i do it?
Why can't I schedule an exam?
When I click on schedule an exam, it says it is loading and taking me to the exam page to make a selection for the test, but it comes up as there was an error or something and then it tells me to contact support.
Need info on my exam of Microsoft
Hi Team, This link is not opening. I want to give a Microsoft exam and want to know on validity of my exam. Please reply FYI... Regards,Kapil Dhingra Forwarded message --------- From: Microsoft <Microsoft@e-mail.microsoft.com> Date: Wed,…
TSQL: Stored Procedures: Convert your block into two procedures. One that creates all of your data on your tables, and one that deletes all data in your tables
TSQL: Stored Procedures Convert your block into two procedures. One that creates all of your data on your tables, and one that deletes all data in your tables i need a help with it
Field which can lookup against multiple tables
I have a SQL Database with multiple tables of similar but distinct data (e.g.: Workstations, Virtual Servers, Physical Servers, Switches, ...) All these tables have Primary Keys defined the same in the CREATE TABLE statement: ID UNIQUEIDENTIFIER…
AzureAD Guests Invite
Hi, I'm using New-AzureADMSInvitation to invite guest to my Tenant Now, I have to new requirements: 1- I need to find programmatically in advance (before sending the invite) if the user domain is configured on my Tenant whitelist 2- I need to…
Will the upcoming elimination of Edge Legacy mean that it will be removed from Microsoft Word as well?
I read an article about how the time for Edge Legacy is coming to a close. I am on a team that is currently looking at developing an Add-in for Word and one of the things we have been struggling with has been getting modern web frameworks like Angular…
Error when trying to migrate from IOTCentral v2 to V3
I am getting a message that I need to migrate from v2 to v3 in Azure IoT Central. I click on the migrate button and then enter a new application name and get this error: We couldn't create your new app Something went wrong when we tried to create…
Resource governor: How to write a classifier function?
Dear colleagues, Our management wants a start screen with tiles for certain tasks. Each tile must show a number. The user (or an application manager or super user) must have the option of writing a query that produces a number to be shown on the tile.…
How to check the new entries of a file that might contain a specific error
I have a log file and I am trying not to capture the same error in the log when the below script runs. The script is running every 5 minutes through task scheduler. (so, if there are new entries with the specific error an email should be sent, if not…
Unable To Set Blob Service Properties
0 I have an issue with azure storage blob is not returning 206 Partial content for video files. Problem: videos are fully downloaded(20-40s for 300mb videos) and the seek bar is not working. I am using Laravel and this problem occurs only when I…
Windows Server 2019 CALs per user
HI i bought 300 users CALs (Windows server 2019 CALs) and i want to know how install them on the server and register them to microsoft portal.
ADF triggers when stopped using azure cli powershell commands keeps on running the triggers even after the scheduled. time period
Hi, We have setup CI/CD pipelines in Azure for Azure Data Factory. But before the Deployment we need to stop the triggers in ADF. So we have used Azure Powershell task and used the command Start-AzDataFactoryV2Trigger This command starts the…