Topics
Started by
Posts
Last post
Hi, I have the following table: CREATE TABLE [dbo].[Table_1]( [ID] [int] IDENTITY(1,1) NOT NULL, …
4 replies
Hi, I have a stored proc that pulls data from a very old pervasive database into SQL. This process …
11 replies
3 replies
I don't have the code in front of me, so just wondering if there's a general principal at work here…
4 replies
Hi, I would like to have a while loop in a CTE but I wonder if that will work out the way I planned…
13 replies
Hello, I am currently working on extracting data from a text file and loading into sql server. Thi…
1 replies
I have a wrapper stored procedure ProcMain_wrapper that executes in one main dataabase and it calls…
2 replies
Is there a way for me to set up CDC so that all the processing (SQL Agent, etc) happens on the mach…
3 replies
Hi All, Am hoping someone can help with this as it's turning me grey! I have this query currently: …
8 replies
I have a table (TBarsImport) with the following varchar column defined, which contains a date/times…
5 replies
My objective is to create a stored procedure, so I can schedule this task. First, I want to get the…
4 replies
The data we are getting from our shipping company has the customer name and customer number attache…
19 replies
This statement adds two additional months to which is fine : DATENAME(MM,dd.date)+ ' ' + DATENAME(D…
7 replies
Hi.. am running the below sql statement on a database... select c.MID, c.RecordDate, sum( c.A ) as …
5 replies
Hi Everyone. Does anyone have a UDF that accepts a Month and Year and returns Start Date and End Da…
8 replies
Viewing 15 topics - 1,666 through 1,680 (of 10,647 total)
You must be logged in to create new topics.