Viewing 4 posts - 1 through 4 (of 4 total)
For those who happen to search for a solution and read this post, here it is (the example applies for two databases):
CREATE function [dbo].[CLASSIFIER]()
returns sysname with schemabinding
begin
declare @val...
November 4, 2012 at 12:09 pm
They currently are.
I shrink the first datafile, then this will have a different size, until I complete the shrink of all 4 datafiles.
I'm almost sure that when I tried this...
July 16, 2012 at 5:29 am
I guess there will be other people reading this post, even though it's old enough.
One way to spread data accross multiple datafiles is to create four datafiles of the same...
July 13, 2012 at 3:29 am
Viewing 4 posts - 1 through 4 (of 4 total)