Viewing 15 posts - 76 through 90 (of 110 total)
GilaMonster (1/16/2012)
You would change the filegroup to read-write, move the data there, set it back to read-only and take a backup.
Right, but which is the best way to change the...
January 16, 2012 at 2:30 am
Thanks for the links.
However, after having a brief look at them, I wonder if you've (or perhaps me) have not quite grasped my issue.
PowerShell works fine. I have been able...
January 4, 2012 at 1:43 am
Thanks for the links.
I read the comments and Microsoft's response and I'd have to say that their stance was pretty weak.
December 21, 2011 at 5:57 am
Thanks for the info, but if I may, could I please seek clarification on the following points:
1. I understand that a "Copy-only" backup is independant of other backups - particularly...
December 21, 2011 at 5:13 am
Absolutely perfect reply! 🙂
As a novice, I do find a reply like yours most helpful as it boilds down the technically written articles in some of the links provided.
I did...
December 20, 2011 at 3:02 am
Dev (12/20/2011)
Search for snapshot isolation level.Isolation Levels in the Database Engine
Thank you.
I will take a look at this although I have heard of snapshot isolation, I do...
December 20, 2011 at 2:20 am
Fantastic!!
That's just the sort of thing I was looking for - a query to identify what tables belong to what filegroups! 🙂
This query has allowed me to see that I...
December 1, 2011 at 9:36 am
sturner (12/1/2011)
December 1, 2011 at 7:54 am
Richard Moore-400646 (12/1/2011)
Is it the primary file group? If so, it can't be removed regardless of whether it's empty or not.
No, it's not the PRIMARY group.
December 1, 2011 at 7:10 am
Well, after looking up the syntax to restore the database with the MOVE option and directing the restore to another drive for both the data and log files the result...
November 29, 2011 at 6:53 am
Yes.
The F: drive is where this database also has a partitioned table which is fully accessible. The F:\Data\FSFG1 file/folder was an old filegroup used for evaluating the FILESTREAM functionality in...
November 29, 2011 at 5:50 am
Yep, drive F: is alive and kicking and I can see no issues with it.
By the way, everything is running locally. i.e. all drives and my SQL Server/SSMS are all...
November 29, 2011 at 5:39 am
GilaMonster (11/14/2011)
SELECTCOUNT(Price),Price
FROMTempSales
GROUP BY Price
ORDER BY Price;
That's a really, really weird query to run. Count the non-null values of price for each unique value or price, then order by the same...
November 14, 2011 at 8:58 am
Viewing 15 posts - 76 through 90 (of 110 total)