Topics
Started by
Posts
Last post
Table: Students index# PK Name Surname Table: Exams index# subject# Grade Table: Subjects subject# …
4 replies
I have a requirement from a User to build a report that shows data that did not change for 5 days. …
9 replies
Trying to resolve a problem we do an update to a table has a trigger, that trigger calls an SP that…
3 replies
I'm having syntax error with the following openquery statement: UPDATE OPENQUERY(BHOBHT01, 'Update …
10 replies
Hi All, I am having an SP which is like as follows, CREATE PROC dbo.Test AS BEGIN SELECT 1…
1 replies
Hi there I have an sproc as follows: dbo.RB_UpdateSequence ( @ProdID int, @sequence int, @Modif…
2 replies
I have a table with many columns. 3 columns are to be used for determining what data can be viewed …
1 replies
Declare @Contract_ID varchar(100), @Return_ID uniqueidentifier set @Return_ID = @Contract_ID …
4 replies
I have this query that runs in ORACLE and I wanted to convert this to run in TSQL under SQL server …
4 replies
I have a table as follow-: TranID Field1 Field2 1 f2 1f1 22f2 22f1 where field1, field2 a…
6 replies
Dear Gurus Here is my scenario.... hmmm single call - count stockgroup IF CUSTOMER SAME BUT DIFF …
2 replies
Here is my trigger :- set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER TRIGGER [insAssemblyParts…
5 replies
Hi Experts, select distinct assign.trainee_id ,trn.First_Name+' '+trn.Last_Name as traineeName,assi…
1 replies
I am trying to reduce the size of a database for a development project and have created a table wit…
5 replies
Is there any possibility to create columns through TRIGGER? I mean to say, if I have table name emp…
3 replies
Viewing 15 topics - 1,426 through 1,440 (of 17,082 total)
You must be logged in to create new topics.