Viewing 15 posts - 1,351 through 1,365 (of 9,399 total)
June 22, 2017 at 5:12 am
SELECT DATEADD(dd, DATEDIFF(dd, 0, GETDATE()) - 1, 0);
Change -1 to -2 for...
June 21, 2017 at 6:31 pm
June 21, 2017 at 6:26 pm
June 21, 2017 at 5:51 pm
June 21, 2017 at 5:49 pm
If the database is already in the simple recovery model, you aren't worried about point-in-time restores, so that's good.
Will you post the DDL for the source table? Please...
June 21, 2017 at 5:46 pm
I can see why. But rewriting the SFs to ITVFs isn't the hard part. For me, the hard part is finding everywhere they're used and fixing all the code. Finding...
June 21, 2017 at 1:59 pm
June 21, 2017 at 1:51 pm
June 21, 2017 at 1:12 pm
June 21, 2017 at 11:45 am
June 21, 2017 at 9:02 am
June 21, 2017 at 8:59 am
Viewing 15 posts - 1,351 through 1,365 (of 9,399 total)