4,713 questions with Developer technologies | Transact-SQL tags

Sort by: Updated
10 answers One of the answers was accepted by the question author.

Microsoft SQL Server Studio - Dark Mode

Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?

Azure SQL Database
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,575 questions
SQL Server | Other
asked 2023-12-19T13:11:52.4966667+00:00
Kıvanç ÖZDEMİR 135 Reputation points
commented 2025-12-05T17:54:55.7766667+00:00
Bryan Diercks 6 Reputation points
4 answers

Invalid object name 'STRING_SPLIT' in SQL Server 2019

Hi Support, Our SQL server version is 2019 and check the compatibility level is 150, but it still have error "Invalid object name 'STRING_SPLIT' ". We also tried the case sensitive according to this link, both of them have the same error. …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2022-04-04T02:26:23.81+00:00
Andy Chong 892 Reputation points
edited an answer 2025-12-01T19:35:14.47+00:00
Randy Kroeger 0 Reputation points
1 answer

Can I join Developer program?

Hi, I would like to join developer program and be able to learn and test.

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-11-26T10:01:46.46+00:00
Mohammed Arshad 0 Reputation points
answered 2025-11-26T10:02:01.95+00:00
Q&A Assist
3 answers One of the answers was accepted by the question author.

Add Headers To BCP Export

I am using SQL Server 2016, and I am exporting data using BCP. I need the headers exported as well. I saw an example where I could do bcp "Select ''Field1'', ''Field2'', ''Field3'' UNION ALL Select CHAR(34) + Convert(varchar(10), field1,…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2020-11-25T03:44:55.367+00:00
Johnathan Simpson 586 Reputation points
commented 2025-11-26T08:56:16.59+00:00
rferraton 0 Reputation points
3 answers

fast farward curson vs while loop on @table

hi, need to known weather fast farwand cursor is faster than a while loop made on @table variable haveing less than 15 rows that means 15 iteration. pls tell me which one is faster.

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-11-08T12:01:47.3466667+00:00
Rajesh Kumar Yadav 20 Reputation points
commented 2025-11-09T11:05:36.9933333+00:00
Erland Sommarskog 128.6K Reputation points MVP Volunteer Moderator
5 answers

Export data from Excel to MS SQL Server

Hi, We have an excel that stores data in it. Some forms are created inside it that are not tabular in structure. So we can consider excel sheets act as individual pages as in any website. now we need to pull data from excel into database. I…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2022-11-10T05:30:20.117+00:00
Ravi Kumar 1 Reputation point
answered 2025-11-04T12:24:01.1566667+00:00
Ramana Kopparapu 306 Reputation points
1 answer One of the answers was accepted by the question author.

How to trap errors in Agent Job execution

I have an agent job with several steps, each step executing a stored proc. A few times each year, when a step EXEC takes place, there's no response, the proc doesn't run at all, and the step quits upon failure. I have error checking in the proc, but I…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-10-28T00:38:34.7866667+00:00
Corey Fleig 160 Reputation points
commented 2025-10-29T22:36:28.7166667+00:00
Corey Fleig 160 Reputation points
2 answers One of the answers was accepted by the question author.

Convert 14 Char String to Datetime

I have a field in a table called TraceID that stores data like this: 2024040611102200021 The first 8 characters represent the date (YYYYMMDD). The next 6 characters represent the time (HHMMSS). The last five are insignificant numbers. So this would be…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2024-04-06T15:15:48.1066667+00:00
Dom 951 Reputation points
answered 2025-10-29T14:48:38.79+00:00
Ramana Kopparapu 306 Reputation points
3 answers One of the answers was accepted by the question author.

Preventing Database Deletion in SSMS

prevent accidental database deletions within SQL Server Management Studio (SSMS). Currently, I am exploring options to enforce this restriction effectively implemented a DDL trigger Is the above DDL trigger approach appropriate for preventing…

SQL Server on Azure Virtual Machines
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2024-06-28T13:20:16.26+00:00
Niket Kumar Singh 835 Reputation points
answered 2025-10-24T13:17:36.25+00:00
Ramana Kopparapu 306 Reputation points
4 answers

MERGE Statement results in a Cannot insert duplicate key in object

So we have a MERGE Statement that looks as though it should do the INSERT on NOT MATCHED and the UPDATE on MATCHED correctly. However when processing for some reason it seems to be falling into the NOT MATCHED INSERT portion of the MERGE rather than the…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2022-05-11T15:17:02.74+00:00
Bobby P 231 Reputation points
commented 2025-10-23T20:44:51.4333333+00:00
Erland Sommarskog 128.6K Reputation points MVP Volunteer Moderator
2 answers

