Topics
Started by
Posts
Last post
I have a procedure which is-> ============================================================ creat…
11 replies
Hi all, I need small query which determines DateTime and count of records of a table. Examp…
2 replies
Hi, I've been doing some work on trying to optimize a procedure (Procedure A), so I wrote a new pro…
3 replies
Hi Experts, Here we go. I have below DDL,DML and what I expecting. create table langdtl(id int,spea…
6 replies
Is there a faster way to get the Top 1000 rows sorted on ORDER BY COALESCE(<possible null field…
10 replies
I've a table with data shown as below DetailsID FollowupID 1 0 2 0 3 …
3 replies
Hi there, I have a dataset of percent changes to an account but I don't have the account balance. W…
5 replies
Hello SQL Experts, I have a question.... I have 3 tables (table1, table 2 and table3) table1: …
7 replies
Suppose I have a tableA with primary key has Identity column. In this table multiple user inserts t…
6 replies
I have the following procedure: DECLARE @id int DECLARE @result table(id id) update ge…
10 replies
Hello Everyone I am working on some things, and ran across this to try and figure out. This is very…
6 replies
Hello Everyone I am working on using part of a string to name the related graphic file. This is an …
5 replies
SELECT rf.ContainerNo,rf.BookNo,BC.seal1No,BC.tareweight as tareweight, BC.cargoweight as cargowei…
6 replies
Hi everyone, I have a design like the one attached to this post and i want to be able to query the …
3 replies
Hi All. I'm hoping for ideas on how to make either my query more efficient of a better way of colle…
43 replies
Viewing 15 topics - 9,226 through 9,240 (of 10,635 total)
You must be logged in to create new topics.