Viewing 15 posts - 1,141 through 1,155 (of 26,490 total)
August 17, 2018 at 12:08 pm
August 17, 2018 at 8:52 am
aaron.reese - Friday, August 17, 2018 6:20 AMand I expect in any given installation 50K of them are empty 🙂
All depends on...
August 17, 2018 at 8:50 am
It appears that you have another backup process running daily. This could be a SAN based backup using VSS as it is being recorded in the backup tables. This is...
August 16, 2018 at 11:43 am
Also, the author did say that this is just one solution. And the article also stated that the requirement was for sales on the last day of each month.
August 16, 2018 at 11:27 am
August 16, 2018 at 9:41 am
They sell things perfectly, but it does...
August 16, 2018 at 8:43 am
Could you post the complete VIEW definition (i.e. the CREATE VIEW statement).
August 15, 2018 at 11:09 am
August 15, 2018 at 10:07 am
August 15, 2018 at 8:44 am
joujousagem2006 1602 - Monday, August 13, 2018 10:06 AMI have this resultI am with the sql version 2017
What result? ...
August 13, 2018 at 10:09 am
How about this:
DECLARE @TestTab TABLE(TableName NVARCHAR(128));
INSERT INTO @TestTab
VALUES ('ANNOTATION21DDDF2855CB40F689CF3466208EE0F5')
,('ANNOTATION21DDDF2855CB40F689CF3466208EE0F5AUDIT')
,('ANNOTATION287BFAD3E8494CE6897D3A735955260D')
,('ANNOTATION287BFAD3E8494CE6897D3A735955260DAUDIT')
,('ANNOTATION31F7028741B44CB097A4C5BA30C0525A')
,('ANNOTATION31F70B87B1B44CB09DA4C5BA30C05C5A');
SELECT
*
FROM
...
August 13, 2018 at 9:59 am
Viewing 15 posts - 1,141 through 1,155 (of 26,490 total)