Forum Replies Created

Viewing 15 posts - 286 through 300 (of 605 total)

  • RE: Job Satisfaction and Work success

    The only link that there is between a job review and one's feelings is that you get the opportinity to state how you feel about your job - well thats...

  • RE: index health of a 200million record table

    First of all, yes, you do have some fragmentation in your tables and I would look to reindex/defrag these.

    Also, look at your distribution statistics. How up to date are...

  • RE: SQL 2000 Database without name

    What do you see is sysdatabases?

    Have you tried dropping it from Query Analyser too? If so, what error message do you get?

    Did it have a name and it was...

  • RE: As Offshoring Gets Realistic, Can IT Workers Relax?

    Not sure the salary difference is so much now with the price of the pound against the dollar! Who knows...But then again, it really depends on which industry and...

  • RE: I just want to do my job !

    Well, I've not read every comment, but personally, I find going out for drinks or lunch or even a round of golf on a weekend with colleagues great fun. ...

  • RE: Am I behind?

    I don't think your way behind. I was in the same boat up until I changed jobs in August. Infact, my previous company were trying to move me...

  • RE: Teaching the Masses

    I would have to agree with your comments Steve.

    I've been to a few Microsoft seminars and also attended a couple of inhouse classes and you go get varying levels of...

  • RE: Replication Alternatives?

    Selected tables. 80% of tables are static or rarely changed.

  • RE: Half a Million

    SCC is a superb site first and foremost. The site has a great mix of beginners and experts and everything inbetween.

    The best part of the site is the common...

  • RE: Log shipping - Require step by step procedure in SQL 2000

    Agree with Steve, use the wizard if you have enterprise edition.

    We had Enterprise edition in a previous company but they still decided on a manual process using VBScript to pull/push...

  • RE: Restore & Recovery

    A restore, simply, is replacing the existing database with a combination of full, differential and log backups (varying combinations).

    A recovery occurs when SQL Server fails and is restarted. Transactions...

  • RE: Database server

    Just another consideration...

    Split your datafiles from your transaction log files. 

  • RE: Index problem - Error: 8646, Severity: 21, State: 1

    Morning,

    BCP (Bulk Copy Process) will export the data to another data source.  Steve suggested this to test the validity of the table and data.

    One other thing you could possibly try. ...

  • RE: Authorisation to append field to a table

    I was going to suggest something similar.  A job could be run every hour or so to add any columns.  You could create some kind of work_pending table and use...

  • RE: Authorisation to append field to a table

    To alter a table you need to be the table owner, sysadmin, dbo or ddl_admin, so if you want it all done in that 1 stored procedure, you will have...

Viewing 15 posts - 286 through 300 (of 605 total)