Viewing 15 posts - 331 through 345 (of 965 total)
Windows Server 2008 uses a 1MB offset for the partition which is compatible with all of the existing sector/stripe sizes, so you don't have to do anything. Partition/Stripe alignment...
June 1, 2009 at 9:59 am
If you only have one disk, I'd say no. Unless you are targeting filegroup backups for recovery purposes, which for 50GB isn't probably likely, or you are trying to...
June 1, 2009 at 9:54 am
GRE (5/27/2009)
I think there occaions when an deatach/attach is the best option especially when dealing with larger databases and you only have native SQL backup to use...Sometimes you don't have...
May 27, 2009 at 11:03 am
turnegw1 (5/27/2009)
May 27, 2009 at 10:55 am
Charles Kincaid (5/27/2009)
May 27, 2009 at 10:52 am
turnegw1 (5/27/2009)
Would the method described in your article work if, instead of moving files to a different location, I wanted to change the underlying physical files for a given database?...
May 27, 2009 at 9:45 am
Query the system DMV's for SQLCLR like this:
select assemblies.name as assembly_name,
object_name(object_id) as object_name,
assembly_class,
assembly_method
from sys.assembly_modules
join sys.assemblies on assembly_modules.assembly_id = assemblies.assembly_id
May 27, 2009 at 8:51 am
Brian Munier (5/27/2009)
May 27, 2009 at 8:48 am
David Benoit (5/27/2009)
Jonathan Kehayias (5/27/2009)
Brian Munier (5/27/2009)
May 27, 2009 at 6:44 am
jboc (5/27/2009)
May 27, 2009 at 6:42 am
Brian Munier (5/27/2009)
May 27, 2009 at 5:16 am
Lasse Schioettz (5/27/2009)
Good article. A couple of minor things to mention, though. To detach the database you use "sp_detach_db" - not "sp_attach_db". It may also be worth noting that...
May 27, 2009 at 5:12 am
dmajkic (5/27/2009)
BTW:
Is it possible to add a few xp calls...
May 27, 2009 at 5:09 am
Josh Leane (5/26/2009)
May 26, 2009 at 7:22 pm
SQL 7.... That is gonna be tough to get good help with since it has been out of it service life for a number of years now. SQL...
May 26, 2009 at 4:45 pm
Viewing 15 posts - 331 through 345 (of 965 total)