Viewing 15 posts - 1,561 through 1,575 (of 8,760 total)
April 5, 2018 at 6:44 am
April 5, 2018 at 5:53 am
Further on the previous post, if it is certain that there will only be two values for each ID at the most, this is probably the fastest solution, can be...
April 5, 2018 at 5:49 am
April 5, 2018 at 5:38 am
Two suggestions, one is slightly more efficient as the sort is on a narrower set
😎
USE TEEST;
GO
SET NOCOUNT ON;
------------------------------------------
-- METHOD...
April 5, 2018 at 5:30 am
April 5, 2018 at 3:32 am
Database is correct but Analysis Services reports its...
April 5, 2018 at 3:24 am
April 5, 2018 at 3:19 am
April 5, 2018 at 3:15 am
having_date
2/1/2017
booking_date
31/12/2107
i want to update day and month in having_date...
April 5, 2018 at 3:10 am
Here is a quick suggestion that should get you passed this hurdle.
😎
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID('dbo.BulkTbl') IS NOT...
April 5, 2018 at 2:05 am
Further on Chris's answer, have you tried to fully schema qualify all object references within the code?
😎
April 5, 2018 at 1:40 am
April 5, 2018 at 1:36 am
April 5, 2018 at 12:47 am
Viewing 15 posts - 1,561 through 1,575 (of 8,760 total)