385,673 questions

Sort by: Updated
2 answers

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',…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,652 questions
asked 2021-02-04T11:31:15.88+00:00
kasim mohamed 581 Reputation points
commented 2021-02-09T01:37:11.123+00:00
EchoLiu-MSFT 14,581 Reputation points
2 answers One of the answers was accepted by the question author.

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…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,289 questions
asked 2021-02-02T21:16:32.443+00:00
Frank Hernandez 96 Reputation points
commented 2021-02-09T01:33:55.447+00:00
JimmyYang-MSFT 53,761 Reputation points Microsoft Vendor
4 answers

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…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,652 questions
asked 2021-02-05T08:41:48.143+00:00
rajesh yadav 171 Reputation points
commented 2021-02-09T01:20:39.31+00:00
MelissaMa-MSFT 24,201 Reputation points
1 answer

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 …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,808 questions
asked 2021-02-01T10:26:13.71+00:00
Lee Graham-Carlyle 1 Reputation point
commented 2021-02-09T00:58:19.863+00:00
Li Zhang_MSFT 1,566 Reputation points
2 answers

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…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,369 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,032 questions
asked 2021-02-02T12:05:29.523+00:00
Marwa Mostafa 1 Reputation point
commented 2021-02-09T00:56:37.97+00:00
Li Zhang_MSFT 1,566 Reputation points
1 answer

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

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,644 questions
asked 2021-02-08T14:40:01.49+00:00
VINAY MEHROTRA 1 Reputation point
commented 2021-02-09T00:19:32.947+00:00
abbodi86 3,891 Reputation points
1 answer

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…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,808 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,895 questions
asked 2021-02-07T20:23:43.533+00:00
vignesh subramanian 1 Reputation point
commented 2021-02-09T00:13:22.417+00:00
ChelseaWu-MSFT 6,326 Reputation points
1 answer

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?

Azure SQL Database
asked 2021-02-03T11:38:55.207+00:00
Thanzeel Jalaldeen 1 Reputation point
answered 2021-02-09T00:07:59.617+00:00
Navtej Singh Saini 4,226 Reputation points Microsoft Employee
2 answers

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.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,644 questions
asked 2021-02-08T22:54:42.86+00:00
Bradley Gurien 1 Reputation point
commented 2021-02-08T23:15:43.203+00:00
Anonymous
14 answers

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,…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,644 questions
asked 2021-02-08T00:46:15.267+00:00
Kapil Dhingra 1 Reputation point
answered 2021-02-08T22:50:49.043+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

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

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,652 questions
asked 2021-02-08T16:36:39.293+00:00
techcode 21 Reputation points
accepted 2021-02-08T22:47:20.667+00:00
techcode 21 Reputation points
0 answers

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…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,967 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,652 questions
asked 2021-02-08T17:37:32.677+00:00
Gary Burch 1 Reputation point
commented 2021-02-08T22:40:35.083+00:00
Erland Sommarskog 112.7K Reputation points MVP
0 answers

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…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,063 questions
asked 2021-02-07T18:12:47.573+00:00
Henrique Carvalho 1 Reputation point
commented 2021-02-08T22:33:48.973+00:00
James Hamil 25,006 Reputation points Microsoft Employee
0 answers

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…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,974 questions
asked 2021-02-08T22:18:41.817+00:00
Matthew Gaiser 1 Reputation point
1 answer One of the answers was accepted by the question author.

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…

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
816 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
364 questions
asked 2021-02-03T01:31:59.653+00:00
Cameron Backus 41 Reputation points
commented 2021-02-08T22:07:31.563+00:00
Cameron Backus 41 Reputation points
5 answers One of the answers was accepted by the question author.

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.…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,967 questions
asked 2021-02-04T16:26:02.723+00:00
Chris Sijtsma 106 Reputation points
commented 2021-02-08T22:04:22.423+00:00
Erland Sommarskog 112.7K Reputation points MVP
5 answers One of the answers was accepted by the question author.

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…

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,548 questions
asked 2021-02-02T15:40:42.29+00:00
Nik Alex 21 Reputation points
answered 2021-02-08T22:03:05.233+00:00
Nik Alex 21 Reputation points
1 answer

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…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,219 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,919 questions
asked 2021-02-05T15:19:34.817+00:00
Boyan Petrov 1 Reputation point
commented 2021-02-08T21:57:38.31+00:00
deherman-MSFT 37,411 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,789 questions
asked 2021-02-08T16:42:27.073+00:00
M.Boudiwane 21 Reputation points
commented 2021-02-08T21:05:08.447+00:00
Anonymous
0 answers

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…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,819 questions
asked 2021-02-03T15:17:02.637+00:00
Subramani, Sree Susmitha 1 Reputation point
commented 2021-02-08T21:04:15.49+00:00
HimanshuSinha-msft 19,476 Reputation points Microsoft Employee