Topics
Started by
Posts
Last post
I have another issue (I feel like I am taking this forum over) and need help. I have a stored proce…
1 replies
My scenario is as follows: We have accounts that pay for a particular "premium" service. It's ent…
5 replies
Hi there, I need to split NUMERIC & ALPHABETICAL values from string. for eg :- 1234heaven56-…
3 replies
Hi, I'd like to ask how you would get the OUTPUT below from the TABLE below: TABLE: id categor…
3 replies
Thanks, this topic is Delete
9 replies
Hi, We need to implement incremental load in database. A sample scenario is, there is a view (INCOM…
1 replies
Hi all, I am attempting to do a rather simple purge task on a very large table. This task will nee…
3 replies
I have a table composed as the following: VendorNbr varchar(15), CCOde varchar(1), PayDate numeric(…
4 replies
Have the following data in the table. Declare @tblRawData as table ( WorkItemId int, WorkItemDescr…
10 replies
Hey Everyone, I am trying to generate a @StartDate and @EndDate. The @StartDate would be the 1st o…
2 replies
from http://technet.microsoft.com/en-us/library/ms175466.aspx USE AdventureWorks2012; GO DECLARE …
2 replies
Hi, CREATE TABLE #TempTable ( [GROUP] VARCHAR(100), [Status] Varchar(10), CreateDate Datetime…
28 replies
Hi, CREATE TABLE #MyTable ( Teams VARCHAR(10), StartDate DATETIME, Count INT ) INSERT INTO #MyTa…
3 replies
I have a SQL 2012 database that has 10 tables. One of the tables is populated by manual import from…
6 replies
Hi, I have a table with a field called SeqId which is not an identity nor a sequence but a kind …
2 replies
Viewing 15 topics - 4,396 through 4,410 (of 4,984 total)
You must be logged in to create new topics.