Forum Replies Created

Viewing 10 posts - 16 through 25 (of 25 total)

  • RE: Connecting from One MS SQL Server 2000 to another MSSQL Server 2000

    Thanks TDuffy - I am with you on both concerns.  A work around too, would be the use of temporary tables and DTS/BCP.  We use that on our site and...

  • RE: Connecting from One MS SQL Server 2000 to another MSSQL Server 2000

    Any performance enhancements needed?  I can see where potential "lag time" my take its toll on the environment.  Especially if working with VLDB's

    Any thoughts?

     

  • RE: a big transaction log

    Another thought: try Tracing your database.  There may be a run-on transaction that needs attending to.  Just a thought..

    -Marti

  • RE: need script to kill user SPIDS

    I use this script:

    declare @spid smallint, @k varchar(20), @@message varchar(255), @dbname varchar(10)

    set @dbname = 'database_name'

    if(@dbname is null) set @dbname = (select name from master..sysprocesses,master..sysdatabases where master..sysprocesses.dbid = master..sysdatabases.dbid...

  • RE: Determining objects in secondary datafile

    Thanks Paul - I was suspicious of that.  And yes - I would like details, as I am most certainly going to be asked for them.  Even if you can...

  • RE: What is the best way to store PDF files in db?

    Another thought (since we just went through this Painful process) is to budget a HUGE amount of space for this.  For example, our 150GB database had one table (that contained...

  • RE: Terminate the job

    Recwin.exe sounds like an executable that belongs to a package from Checkfree Corporation's Recon Plus for Windows.  You may want to contact your Accounting Department, find out who the Administrator...

  • RE: Terminate the job

    The recwin.exe - I am assuming that you have a software package from CheckFree Corporation called Recon for Windows - a reconciliation package and that executable sounds familiar.  You may want...

  • RE: SQL Mail

    Is both MSSQLServer and MSSQLAgent set up with the same service account?  And did you log on to the server with this account to open Outlook?

    Try that...just another idea!

    -Marti

  • RE: Need script to determine schema changes

    I agree - but there must be some way to monitor via sysobjects or somewhere - afterall - if embacedo can do it.... just was curious.

    Thanks for the input!

    -Marti

Viewing 10 posts - 16 through 25 (of 25 total)