Viewing 15 posts - 6,451 through 6,465 (of 7,471 total)
It depends on the numbers for each column of your index, the way they are spread over your total of rows.
Most of the time, PK-columns are just pointed for their...
October 27, 2005 at 6:59 am
Try to use MAXDOP(1) queryhint. Maybe you're experiencing multiprocessors problems
from BOL:
MAXDOP number
Overrides the max degree of parallelism configuration option...
October 27, 2005 at 5:38 am
I already was addicted to it !
I'ts _the_ chance of the year to get good technical input, meet other people doing about the same thing as you are, but maybe...
October 27, 2005 at 12:26 am
Yep, there were many of us
Well, there were +100 persentations so making a choice was a task by itself !
All my days were...
October 25, 2005 at 8:31 am
Is it me misinterpreting things, or is this going way back in time
October 25, 2005 at 8:17 am
PASS was a thrill !
5 days of dumping new features ,...
October 25, 2005 at 8:13 am
my first screenshot costed $400 for the screen and 25ct for the bullet
October 25, 2005 at 7:38 am
I allready ordered an "extra wide screen" to put all the little yellow workaround reminders
October 25, 2005 at 7:28 am
Aaarch .... It works ...
Now I hope I get used to work with this workaround
Thanks
October 25, 2005 at 7:22 am
well ..... a search for "ssc alzdba" did not return any results at all
a search for "msdtc alzdba" also did return zip
October 25, 2005 at 7:10 am
for what I tested that only worked where the name was stated in the text-zone of a reply
October 25, 2005 at 5:59 am
Warning : this query does direct access to system-objects ! They may change without warning with hotfix, sp, ...
This is what I use...
October 20, 2005 at 2:08 am
start with :
ALTER DATABASE yourdb Set RESTRICTED_USER , read_only WITH ROLLBACK IMMEDIATE
Restore database yourdb from .....
October 20, 2005 at 2:02 am
check your backup with
RESTORE LABELONLY
FROM disk=yourbackup-file
RESTORE HEADERONLY
FROM disk=yourbackup-file
and check the creation dates !
I guess you have restored an older version of master !
October 19, 2005 at 7:51 am
Viewing 15 posts - 6,451 through 6,465 (of 7,471 total)