Viewing 15 posts - 12,406 through 12,420 (of 39,804 total)
Note you still can't delete the primary file group.
May 8, 2013 at 11:42 am
Larry.Thompson 62346 (5/8/2013)
May 8, 2013 at 9:16 am
You can query sys.databases to see if the database exists.
If so, then you'd have to query sys.database_files in that database to get the file location. You can do that like...
May 8, 2013 at 9:14 am
The default data path is stored in the registry. Here are some answers, but it's the one that reads the registry that you want
May 7, 2013 at 12:05 pm
You can't change the primary filegroup AFAIK. You can change the default filegroup. (http://msdn.microsoft.com/en-us/library/aa933074%28v=sql.80%29.aspx)
If you are trying to move to a new disk, detach the database, move the files, attach...
May 7, 2013 at 8:38 am
It very much depends on your business, but I can give you a few things I've seen people use.
1. AlwaysOn Availability Groups - Get some HA and offload reporting in...
May 7, 2013 at 8:36 am
It's not a simple thing to debug and trace down.
SQL Server can run fine under virtualization, but you have to understand that configuring xx resources for a VM doesn't mean...
May 7, 2013 at 8:31 am
May 7, 2013 at 8:26 am
I'd also make another backup of the source database, ASAP.
May 7, 2013 at 8:22 am
FunkyDexter (5/7/2013)
May 7, 2013 at 8:21 am
I'd try to copy this file and restore it on another system. I suspect your file might be corrupt.
May 6, 2013 at 8:30 pm
The full backup isn't backing up the log, unless the index rebuild is running while the full backup is running. Then it will catch items changed during the data reading...
May 6, 2013 at 8:30 pm
Some of this is on the list. I've bumped it up a bit.
May 6, 2013 at 9:14 am
May 6, 2013 at 8:45 am
Viewing 15 posts - 12,406 through 12,420 (of 39,804 total)