Topics
Started by
Posts
Last post
Hi, The following query was used for retrieving dates for the last 7 days . Untill February this qu…
5 replies
I'm looking for a way to look into a field containing a text file and work with the content line by…
19 replies
Hello, I have two tables I am trying to compare as I have created a new procedure to replace an old…
2 replies
hi, Having trouble some using select case for the below logic. with sample as ( select 6 as Ite…
6 replies
Hi, I'm trying to write some T-SQL to return the previous even numbered month and appropriate year …
2 replies
Get output of SQL Procedure and assign it to a variable used in WHERE Clause Later I want to use th…
3 replies
I run this code: SELECT Gruppo_Assegnatario, [100] as stato1, [101] as stato2, [102] as stato3 …
5 replies
I have two tables to be joined Doc: ID, DivID Division: ID, Div CREATE TABLE [dbo].[Doc]( [ID] [i…
5 replies
Hi experts of the internet! I've got a weird issue, and I'm hoping you guys can help me out. I'm …
8 replies
Can someone please give me example SQL code to do the following: * Create Scheme xyz * Add views to…
9 replies
How can I set the following overlapping date rages / count to a contiguous date range / count in SQ…
1 replies
Get output of SQL Procedure and assign it to a variable used in WHERE Clause Later I want to use th…
1 replies
In our concern, we have a table with lots of redundant rows, to avoid the redundant, we create some…
10 replies
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
Viewing 15 topics - 2,266 through 2,280 (of 10,635 total)
You must be logged in to create new topics.