Forum Replies Created

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

  • RE: Alter table problem

    It's been a while since I tried this so I'm not sure if it will work for you, but I would add the column and make it nullable. Then...

  • RE: Kill all user Process Automatically

    I think there is a script in the script library that will kill all connections in a database. Just search for kill users, or something like that. If...

  • RE: replication to db2

    First, thanks for the reply Andy.

    Second, I haven't tried it yet, but I think that I can do it with odbc. I've set up the dsn and see it...

  • RE: How to determine recovery model?

    Thanks,

    It worked great.

    Tom

  • RE: SQL Server grinds to a halt

    If they are using cdonts for mailing you should check to make sure they are cleaning up the objects correctly in the stored proc. You can also change the...

  • RE: External Fragmentation

    Have you tried running profiler and looking for missing statistics?? I would give that a try. Also on some of the slower running queries have you looked at...

  • RE: Hard disk space for a table

    Look up sp_spaceused in books online. I think that will give you what you want.

    Tom

  • RE: Hard disk space for a table

    Look up sp_spaceused in books online. I think that will give you what you want.

    Tom

  • RE: Backup fails after upgrading RAID disk

    Try to backup to a UNC drive. Also are you running the service accounts with a domain account. Did the person that installed sp4 change the account with...

  • RE: Using DMO to run sql scripts.

    I succesfully changed the commandterminator, but that made know difference. The error message: incorrect syntax near "go".

    I'll keep on trying.

    Thanks

    Tom

  • RE: Using DMO to run sql scripts.

    The commandterminator property is set to "go". But it certainly doesn't like the go's in the script.

    Just so you don't get down, Your sample code is a big help...

  • RE: Using DMO to run sql scripts.

    I copied your code for the section I am having problems with. Here is the line that won't run the entire script:

    oDB.ExecuteWithResultsAndMessages sScript, , sMsg.

    I get an error...

  • RE: order of dropping index

    Somebody correct me if I'm wrong, But I think that you should drop all non-clustered indexes before droping the clustered index. Because the clustered index keeps the data in...

  • RE: An interesting problem: SQL 2000 ENT

    I'm not 100%, but I'm pretty sure that sqlserver sp2 installs mdac 2.71.

    You might want to try installing the latest version of the mdac.

    Tom Goltl

  • RE: Data Versioning

    How many different versions of data are you talking about. Have you thought about using a partitioned table(view)? Sounds like that may provide a possible solution for you.

    Tom

    ...

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