Forum Replies Created

Viewing 15 posts - 271 through 285 (of 295 total)

  • RE: Consolidating Servers for Disaster Recovery - Advice Needed

    If you script your jobs out, and script your DTS packages as Structured Storage files, then there might not be any reason to restore the msdb. Your DTS packages will...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Is it possible to identify the other process in a deadlock after it has happened?

    Its too late the event has passed. You could add an alert to tell you of a deadlock, which you possibly should anyway, this will allow you to get the...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Getting "Index was outside the bounds of the array" for Cached Reports

    Its a bit late in the day after this was posted, but I had the same problem and found this post. I subsequently ound the solution which is to clear the...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Running Delete on a Very Large table

    In place of using the date range if you had an identity key on the table that was indexed as the clustered index you could use getdate()-7 to find the...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Primary Key Clustered & Inserts

    It will depend on size of database, size, capacity and power of server, number of reads v number of writes, there is no hard and fast rule.

    I would add to...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Restored, rebooted and now the databases come up as "suspect"

    Looks like SQL Server can't see the disks, if you try to create a new database can you see the F Drive?

    I've had a db show as suspect because it...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Trigger to update record in linked server -- GOOD or BAD design?

    You could trigger locally to a table with a schema the same as the table that you want to publish to, then replicate from that table. A bit convoluted but...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Bulk import (Again) with csv files

    I've had similar problems in the past, I like to use either a Pipe as a seperator or if I am likely to have a file with lots of horrible text...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: SQL Server Alerts

    I don't think reposting will help as I can see the image in my browser, I have scripted below. Report Problem is a job I have set up that fires...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: SQL Server Alerts

    This can depend somewhat on your application, for example if you have a poor application with loads of deadlocks, you might what an alert on these. If you are worried...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: delete all records from a database

    Andreas has just given you a method for that just script it all out and use the script to create a new database.

     

    Regards

    Carolyn

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Should I use Data Replication to perform this task??

    Personally I would create an interim table, on your subscriber server, identical to the source table, you can replicate the source data into this new table, you can then use...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Trying to Drop Database ! But Cant

    Try sp_removedbreplication [ @dbname = ] 'dbname'

     

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: Database Design Query

    You need to give each table a way to be linked to the other table, use a new field called say ContactRef, then you can create a view based on...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • RE: SQL Agent not running as domain account and Jobs getting hang in SQL 2000

    When the jobs were created they would have been given the same owner as the user that registered the server in Enterprise Manager, check that the owner of the jobs...

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

Viewing 15 posts - 271 through 285 (of 295 total)