Topics
Started by
Posts
Last post
I am stuck on this one for a set based solution, and I think I have it almost working, something is…
9 replies
I am generating a report which displays the "networth" of investments over time (months). I would …
32 replies
Hi I have ntext column in my table. I was storing data in it without using N-prefix in insert query…
3 replies
DECLARE @StartDate datetime, @EndDate datetime SET @StartDate = '2007-10-15' SET @EndDate = '2007-…
4 replies
Our vended cache database data source periodically sends us call data that contains negative number…
17 replies
I have two tables used for logging file actions on a server. The first table logs when a file is op…
8 replies
I am trying to run the following query: select Name, PracticeAddressFirstLine from GlobalOrganizati…
1 replies
Hi all, This is my 1st post in this forum.I want to develop a Email using stored procedure using Sq…
22 replies
Hi All, I hope all of you know about 'dbo.Tally' table. If not , please visit the following URL. h…
19 replies
All, I have done one task recently. Here is my code, ----------------------------------------------…
16 replies
Hello there, I have 2 tables: Heading & Range In Heading, the columns are: ID, Heading, Max, M…
3 replies
Hi, Any info on how to sort and rank 4 columns at the same time. I have 4 columns Select Salary, Tr…
2 replies
I have a table of download ids create table #DownloadCode ( dlc varchar(14) not null, dlcmembernumb…
24 replies
Hello, We have a select into query that has 5 functions called numerous times. The functions are …
31 replies
I am working on some code that will identify duplicates in our database based off of Double Metapho…
11 replies
Viewing 15 topics - 1,171 through 1,185 (of 17,082 total)
You must be logged in to create new topics.