Forum Replies Created

Viewing 15 posts - 46 through 60 (of 315 total)

  • RE: Best way to NOT to RUN a job on a list of dates

    eemmmhhh....

    True.. We had this situation earlier. I am still argueing myself with the following options:

    1. My optoin.

    2. Shas3's option

    I am somehow not feeling comfortable to transfer control back to...

  • RE: Time Based Update Privilege Control - SQL2K EE

    No I cannot deny because this user needs READONLY access to the tables all the time.

  • RE: Time Based Update Privilege Control - SQL2K EE

    I am sorry for the delay in replying... But I have implemented Andy's suggestion of having an additoinal role and adding to this role based on time thru job.

    Thanks Again...

  • RE: EMAILS NOT BEING RECEIVED

    Just checked this thread... I have sent an email to webmaster@sqlservercentral.com as well. I thought I am alone on this.

    Anyone has any idea how long this will take to get...

  • RE: Shrinking LDF file

    Try Refreshing that view by selecting refresh after right clicking.

    Or you can try the following from QA: This will shirnk it to 10 MB.

    BACKUP LOG DBNAME WITH TRUNCATE_ONLY

    go

    DBCC SHRINKFILE (DBNAME_Log,...

  • RE: SQL2K Co-exist With SQL7.0

    I have one development box running the same. No issues. Infact I have installed this last week. I have installed 7.0 as default to D:\MSSQL7\, then SQL Server 2000 Names...

  • RE: Problem BCP (Format File) with NULL Fields

    Thanks Len. But in SQL Server 6.5, we don't have query option. I am trying from a client which has SQL 2000 BCP utility.

  • RE: Date formats

    Can you check which time zone is your new server in compated to other servers?

    Just a thought!!!

  • RE: SQL Agent Cannot start a mail session

    I got similar error earlier. But I screwed-up in my first trail.

    So I logged into the box with service account and setup the mail profile. Then changed the Startup account....

  • RE: Who can Stop SQL Server?

    Yes. You should have Local Admin Access on the BOX.

  • RE: Mirroring SQL databases ...

    I would think you can achieve this efficiently by simplifying the process.

    Log Shipping is more easier and less complicated than Replication.

    Again sync-up of scripts can easily be done with some...

  • RE: Moving Database

    Yes. Its much easier with DTS Transfer login Task. The only bottleneck would be : both the servers had to be up and running while doing this.

  • RE: RAID - Placing the data and log files

    andoi : Thats the same option I choose (as I mentioned earlier) to increase performance significantly.

    Vladan: Thanks for your input. I'll keep your suggestion (RAID 1 0 & Memory)...

  • RE: SQL 6.5 to SQL 2k switch

    How are you starting your SQL Server Service? Is it a Domain Account? Or a local system account?

    Just a thought... Might have been an issue with this. I tried this...

  • RE: Moving Database

    Oppps.... I know I'd forget this one.

Viewing 15 posts - 46 through 60 (of 315 total)