Viewing 15 posts - 1 through 15 (of 56 total)
https://learn.microsoft.com/en-us/sql/ssma/sql-server-migration-assistant?view=sql-server-ver15
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
October 30, 2024 at 10:10 pm
Migrate to SQL Server 2022 (16.x)
You can migrate databases from older versions of SQL Server to SQL Server 2022 (16.x), as long as the source database compatibility level is 90 or higher....
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
March 17, 2023 at 2:04 pm
Thanks, it is very useful!
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
January 26, 2023 at 3:19 pm
this system table may give diff. date time.
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
November 30, 2022 at 12:22 am
SELECT DATEADD(SECOND, -sample_ms/1000, GETDATE()), *
FROM sys.dm_io_virtual_file_stats ( 1,1)
or
SELECT DATEADD(mi, -sample_ms/1000000, GETDATE()), *
FROM sys.dm_io_virtual_file_stats ( 1,1)
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
November 21, 2022 at 4:57 pm
didn't show Maintenance Plans & Remote Maintenance Plans
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
September 12, 2022 at 3:29 pm
Right, very interesting!
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
August 13, 2021 at 1:49 pm
numpy.zeros(shape=(0,0)) also works
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
March 11, 2021 at 5:27 pm
<p id="ULjlONK">
</p>
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
May 10, 2019 at 8:31 pm
<p id="ULjlONK">
</p>
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
May 10, 2019 at 8:30 pm
PARSENAME system functions is deterministic per http://www.informit.com/articles/article.aspx?p=21329&seqNum=6 link
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
November 19, 2018 at 9:02 am
what SQLServer[1][1:5] will return?
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
April 11, 2018 at 12:12 pm
if you are using the SQL module you can use $db.RecoveryModel = "Full", right?
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
January 9, 2018 at 10:05 am
run the script in sql2012 or sql2016, first time it return 2; run 2nd time it return 10.
but if you run this:
SET LANGUAGE British
DECLARE @RunDate...
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
November 14, 2017 at 10:23 am
!
--------------------------------------
;-)“Everything has beauty, but not everyone sees it.” ― Confucius
October 5, 2016 at 8:13 am
Viewing 15 posts - 1 through 15 (of 56 total)