2021-12-06
367 reads
2021-12-06
367 reads
2021-04-26
486 reads
2011-07-15
2,276 reads
2010-11-09
2,470 reads
2010-07-29
2,626 reads
A Rolled back transaction will increase the snapshot sparse file usage. New author Subash brings us an examination of how those database snapshots actually work.
2010-01-07
4,977 reads
2009-08-27
2,856 reads
2009-01-16
3,118 reads
2009-01-13
2,773 reads
2008-12-30
2,812 reads
By Steve Jones
I am not a great software developer. I’m OK, and I do know how...
By Steve Jones
Today’s coping tip is to appreciate your hands and all the things they do...
By alevyinroc
On to the FIRST Robotics Competition 2023 World Championship Last week I wrote about...
The Mekong Delta is a beautiful region located in the southern part of Vietnam....
Hi, each day we are sent an email with an XML attachment. Recently the...
SELECT BusinessEntityID,FirstName,MiddleName,LastName, YEAR(OrderDate) AS OrderYear, DATENAME(MM,OrderDate) AS OrderMonth FROM Person.Person Pp INNER...