Topics
Started by
Posts
Last post
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
Hello! Please, consider the following simple code with cte AS ( SELECT [cntSRV…
4 replies
Hi all, Really quick one I hope. I have a stored procedure as part of an ETL process that d…
7 replies
Hi All I have a requirement like below ,need to take max of the week data. Ref table + data table …
4 replies
Viewing 15 topics - 871 through 885 (of 1,795 total)
You must be logged in to create new topics.