Topics
Started by
Posts
Last post
I have many lookup tables - parent table has a ChildID and JOINs the Child Table to get a column co…
2 replies
In t-sql 2012, data is obtained from [Inputtb].lockCombo1 where it is defined as varchar(8). The da…
3 replies
I am trying to produce a query result that will be using a Case statement to determine values based…
6 replies
In a t-sql 2012 merge statement that is listed below, the insert statement on the merge statement l…
6 replies
Hi Folks, I'm trying to replace a particular part of a row in a table with a new value. The row is…
2 replies
INSERT INTO Lookup ( LookupTypeID, LookupReference, Description, OtherReference, …
3 replies
/*-------------------------Drop temp tables-------------------------------------------*/IF OBJECT_…
7 replies
Hello, who can I use a variable like the followig set @MAG3 = '<> 0' or set @MAG3 = '= 0' for…
4 replies
Hello Experts I am going to start by explaining my set up. Hardware: SQL Server 2012 Standard Edit…
8 replies
Hi, Could you please help to sort out comparison problem DECLARE @TIMESTAMP varchar(30)='EventTime…
1 replies
i have a table with below columns / datatypes col1 varchar10 col1 varchar30 col1 varchar100 col1…
1 replies
How do I determine the read/write frequency on a database table? I am trying to do this on a 2012 a…
2 replies
Can you please help to make it workable code.. declare @i int=1 declare @numweek int=2 declare @a …
7 replies
Hi , I have query on grouping data on weekly basis.. 1. Week should start from Monday to Sunday 2…
1 replies
Hi SQL Folks, I have two tables tabA (cola1, cola2, cola3) and tabB(colb1, colb2, colb3, colb4) whi…
7 replies
Viewing 15 topics - 2,716 through 2,730 (of 4,984 total)
You must be logged in to create new topics.