Topics
Started by
Posts
Last post
I have a sql server 2019 database with a table that contains a varbinary(max) column . I have used…
4 replies
I'd like to hear some others' opinions on this. If you are building an SSRS report which requires a…
18 replies
Table 1 Bank ID Transaction ID Date Amount 1 1 30-06-2020 50 1 2 30-06-2020 80 1 1 31-12-2020 72 1 …
3 replies
Hello: I am creating a new database and suddenly I have a doubt. In most applications, there is alw…
11 replies
Hi there Im not sure if this should be asked on a C# forum, but im taking a shot here. We have a C#…
3 replies
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
By: nkat
DECLARE @saida VARCHAR(MAX) SET @saida = '<br>===================<br>' SELECT @saida…
6 replies
By: Thom A
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
By: legacyvbc
Hi there I have created a Docker Container and able to restore and operate SQL Server Databases wit…
3 replies
By: Weegee71
I have a table data like below. Now I need to find the previous 2 rows where I have SLA Expired in …
1 replies
By: DesNorton
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
By: nkat
Viewing 15 topics - 886 through 900 (of 1,816 total)
You must be logged in to create new topics.