Topics
Started by
Posts
Last post
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
By: WHug
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
I've been digging around playing with spatial maps in SQL Server. I've read a few articles on geoc…
5 replies
Hi everyone, I have created a sum UDF and I cannot call it. The variable being called cannot be bo…
6 replies
By: Scott745618
I'm trying to connect SQL Server installed on a Linux server through Docker from a C++ application …
1 replies
Hello All, I am new to the SQL realm and at work I use SQL Studio. I have a question in regards to …
4 replies
Hi Everyone. I'm hoping someone can take a look at my code here to see what I am missing. I'm tryin…
2 replies
Hi there I have two tables, one with an ID and Amount (Table 1) and the Second with a Column called…
5 replies
We have many reports and are looking for a way to apply header/footer classifications or notices. I…
1 replies
Hi I have a table with a could that has over 3000 rows for employees name, in some of the rows ther…
4 replies
Today I learned that Group and Count do not pay attention to "THEN" in the case statement. I though…
12 replies
Is there a way in the same SELECT statement to show different columns without using dynamic SQL? I …
3 replies
Viewing 15 topics - 1,336 through 1,350 (of 1,816 total)
You must be logged in to create new topics.