Viewing 3 posts - 1 through 3 (of 3 total)
-- Create Sample Partitioned Table
CREATE TABLE OrderEvents (
OrderCloseDate datetime not null,
OrderNum int not null,
[Status] char(2) null,
StatusDate datetime not null)
ON ps_FACT_DATA_DATE (MyDate)
GO
Msg 1911, Level 16, State 1, Line 2
Column...
April 1, 2014 at 9:06 pm
I don't post on here much, but I've been following different articles on this site for years. I'm a sysadmin who converted to the dba role. After enough...
April 20, 2012 at 4:02 pm
My current employer has an avamar grid and has been doing the vmdk backups... All db's in simple mode and no "real" sql backups occur. Some of the...
January 20, 2012 at 9:21 am
Viewing 3 posts - 1 through 3 (of 3 total)