Forum Replies Created

Viewing 5 posts - 151 through 155 (of 155 total)

  • RE: Renaming of a SQL Server

    If you are using replication, you will need to stop and restart SQL after you do the drop and add server.  It appears to grab the server name when SQL...

  • RE: Should I have Multiple data files for large DB (250GB)?

    Encountered very similar situation but where a database grew to a large size very quickly (reasons not pertinent). I had to move it to a machine where I could get the SAN...

  • RE: Adding new instances of SQL Server to an existing cluster

    I've worked with active/active in the past with 2 or 3 instances on each cluster.  My advice with installs and upgrades is they work best on one instance if the others are shut...

  • RE: Question of the Day for 15 Jul 2004

    Simple database, 1 simple UDF, one simple test to test for the correct answer and UDFs are included:

    select name, object_name(id), xtype from syscolumns where object_name(id) like 'udf%'

    answer:

    ind_id              udf_PeopleQualifiedForAJob 56

    @strJobName    udf_PeopleQualifiedForAJob 167

    ind_lastname    udf_PeopleQualifiedForAJob 167

    @dtToday       ...

  • RE: Problem deleting old backup

    I've had this problem consistenly with 3rd party tape backup software that appears to be finished backing up a file but in reality it somehow still maintains a lock on...

Viewing 5 posts - 151 through 155 (of 155 total)