Viewing 15 posts - 1,096 through 1,110 (of 8,731 total)
July 20, 2017 at 9:36 am
Is there an additional column (or columns) that might make the duplicate rows unique?
If so, you could normalize the table to reduce the duplication of data.
I hope the...
July 19, 2017 at 11:09 am
Will you have gaps in your Id column?
July 19, 2017 at 6:35 am
July 19, 2017 at 6:20 am
I don't know if I missed a change in the syntax, but the parameters shouldn't be in parenthesis when calling a procedure.
You also have a ELSE BEGIN...END block without...
July 18, 2017 at 11:19 am
I wonder if something like this would work.
DECLARE @Date datetime = '20150702'
SELECT YEAR( DATEDIFF(DD, @Date, GETDATE())) - 1900,
MONTH( DATEDIFF(DD, @Date, GETDATE())) - 1,
July 18, 2017 at 9:35 am
adonetok - Tuesday, July 18, 2017 6:35 AMNo, this stored procedure is coming a product purchased by company.
Can you copy it to...
July 18, 2017 at 7:02 am
melinda.savoy - Tuesday, July 18, 2017 6:30 AMThank you, Luis!! That got it. Again I appreciate your time and help.
You're welcome....
July 18, 2017 at 6:40 am
July 18, 2017 at 6:29 am
In the pic above of the SQL results above I am needing...
July 18, 2017 at 6:21 am
July 18, 2017 at 6:07 am
I was asking if there is a way to determine from looking at a...
July 18, 2017 at 5:48 am
July 17, 2017 at 10:09 am
Viewing 15 posts - 1,096 through 1,110 (of 8,731 total)