Topics
Started by
Posts
Last post
Hey all, Haven't posted here in a while! I was hoping i could get some help on how i can setup an e…
1 replies
Hi all, I have data similar to the below CREATE TABLE #TEMP ( TYPE VARCHAR(10), SEQ INT, SUB_TYPE …
3 replies
I need to sum box count the trouble there are multiple rows for each item or items in a box for Lin…
3 replies
Ok, I'm looking to get counts on historical data where the number of records exists on or after May…
2 replies
I may feel the need to leap out my (ground floor) window with this one Trying to use LIKE / NOT LI…
7 replies
Regular functions store the return value as parameter zero in sys.parameters but I can't find the T…
10 replies
I want to return all rows in table giftregistryitems with an additional column that holds the sum o…
21 replies
I have a stored procedure that runs every 5 minutes. I have one block in the procedure that will o…
7 replies
Hi I have table in which month & year are stored, Like this Month Year 10 …
15 replies
I'm using a bitwise comparison to effectively store multiple values in one column. However once the…
14 replies
Hi, I have this data as below. I need to find out the combination from the data and take a count of…
1 replies
how to track how many rows updated or deleted per day in a single table and load the information in…
7 replies
Hi, Sample data to play with use Temp Go declare @Master table(ID int, EmplopyeeID int); declare @R…
4 replies
I like to DISTINCT my column facc_bkey but that take a lot of time. This is very, very slow 🙁 Selec…
18 replies
ROW,NOTE_ID, NOTE_SERIAL_NUM, NOTE_STATUS 1, 366834292, 333040947, 8 2, 366834292, 333054601, 2 3, …
4 replies
Viewing 15 topics - 1,216 through 1,230 (of 10,647 total)
You must be logged in to create new topics.