Topics
Started by
Posts
Last post
Good Morning, I have programmed a SQL coding that copy "z" data under the "a" data but the number "…
5 replies
This is a question about the Connect to Server dialog in SSMS, the one that you use to connect to a…
2 replies
Hello! Please, consider the following code DECLARE @SNH TABLE ( cntDT DATETIME, cntQ varchar(10), c…
5 replies
DECLARE @saida VARCHAR(MAX) SET @saida = '<br>===================<br>' SELECT @saida…
6 replies
Hi Expert, How i can take table backup and restore again in sql server when more data is available …
8 replies
I have a table with data (just including the relevant stuff here) and each line has a TeamId which …
3 replies
Hi there I have created a Docker Container and able to restore and operate SQL Server Databases wit…
3 replies
I have a table data like below. Now I need to find the previous 2 rows where I have SLA Expired in …
1 replies
select Convert(Varchar(100),yourcolumn,103) as Converted_Date from yourtbl How can I get the end re…
7 replies
Hello! This is a follow-up for this topic as, IMHO, the question deserves a separate thread I'm usi…
4 replies
Is it possible to have '0' (zeros) versus a NULL in my output? DECLARE @GroupBy1 VARCHAR(10…
9 replies
Attachments:You must be logged in to view attached files.
1 replies
hey, Using the following statement I can calculate conversions taking place within the same month: …
4 replies
Hello everyone, I want to display the information in the table in one row for each status (show the…
3 replies
Hello! I'm writing a query. As per the logic in my SELECT statement there should be a column from a…
5 replies
Viewing 15 topics - 856 through 870 (of 1,784 total)
You must be logged in to create new topics.