Viewing 10 posts - 1 through 10 (of 10 total)
The other part of the story is that it also depends on the datatypes you're dealing with.
Row compression takes all numeric types and makes the physical storage variable length.
So, storing...
September 25, 2008 at 11:01 am
No. It will not work.
Not with any backup tool.
The issue is not the backup app, but the fact that as part of the upgrade, the database physical structures are...
September 25, 2008 at 10:56 am
Yes.
For larger blobs it's more efficient to use the GetPath() and Open SqlFilestream() functions to get an open file handle and use that to access the data under SQL control....
September 24, 2008 at 12:50 pm
the_rs (9/24/2008)
Kevin:Is Deepa's statement true that if somebody accesses/modifies the file bypassing SQL Server, it may render the file corrupt?
venki
First, re-read my post about direct file access. It is...
September 24, 2008 at 12:28 pm
Scott Roberts (9/24/2008)
1. Are there any tests demonstrating the performance difference between FILESTREAM and traditional VARBINARY(MAX) columns? I've seen mention of varbinary...
September 24, 2008 at 12:23 pm
Good article, but a couple of clarifications are in order:
First, FILESTREAM is a storage attribute on a varbinary(max) datatype column. It is not a new datatype. Seems like...
September 24, 2008 at 12:13 pm
Note that if you planned in advance you could use named log marks to uniquely restore to any named mark in that range, regardless of time. Carrying it to...
October 17, 2007 at 2:50 pm
Steve Jones - Editor (10/17/2007)
October 17, 2007 at 11:03 am
OK, I'll see if I can explain it better.
The database as a whole MUST be at the same point in time.
If a database is in full recovery mode, you can...
December 14, 2005 at 12:32 pm
If you have a database which is in full recovery mode, and if you roll the database forward to some point in time after the restore, then you could have...
November 27, 2005 at 3:39 pm
Viewing 10 posts - 1 through 10 (of 10 total)