Viewing 15 posts - 826 through 840 (of 1,468 total)
When looking up the month names, you could also use the CHOOSE function
Replace this large CASE statementcase c.m when 1 then 'January'
May 30, 2018 at 4:01 am
ManicStar - Tuesday, May 29, 2018 2:39 PMWine
Cheese
May 29, 2018 at 10:14 pm
Simply insert the value without the idinsert into [Spielwiese].[dbo].[Table_1] (test)
values ('test');
May 29, 2018 at 4:12 am
The following 2 links are solution to the Packing Intervals Problem by Itzik Ben-Gan.
2011/04/13 ... http://blogs.solidq.com/en/sqlserver/packing-intervals/
2015/08/11 ... http://sqlmag.com/sql-server/new-solution-packing-intervals-problem
May 22, 2018 at 3:41 am
Still,...
May 21, 2018 at 6:22 am
May 19, 2018 at 11:59 am
May 11, 2018 at 8:39 am
May 10, 2018 at 10:32 pm
/*
Assumptions
# [EmailActivityKey] is an INT value (as it is an identity)
*/
----------------------------------------------------------
-- Option1 - Use a negative value
set identity_insert EmailActivity05082018...
May 9, 2018 at 1:41 pm
I have to optimize a query that takes hours to run. I cancelled...
May 8, 2018 at 6:53 am
May 7, 2018 at 2:08 pm
Viewing 15 posts - 826 through 840 (of 1,468 total)