Topics
Started by
Posts
Last post
In our concern, we have a table with lots of redundant rows, to avoid the redundant, we create some…
10 replies
By: thava
Here's a good puzzle that I need some help figuring out. I'm trying to calculate DSL bandwidth data…
4 replies
SELECT a.claim_id, a.claim_created, "order" = ( select min(order_id) from dbo."o…
6 replies
I created a table called Performance_Statistics that have several columns with just about every SQL…
2 replies
I have SQL view table to run my report. We want to count how many donations the donor contributed i…
7 replies
By: wanxzhu
Hi, I get the following error , when I execute my CTE on SQL Server 2008 R2. Please help CTE1 has m…
2 replies
Hi, Below is my sample data of my table named "Groups" with Groups as ( select 1 as GroupId,'Orac…
5 replies
Hi all, Trying to get the lowest unused value of CrewID from the below table in a efficient manner …
10 replies
By: micalo
Hi SQL-GURU, I just make a simple qeury as following; select inc_cat.inc_cat_sc, inc_major.inc_majo…
1 replies
I would like to create an index with a few options but having issues trying to parse and run it suc…
4 replies
Hi, I am working on a rewards program and I have a table whenever customer completes a trip, his t…
5 replies
Hi, Currently there is a view in PRODUCTION. When I do a SP_HELPTEXT VIEW1 , it gives me the VIEW C…
3 replies
I have a table with data in two columns, item and system. I am trying to accomplish is we want to c…
2 replies
By: tmac25
I'm about to start on this but my search revealed nothing. Anyone have a code snippet for changing …
6 replies
Afternoon, looking to pick some brains here to what I think is a grouping problem. I hope my explan…
7 replies
By: Dohsan
Viewing 15 topics - 2,281 through 2,295 (of 10,647 total)
You must be logged in to create new topics.