can the ROW_NUMBER() function be used without the PARTITION clause?

I'd like to get row numbers for my output without having to use ROW_NUMBER() OVER(PARTITION BY ...). Is this possible, and can you provide an example?

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-05-09T14:17:25.23+00:00
Gil Robinson 0 Reputation points
answered 2025-10-23T14:18:10.99+00:00
Ramana Kopparapu 306 Reputation points
3 answers

how to calculate age from date of birth

im required to come up with a script for a solution where you need both peoples date of birth, and age, when registering them its clearly stated that the person wont be asked to input their age, just their dob. but the age is needed what needs to be…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2021-07-19T19:05:00.413+00:00
ganeplay506 1 Reputation point
commented 2025-10-23T14:11:38.26+00:00
Ramana Kopparapu 306 Reputation points
1 answer

SSIS using Kingswaysoft

Hi Team, I want to do the On prem CRM migration from 8.1 to 9.1 where we have a 9 TB SQL data which is the big challange for us. Someone suggested to do this using Kingswaysoft tool which handles a large data migration. Could you please provide us…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-09-22T10:14:44.2133333+00:00
Sachin Joshi 0 Reputation points
edited the question 2025-10-17T13:02:41.63+00:00
Rekha 0 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

How can convert decimal value into time format as its

How can change to decimal values in to time format as it is without any change in values declare @intime decimal (10,2) = 7.50 declare @intime1 decimal (10,2) = 17.50 declare @breakhrs decimal (10,2) = .45 declare @breakhrs decimal (10,2) = 1.00 …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2021-02-02T16:11:12.91+00:00
Polachan Paily 226 Reputation points
edited an answer 2025-10-17T05:03:43.4933333+00:00
bruce 0 Reputation points
2 answers

sp_prepare and sp_execute vs sp_executesql

I have noticed sp_executesql also makes a single plan for a stmt when a stmt is calle in a loop. Generally plan is evicted from cache from first in first out or usage basis.so if i use sp_executesql then i should be fine in a loop in stored procedure…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2025-10-09T06:11:42.3533333+00:00
rajesh yadav 291 Reputation points
commented 2025-10-16T09:50:21.26+00:00
Raymond Huynh (WICLOUD CORPORATION) 3,645 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

MSDN forum directs me to here

Hello all, I go to this link: https://social.msdn.microsoft.com/Forums/en-US/home and it directs me to : https://learn.microsoft.com/en-us/answers/questions/ask.html?WT.mc_id=msdnredirect-web-msdn Does anyone know what the reason is? …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
asked 2021-02-02T03:38:04.39+00:00
CouldsInSky 41 Reputation points
commented 2025-10-15T05:47:51.6333333+00:00
Jackson Wordan 0 Reputation points
4 answers

Looking for SQL Server 2019 Architecture Diagram

I am looking for an Architecture Diagram for SQL Server 2019. Can someone point me to a web site? I cannot find anything current.

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2021-02-19T01:43:00.273+00:00
LCerni 1 Reputation point
answered 2025-10-10T15:34:37.3066667+00:00
long pham 0 Reputation points
2 answers One of the answers was accepted by the question author.

Why there are null values in stop_execution_date column of msdb.dbo.sysjobactivity table

Hello, We are using below code to identify and stop running SQL Server Agent jobs. SELECT 1 FROM msdb.dbo.sysjobs_view job INNER JOIN msdb.dbo.sysjobactivity activity ON (job.job_id = activity.job_id) …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2022-01-31T10:57:54.733+00:00
anil kumar 1,646 Reputation points
commented 2025-09-25T14:13:51.73+00:00
BORDIER Stephane 0 Reputation points
3 answers

Stored Procedure not executing as SQL Agent Job

I have a stored procedure (1) that updates JSON data (via JSON_Modify()) in an auditing table to replace raw binary with a short string 'Binary column data.'. This stored procedure functions when executed in SSMS, but when I try to have a SQL Agent Job…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2021-06-30T18:09:33.473+00:00
Bryan Lee Briggs 1 Reputation point
answered 2025-09-22T13:49:49.2833333+00:00
Don Price 0 Reputation points
4 answers

IF EXIST UPDATE, IF NOT EXIST INSERT

Hi, i want to know how update a row if exist and if don't exist insert a new row Example:

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
SQL Server | Other
asked 2021-04-26T15:18:32.48+00:00
EvansGxz 1 Reputation point
answered 2025-09-17T13:41:56.9333333+00:00
Victor Garret 0 Reputation points