Topics
Started by
Posts
Last post
Hello, I'm looking for a SQL UPDATE statement to update all the historical class4 entries with the …
16 replies
Hello SQL Friends, How can I set a value for a field based on transactions in another table? I am…
2 replies
Here is the data for the question I am facing: CREATE TABLE #NEWSOURCE(CUSTOMERID VARCHAR(5), CATEG…
4 replies
Hi, I want to create a dynamic backup job for the AS databases on my servers. It should be dynamic…
6 replies
Create Table #Test (id int identity,C1 bit , C2 Bit , C3 Bit) insert into #test Values (0,0,0) inse…
3 replies
In t-sql 2012, I want to run a query where the value is normally an int value. I want to supply a l…
15 replies
Hi Team, CREATE TABLE search_T ( num INT, value VARCHAR(max) ,UNIQUE …
3 replies
Hi all, I am having trouble to write a sql query to capture history of item so that I could do repo…
2 replies
CREATE VIEW [dbo].[test_view] AS INSERT INTO s_info ( s_num, s_name ) SELECT DISTINCT p_id, p_name…
5 replies
Hi all, I need some guidance on designing the schema for invoices in a multi-tenant application.I h…
11 replies
Hi All, I like to create an SQL view to divide amount 300,000 between 12 month starting from Month …
8 replies
Hi, i have the following Table : PeriodDetails : PeriodID,CustomerID, CloseBalance. at the beginnin…
11 replies
I am trying to setup a globally available function, so that when user's add data I can strip out ou…
14 replies
Hi all, I have a scenario where I am dealing with assets. Every business day we get a new asset val…
16 replies
Hello, this is a simplified sample to demonstrate the problem I am having: CREATE TABLE #Sample (ID…
2 replies
Viewing 15 topics - 2,596 through 2,610 (of 4,984 total)
You must be logged in to create new topics.