Forum Replies Created

Viewing 15 posts - 151 through 165 (of 204 total)

  • RE: SQL 2000 Tran Log and Transactions

    So I'm continuing to play with this archive process, copying a whole lot of records from the source table to a "ARCHIVE" suffixed table of the same name. All indexes...

  • RE: SQL 2000 Tran Log and Transactions

    I did the checkpoint thing also, several times. It was so strange. The Tlog got over 4G and I abandoned the attempt, proceeding with a restore, since it would not...

  • RE: SQL Server Logs Missing

    From what you posted, it looks like it is contiguous, but the logs in th emissing area just didn't have entries. This though, is curious since you should have backups...

  • RE: Who CREATED and/or ALTERED an object

    I found this info in SSMS, by right-clicking the DB name, choosing Reports>Schema Changes History. I don't know how long the info stays in there, as this is from the...

  • RE: When you REORGANIZE a clustered index...

    So the first thing I wonder is if you have any control over what order the data comes into the DB when it gets reloaded. If you could dictate the...

  • RE: How to do Table defragmentation

    How wide is the table? Can you post the scripts for the tables and indexes involved?

    What are you keying on in your join?

    How many records does the query...

  • RE: SQL Server Reporting Services

    I have run into this mysterious behavior myself, and never found a clue as to why it would happen. I had a production server that would be found with RS...

  • RE: How to do Table defragmentation

    Yeah, what mazzz said. If you defrag the clustered index on that table it reorganizes the data in the table because the data in the table folows the order of...

  • RE: Synchronizing a user SID on two SQL Servers

    If I read your initial post right, it sounds like you only need to do this once, since the SID on Prod will not change and once you have it...

  • RE: Using SAN replication for DR on a SQL server

    Here are a couple of possibilities.

    1. Set up DB mirroring from primary to DR server. If there is a primary server failure, make the DR server the principal and rename...

  • RE: last restored

    If on 2005, and DB compatibility Level is 90, Right click the DB name from SSMS, choose Reports, Standard Reports, then "Backup And Restore Events", for a nice report with...

  • RE: query execution

    The only way I know of getting this info is if you had some kind of trace going on the box at the time the query occurred. You may be...

  • RE: Normalize or denormalize?

    There ARE situations where denormalizing data is prudent. Data warehouses are one, and in my opinon, this is the other. The "CompletedSales" table, containing sales that are completed and wil...

  • RE: More Details in Job Failure Notifications

    Nicholas,

    I stole your strigger. Thanks.

    I did put your name in the source so I can remember where I got it from.

    Thanks,

    Chris

  • RE: SSIS problem

    Have you set up logging to a file in the job step's logging tab? This could be useful in getting more information about where the failure is. It could be...

Viewing 15 posts - 151 through 165 (of 204 total)