Topics
Started by
Posts
Last post
Hi folks, In a generic problem we need to link two database schemas for specific business requireme…
2 replies
Here is my requirement Need to get a list of all members with dates of birth from 11/15/13-10/15/14…
13 replies
Hi Guys, Looking for a cte which will list all dates between 2 dates 7 days apart. May want to chan…
10 replies
I have a table with gaps in the data. The requirement is to fill in the gaps with the data from the…
4 replies
Hi All, I have a source table as following CREATE TABLE #Source (ID1 int, ID2 int, ID3 int, String…
2 replies
OK, heres another go at the crosstab query NOT using pivot. So basically I have a 4 column table ca…
19 replies
Hi, Declare @T1 table(Code varchar(25),name varchar(20)); Declare @T2 table(Code varchar(25), se…
10 replies
I have a Table called TblClientPOCV2 with fields as follows CREATE TABLE [dbo].[TblClientPOCV2]( …
12 replies
Hi, I have a table called Users and have column called Name. The table has 50000 rows and i want to…
3 replies
I have two tables Coverage and Rate as given below. There is some problem with the code that is pop…
4 replies
If theres one thing I particularly suck at with SQL its recursive hierarchies.. my brain shuts down…
22 replies
Select * from activity where product_code like '%WELL%' and transaction_date>='2013-01-01' This …
4 replies
I am using @cmd_bcp to generate my BCP command, depending on the parameters passed into the export …
18 replies
Hi, for ETL-Processing i need a function, who check all columns in all tables with spec. Name (see …
4 replies
Hi, This is similar to a question I have posted previously but I am much clearer now on what I need…
8 replies
Viewing 15 topics - 856 through 870 (of 10,647 total)
You must be logged in to create new topics.