2011-07-26 (first published: 2009-06-24)
8,773 reads
2011-07-26 (first published: 2009-06-24)
8,773 reads
2011-07-19 (first published: 2009-06-17)
9,660 reads
2011-07-12 (first published: 2009-06-03)
8,703 reads
2011-07-07 (first published: 2009-05-27)
8,636 reads
2011-06-30 (first published: 2009-05-13)
7,297 reads
2011-06-28 (first published: 2009-05-06)
7,722 reads
Transportation Management is an information technology problem in more ways than one.
2011-06-23 (first published: 2009-04-29)
7,194 reads
The pros and cons of having computing power close at hand.
2011-06-16 (first published: 2009-04-15)
8,527 reads
By Steve Jones
I published an article today on the Data API Builder, which is a way...
By Steve Jones
dolonia – n. a state of unease prompted by people who seem to like...
By James Serra
Microsoft Fabric is rapidly gaining popularity as a unified data platform, leveraging OneLake as...
Comments posted to this topic are about the item Do As I Say, Not...
Hi Gents, Silly question, but it's been a long time since I've done this....
Hi everyone I have a query that is taking a real long time. It...
I have a detached database from SQL Server 2019, called TDE_Primer. This database had a 100MB data file and a 73MB log file. The log file was lost, so I need to run this code:
USE [master] GO CREATE DATABASE [TDE_Primer] ON ( FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\TDE_Primer.mdf' ) FOR ATTACH_REBUILD_LOG GOHow big is the new log file? See possible answers