Viewing 15 posts - 61 through 75 (of 173 total)
Even if I tried excluding in NOT in still giving the same error
DECLARE @command1
January 3, 2019 at 10:09 am
Here you go:
CREATE TABLE dbo.TABLEA (
ID int,
Dept int,
PersonID int NOT NULL PRIMARY KEY CLUSTERED,
InsertDate date,
UpdateDate date,
SubmitDate date
);
INSERT INTO dbo.TABLEA (ID, Dept,...
March 28, 2017 at 10:53 am
Thank you for the quick response.
Here's bit more explanation of the requirement:
Added SubmitDate to the TABLEA:
CREATE TABLE dbo.TABLEA (
ID int,
Dept int,
March 28, 2017 at 10:24 am
Thank you.
Can you please add one more column in AUDITA_WITHB like 'Audit Action' ---Inserted or Updated and also with old and new values?
March 28, 2017 at 9:27 am
Yes we will, we are testing SQL Server 2016 and have plans for production move as well.
February 14, 2017 at 1:24 pm
Yes, that is true.
I found the resolution:
Had to open the report in VS2015 and change the properties of the solution TargetServerVersion to SQL Server 2008 R2, 2012 or...
February 14, 2017 at 12:10 pm
Thank you for the explanation.
So , if the SQL Browser is running then no matter if we assign the static port or not, it would re-direct to the static...
January 31, 2017 at 8:57 am
January 31, 2017 at 8:19 am
January 27, 2017 at 10:22 am
January 24, 2017 at 2:20 pm
Viewing 15 posts - 61 through 75 (of 173 total)