Topics
Started by
Posts
Last post
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
Need to import a flat file that has a field count that exceeds allowable field count. Is there a w…
1 replies
I don't know that this is SQL 2008 specific, but that's the version I am using in this situation. I…
10 replies
Hello everyone, Sorry if this is somewhere, I just could not find. Today, I have a internal app whe…
7 replies
Viewing 15 topics - 9,241 through 9,255 (of 10,647 total)
You must be logged in to create new topics.