Topics
Started by
Posts
Last post
I have a Visual Studio project web site that I have been using for years. The move to SQL server 20…
25 replies
My goal is to get the results below. Trying to get the nearest date and result from the #Data table…
3 replies
Hi Everyone, I am trying to apply a Multi table function that uses a recursive CTE. When I apply it…
8 replies
Hi there I have a database table containing historical data This table contains the name of tables …
6 replies
Hi everyone, I am working on a join that takes days to run, the code is below (it has been edited f…
26 replies
Is there a way to write a line into a SQL so that the column only shows a N if there is something i…
4 replies
Hi, Can someone please help me with a query? I have two tables and I want the concatenate rows as a…
2 replies
Hi ! i got a task where i am to post only the Reshnum of the Department with the highest count of a…
5 replies
i have a Problem in my code, the case is this. I need to count the amount of employees in all the d…
4 replies
Sorry for the dumb question, but given all the "things" that return tables... temp tables, table-va…
4 replies
Hi, I've got the following version of SQL Server installed. Microsoft SQL Server 2016 (SP2-CU16) - …
5 replies
Hello, I have a problem with "xp_subdirs" inside a stored procedure that always has worked in the p…
2 replies
Hi everyone, I am working with a recursive CTE that loops through records. I have lead and lag vari…
8 replies
Hello: I have the following query... SELECT JobOperations.jmoJobID AS JobNo, JobAssemblies.jmaPartI…
5 replies
create table test ( sort_path varbinary(4096), ); insert into test (sort_path) values (0x00000…
2 replies
Viewing 15 topics - 1,291 through 1,305 (of 1,784 total)
You must be logged in to create new topics.