Viewing 15 posts - 46 through 60 (of 240 total)
Hello,
Sorry if my question is a bit confusing.
in practice I have a form where there is a checkbox of type true / false.
In this form there is...
April 12, 2018 at 3:25 am
Hello Joe
Thanks for your Reply, when i write : mylogicVariable is a variable that i declare in VFP.
what i want is :
Where
BO.LOGI1 = (case...
April 11, 2018 at 5:57 pm
Hello,
The LEFT join condition doesn´t have solve the problem. I keep the original query and i have adding UNION ALL changing my Where condition and finally i solve the...
February 20, 2018 at 9:07 am
Thank you all for the help.
Best regrards,
Luis
January 16, 2018 at 1:56 pm
Hello Thom,
Thanks for your advise.
Best regards,
Luis
December 12, 2017 at 9:18 am
hello again,
Thanks but i solve the problem assigning values to my DECLARE variables:
DECLARE @obrano numeric(10, 0) = 1025 «« declare here the value
DECLARE...
December 12, 2017 at 8:11 am
Hello Lynn
Thanks for your reply and advise.
Best regards,
Luis
December 7, 2017 at 9:33 am
Hello Steve,
Thanks for your reply, but sql server return this error:
Procedure expects parameter '@params' of type 'ntext/nchar/nvarchar'.
Many thanks,
Luis
December 7, 2017 at 8:00 am
Hello Antony
Many thanks for your help.
I try your script, but is returned this error:
Must declare the scalar variable "@_myobrano".
Best regards,
Luis
December 7, 2017 at 7:34 am
Hello Lynn
Many thanks for your Reply and explanation.
Best regards
Luis
November 27, 2017 at 5:05 pm
September 18, 2017 at 1:53 pm
Hello Sergiy
After some test, i change the script like this:
USE [NMYDATABASE]
GO
/****** Object: Trigger [dbo].[trgAfterINSERT] Script Date: 12/02/2016 10:19:14 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TRIGGER [dbo].[trgAfterINSERT] ON...
February 12, 2016 at 3:34 am
Hello Sergiy
I rebuild my trigger with your script, but if i make a new document and save my column don´t update with the information. Why ??
Also you refer that my...
February 11, 2016 at 4:39 am
Hello comunity
I solve the problem that is due to have another INSERT TRIGGER, then i run after rebuild my Trigger the triggers - order of execution
exec sp_settriggerorder @triggername...
February 10, 2016 at 4:52 pm
Viewing 15 posts - 46 through 60 (of 240 total)