Forum Replies Created

Viewing 15 posts - 39,436 through 39,450 (of 39,455 total)

  • RE: sql backup and restore

    I'd recommend against ASP due to the times involved. The best bet is to use VB or setup a stored procedure in SQL that perfroms the restore. Then use a...

  • RE: Bandwidth issues during restores

    You should also be able to install the Network Monitor agent in Nt/2000 and monitor bandwidth yourself as well. This way you can see what amount of network traffic is...

  • RE: Executing DTS COM

    bkelley is correct. When you run this under the ASP page, it runs under the context of the account running personal web server, which is usually iwam_<computername). Set this account...

  • RE: Securing DTS packages

    One thing that is easy is to set a password for the packages. I set one on all my packages.

    The packages are stored in msdb.dbo.sysdtspackages, so you can set permissions...

  • RE: backup software or methods

    I actually have a neat process that I am writing up in an article. It should be done in the next week, but I am not sure when it will...

  • RE: How to trap failed backup command?

    You might try trapping using DTS. Enter this command in a T-SQL step and then setting succes and failure steps.

    Steve Jones

    steve@dkranch.net

  • RE: backup software or methods

    We have both, but part of our system is remote, so I dump to disk, then ftp to LAN and snag it on tape.

    My preference is in one of my...

  • RE: DTS problems between SQL 7 SP1 and SP2

    Save the packages with a password and you should be ok. For some reason, the password packages are all saved in the same format, but the non-password ones are not.

    Steve...

  • RE: SQL Administration Tools

    Brian,

    Thanks for the Q article.

    I think you will be stuck with RPCs due to the firewalls, but probably do not want to have those open anyways. I'd stick with your...

  • RE: Null in Datetime field

    Glad we could help.

    Steve Jones

    steve@dkranch.net

  • RE: Null in Datetime field

    Have you tried checking if there is a default or FK bound? Cascading updates?

    Steve Jones

    steve@dkranch.net

  • RE: SQL Administration Tools

    Please let us know what you find out. This is an interesting problem that I am sure others have run into.

    steve

    Steve Jones

    steve@dkranch.net

  • RE: SQL Administration Tools

    Be sure your client is only running sockets. Use Client Network Utility.

    I setup Tiny Software's personal firewall and it will default to allow nothing, but pops a box for each...

  • RE: Date Formatting..

    This solution from liya_kats is probably the best one. If this is SQL Server 2000, you could convert this to a user-defined function calle to_char and call it anywhere you...

  • RE: User Logins logged to NT Event Monitor?

    Can you run a complete Profiler (everything) and then log in on production and see what is called? You might be able to catch something here.

    Also, is there any 3rd...

Viewing 15 posts - 39,436 through 39,450 (of 39,455 total)