Viewing 15 posts - 136 through 150 (of 224 total)
Two records. SQL Server does not span records across pages.
October 1, 2003 at 2:59 pm
Allen,
Once you attach the database it is in a recovered state. You may even end up rolling transactions forward or back. To play the transaction log backups the...
October 1, 2003 at 2:29 pm
Thanks all!
I wasn't expecting a lot of feedback on this one. Not a lot of places deal w/ 'Snapshot' backups so I wasn't expecting much.
We are backing up 500...
October 1, 2003 at 2:26 pm
This isn't replication I am working with. It is a 'snapshot' backup from a third party tool. To be exact, it is EMC's Timefinder utility. Part...
October 1, 2003 at 8:19 am
Let me try to explain a little better.
I have a database that has been attached to a new server. I wish restore transaction log backups to the new database....
September 29, 2003 at 1:56 pm
lila,
I did the same thing about an hour after I posted my message and it fixed the problem. I am curious as to the security with the xp_logininfo...
September 26, 2003 at 8:22 am
Another benefit of seperating your tables/indexes to different file groups is the possibility of getting multiple threads to the disks. Like Frank said, if they are all on...
September 22, 2003 at 12:52 pm
Lots of good info in all of your posts. Sometimes these threads go astray, but everyone has some good points.
I wish I had my formula for...
September 11, 2003 at 10:53 am
Wouldn't rebuilding the indexes in the sysindexes table cause an update to the table? Pointers, dropping and creating the index?
September 11, 2003 at 10:34 am
Can you create a test/sample database with only a portion of the data? Might run into some referential integrity issues though. If Foreign Keys aren't important for...
September 10, 2003 at 6:01 pm
I too have SAP/R3 on SQL Server 2000 (was 7.0).
Even on some of my other RDBMS's I have a lot of fragmentation in my system tables. ...
September 10, 2003 at 5:52 pm
Assuming that the table, data, indexes, and SQL Server versions are identical then the most likely culprit for the difference in execution plans is the statistics.
Look at when...
September 10, 2003 at 5:33 pm
Thanks for the input everyone!! I have come up with a solution that I feel will work good for us.
I will INIT-ialize the transaction log backup device(file) if the...
September 10, 2003 at 10:00 am
I can't find that hot fix to get me to 780..
I seem to get lost at the MS site once too often :-/
August 26, 2003 at 2:23 pm
Viewing 15 posts - 136 through 150 (of 224 total)