Forum Replies Created

Viewing 4 posts - 76 through 79 (of 79 total)

  • RE: name instances in sql server

    Its depends on the situation. Say, in an organization, a group of developers may use named instance to run multiple version of their application (like dev/test/prod environment).

    Or may be you...

  • RE: Question Regarding Tables

    You need to use begin and commit, when you are trying to run a batch. Either the entire upload is successful or nothing is updated.

    I think SQL server also has...

  • RE: Lost Transaction Log File

    Can you give some more information? I think you can run the DBCC checkDB statement with REPORT_ALLOW_DATA_LOSS option. It can retrive the log file, however, there may be some data...

  • RE: transaction logs

    One of our database writes huge logs as as we have created a Transactional Replication on that. I was trying to automate the process of truncating the logs as it...

Viewing 4 posts - 76 through 79 (of 79 total)