Viewing 15 posts - 76 through 90 (of 819 total)
My results:
Processed 5128 pages for database 'test', file 'test' on file 1.
100 percent processed.
Processed 3 pages for database 'test', file 'test_log' on file 1.
BACKUP DATABASE WITH DIFFERENTIAL successfully processed 5131...
June 17, 2019 at 7:45 am
Maybe R language is case sensitive? So, Sys.time() is the correct answer, but it's not in the list.
May 8, 2019 at 7:42 am
DBCC CHECKIDENT('dbo.SalesOrderHeader', RESEED, 0)
Checking identity information: current identity value 'NULL'.
DBCC execution completed. If DBCC printed error messages, contact your...
February 28, 2019 at 2:27 am
February 26, 2019 at 2:02 am
December 27, 2018 at 9:28 am
December 19, 2018 at 2:17 am
December 6, 2018 at 6:53 am
I believe you meant "not" rather than "now".
However, your first example is also...
November 14, 2018 at 6:43 am
forgot that the results of this datetime function is...
November 9, 2018 at 1:54 am
November 7, 2018 at 4:32 am
select UNCOMPRESS(decompress(COMPRESS('a')))
November 6, 2018 at 1:18 am
October 31, 2018 at 7:12 am
Viewing 15 posts - 76 through 90 (of 819 total)