Topics
Started by
Posts
Last post
Hello all, I was expecting the maximum value for the code mentioned below to be "005", but it is di…
19 replies
By: ssc_san
I have a table with a PK called '[ID]'. I want to rename it so that it is without brackets. How…
1 replies
If I do a simple select from my table independently, I get the correct number (I confirmed this out…
6 replies
I've the two below queries which I've identified as 1 and 2. All I want is to get the 'Denied Cust…
3 replies
Any idea how I can list the alternate parts on the same row as the parent part? There may be severa…
4 replies
By: bpowers
I have two tables that I am questioning in a sql server 2008 r2 database. The table called [dbo].[A…
5 replies
By: ACinAZ
hi ,i have 1 table Declare @temp1 table( id int, code char(10), value float) insert into @temp1 val…
6 replies
I am trying to create a xml file from a sql table. Please see the sample data below. Any help is ap…
5 replies
Hi I Have distinct values like 1 game1 2 game2 3 game4 I want output in 1 game1 game2 game4 Below…
6 replies
By: sqlbi
Hi all I am struggling to understand the following code SELECTCOUNT(*) AS UserCount, LogDate, Lo…
4 replies
Hi all, Good morning Can anybody help me to find the size of data of a query resultset other client…
3 replies
Hi, Is there any way we can Count the rows of a table without using the Count() Function? Vinu Vija…
7 replies
Hello All, I am working on a procedure that just creates 2 temp tables and insert the records into …
4 replies
By: SQL Prog
Hello, I have the following query in which I need help with the substring join: select x.labtest_…
1 replies
I have a table with 1 column containing the following: SELECT * FROM TEST STYLE HK82382 HK82386 HK8…
3 replies
Viewing 15 topics - 5,701 through 5,715 (of 10,635 total)
You must be logged in to create new topics.