Forum Replies Created

Viewing 15 posts - 301 through 315 (of 333 total)

  • RE: What''''s running in MemToLeave????

    SQL Server Dump can tell you what is loaded there.

    May not be easy

  • RE: Restoring SQL Server databases from .mdf files

    SQL Edition doesnot make a difference.

    It looks to me that file header is corrupt

    sp_attach_single_file_db will work if files are taken out cleanly and it was "graceful" shutdown of SQL Server....

  • RE: performance question

    Returning result set makes a lot of difference.

    If i understand correctly... Once request is reached to SQL Server it will process in same time (assuming same load)

  • RE: SQL Server Instance

    One more logical reason of instance is as below:

    MSDE is free version of SQL Server and used by AntiVirus software, backup softwares etc. Now, if there is no concept of...

  • RE: MSDE SP4 Install Problems

    Try workaround given by Crystal

    'MYSERVERNAME\Administrator' is not having rights to login to SQL server

     

  • RE: Strange Errors

    there must be a .txt file generated in the log folder. Please paste the content of that file

  • RE: T-Log Backup After Full Database Backup

    =======

    Some DBAs recommend that you backup the T-Log after a full database backup. However, I don't understand why that may be necessary since the full database backup captures all the...

  • RE: Help!! UMS Scheduler Hung

    17883 is not so easy to debug. There can be many reasons of thread not yielding properly (in 60 seconds) I would recommend you to open a case with Microsoft...

  • RE: Strange Errors

    • What is SQL Build you are using? (SP3, SP4)
    • OS is Windows 2003 with no service pack?
    • Please paste the stack which is getting generated.
    • Check for hardware errors in system log (most...
  • RE: Sql server 2000 Security

    1. create a login using enterpise manager.

    2. Make him part of public role and give access to the database

    3. Use below scripts

    Grant select on <table_name> to <Login_Name>

    Grant insert on <table_name>...

  • RE: Quirk in Scheduled Maint Job

    1. Who is the owber of the job? (Windows account or sa)

    2. Whats is the startup account of SQL Server and SQL Agent?

    3. By which account you connected to SQL...

  • RE: IO is frozed for snapshot in error log

    Agree with Gordon.

    OS level backup happening on the server.

  • RE: MSDE SP4 Install Problems

    Please post output of this file sp1_serv_uni.out. Below is the location on your machine.

    C:\Program Files\Microsoft SQL Server\MSSQL\Install\sp1_serv_uni.out

    It will give more clear picture.

  • RE: Quirk in Scheduled Maint Job

    I can think of below reasons:

    1. Job is not scheduled to run

    Below is the procedure which runs in background.

    sp_help_job, this in turn executes below.

    EXECUTE master.dbo.xp_sqlagent_enum_jobs 1, dbo 

     

    HTH

  • RE: User Process

    can you be more specific about "log files"? Is it transaction Log?

Viewing 15 posts - 301 through 315 (of 333 total)