Forum Replies Created

Viewing 15 posts - 3,151 through 3,165 (of 3,232 total)

  • RE: data import problem

    There is probably a data transformation missing in the original package.  Regarding your log file, do you mean the Windows application log?  If you open up the scheduled job and...

  • RE: data import problem

    If you don't know what a format file is, you are probably not using one.  That's OK.  It can be done many ways.  Don't worry about the format file.  Follow...

  • RE: Logging availability in SQL Server 2000 SP4

    Brian's suggestion of using profiler to trace SQL statements would be the optimal solution if you are looking for a short term solution to figure out who's deleting your data. ...

  • RE: data import problem

    What I was getting at when asking if you are using the wizard again is that the package that the wizard is creating for your manual import must be different...

  • RE: scheduled DTS doesn''''t run

    Check the account permissions for the SQL Server account you are using.  It must have sysadmin priviledges assigned to it.

    If you need to reset your sa password, any sysadmin account...

  • RE: Logging availability in SQL Server 2000 SP4

    There is not a logging feature in SQL Server 2000 that will accomplish what you are looking for.  It sounds like you want to audit certain deletes?  You may want...

  • RE: data import problem

    When you are manually doing your import, are you using the wizard again, or running the actual scheduled job?

    Can you post your table DDL, a copy of your format file...

  • RE: scheduled DTS doesn''''t run

    Who is the job owner?  Is it 'sa' or a Windows account?

  • RE: data import problem

    When you are running your manual import, are you using the same package as your job or are you using the wizard?  Is this a bulk imort job?  Does it...

  • RE: My database keeps messing up

    It can when they are sharing the same physical resources.  You say this server only has 40 GB of disk space.  I would assume that this is all on a single...

  • RE: My database keeps messing up

    I don't see that you've run sp_who2 while your DB is hung.  I would recommend that you do this the next time your DB is hung prior to bouncing SQL...

  • RE: My database keeps messing up

    The SQL Server agent does not have to be running for SQL Server to be up and functioning.  Think of the agent service as a scheduler as it handles running...

  • RE: Open an excel file automatically by using a bat file

    What you are seeing is the directory from which the command shell is opening up.  By default, this should be C:\windows\system32.  I don't think anything is wrong with your SQL...

  • RE: Open an excel file automatically by using a bat file

    No, I just wanted to make sure that the account that QA is using has rights to the file, but it sounds like it does since you are using Windows...

  • RE: Open an excel file automatically by using a bat file

    Are you using SQL Server or Windows authentication when logging into Query Analyzer?

Viewing 15 posts - 3,151 through 3,165 (of 3,232 total)