Topics
Started by
Posts
Last post
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
By: Guru1997
We have many reports and are looking for a way to apply header/footer classifications or notices. I…
1 replies
By: sol
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
Hello trying to find unique values on the following table First temporary table query (Master Data…
17 replies
By: Mond
Hi, we use the SqlBulkCopy class for insert bulks (SQL 2019). Is there an option to set the ROWS_PE…
1 replies
Hi friends, I’d like to have your help. I have a SQL Server database, and a table dbo.OnData on it.…
8 replies
Viewing 15 topics - 1,336 through 1,350 (of 1,814 total)
You must be logged in to create new topics.