Viewing 15 posts - 376 through 390 (of 49,571 total)
February 2, 2018 at 12:45 am
February 1, 2018 at 10:01 am
If it's a once-off operation, then shrinking the log (and only the log) once at the end is fine.
The accepted wisdom is not to schedule shrink operations to...
February 1, 2018 at 7:00 am
There's no such thing as 'row chaining'. A row must fit onto a single page, the only exceptions being that data in varchar, nvarchar & varbinary columns can be partially...
February 1, 2018 at 5:44 am
A restore recreates the DB exactly as it was at the time of backup. If you want multiple files, restore, then split.
Please rather start a new thread for...
February 1, 2018 at 5:00 am
2
Simpler. Easier to read. Less prone to mistakes. Doesn't require permissions granted directly on the tables.
Though the two aren't equivalent. The WHERE clauses are different. Did...
February 1, 2018 at 4:58 am
It's defaulting to the American format, month/day/year, hence you're trying to convert the 3rd day of the 24th month, which doesn't exist.
Use unambiguous formats (preferred), or use CONVERT...
February 1, 2018 at 1:29 am
The new column has to fit on the original page.
If it's also varchar/nvarchar/varbinary, then it too can have portions of its data sent out to row_overflow pages
And...
February 1, 2018 at 1:24 am
January 31, 2018 at 9:54 am
Availability Groups is a HA solution. The secondaries are up to date with the primary, but either inaccessible or read only
January 31, 2018 at 3:13 am
Those suspect page entries are from several months ago. They could have been fixed, or regular maintenance such as index rebuilds could have made them disappear (an unallocated page cannot...
January 29, 2018 at 9:41 am
You're going to have to give us a lot more information before anyone can begin to help.
January 29, 2018 at 9:39 am
January 29, 2018 at 9:34 am
January 29, 2018 at 2:17 am
January 26, 2018 at 6:14 am
Viewing 15 posts - 376 through 390 (of 49,571 total)