Topics
Started by
Posts
Last post
l after inserting data to a table , i am facing difficulty to retrieve data as pivot. declare…
5 replies
By: Thom A
I'm trying to perform a simple update to a field, but many of the records I intended to update, wer…
3 replies
By: Gail Shaw
Hello All ... Hope You all are Good .. Actually i am facing problem while working on dynamic sql wi…
13 replies
Ok so what I am wanting to do is fill in rows with information that is missing from a file. I read …
18 replies
I have a small table in Dev (contains 38 rows) and I ran an update statement but forgot the where c…
4 replies
Hi, I am trying to get a row_number windowing function to work the way I hope it could work .. Usin…
2 replies
By: bleroy
Hi folks, Please can you advise me on how to log an old value in a audit table via a trigger. I cur…
5 replies
By: DSC123
Hi, Create Table Test(Id int,name varchar(80)) Insert into Test Select 1, 'A' union AllSelect 2, 'B…
13 replies
i have received a legacy data files from vendor time values are sent without semicolon , can you he…
7 replies
Hi , I have a list of records that are actually list of columns and table name that are coming from…
1 replies
By: sgmunson
i have a table test , i need to send an email in HTML format provided in attachment.CREATE TA…
4 replies
By: mxy
Hello, I have this structure and these datas :For now, I use sub-queries, like this :Select dem2.Id…
5 replies
CREATE TABLE #INPUT(ADDRESS_1 VARCHAR(200),IS_PO_BOX BIT) INSERT INTO #INPUT Values ('PO BOX 123',…
4 replies
Hi all I've got a query that runs (outside a stored procedure) in around 8 seconds to return 45609 …
11 replies
Kinl provide the update query for update column TeamId based on max date for each employee Sce…
22 replies
Viewing 15 topics - 1,081 through 1,095 (of 4,984 total)
You must be logged in to create new topics.