Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 1,884 total)

  • RE: IIS Support for SQL 2000 on Windows 2003

    I just wanted to add to my question that I have no problems doing exactly the same thing on Windows 2000 Server with IIS 5. It is just on Windows...

    Regards,Yelena Varsha

  • RE: corrupt date column

    Hello,

    Did you check if it is a data storage issue or presentation issue? I mean, did you use Query Analyzer to select from sysobjects?

    select

    crdate

    Regards,Yelena Varsha

  • RE: Question of the Day for 28 Apr 2005

    I am running Developer Edition Beta 2. No such configuration option.

    Yelena

    Regards,Yelena Varsha

  • RE: Question of the Day for 03 May 2005

    I agree with Peter. I answered "correctly", but I don't really agree with the "correct" answer. The reports may vary by the CPU and Memory used. It could be 100...

    Regards,Yelena Varsha

  • RE: Sql errors 10061 and 17

    Hi Joe,

    This message is most probably Firewall. Please ask your infrastructure support to verify that the Firewall is open from your IP address. They usually open it from a particual...

    Regards,Yelena Varsha

  • RE: DTS Wizard Error

    Saulo,

    When you use DTS you first fill out the Wizard, then click Run Immediately on the last page of the Wizard, then it says: "Create Table" (if you DTS into new...

    Regards,Yelena Varsha

  • RE: How to share registered servers across profiles

    Hi,

    The original question was not clear, do you want to share across profiles on one server (this could be guessed by the topic title) or you would like to...

    Regards,Yelena Varsha

  • RE: moving database to new server

    Heather,

    Backup and Restore or Detach/Attach are the safest ways agree with all other opinions

    Here are 2 things to watch if you are using different techniques:

    - If you use DTS Import...

    Regards,Yelena Varsha

  • RE: How to share registered servers across profiles

    Hi,

    I am not sure it will work accross different servers but try this:

    Suppose all your registered servers are in one group SQL Server Group (if not, adjust accordingly)

    Export a registry...

    Regards,Yelena Varsha

  • RE: Making a copy of a sql table within same DB

    I don't think Select Into configures indexes and keys.

    You may want to script the table first with all keys and indexes but WITHOUT Drop Table option so you would not...

    Regards,Yelena Varsha

  • RE: RESTORE ERROR - PLEASE HELP!

    Steve,

    May it be that their log file is with no growth? I am not sure at what point the destination database options are overwritten with the database-to-be-restored options.

    You may want...

    Regards,Yelena Varsha

  • RE: RESTORE ERROR - PLEASE HELP!

    While we do get "With Move" errors when using different paths on the source and destination servers when not changing locations appropriately I don't remember seeing errors related to Expanding...

    Regards,Yelena Varsha

  • RE: User security to monitor jobs

    For example you may use an ASP page that queries MSDB connected as a read-only user for MSDB. The script should query sysjobs and sysjobhistory and return a job name, step name...

    Regards,Yelena Varsha

  • RE: What should be the daily routine of a ideal DBA

    I think that what DBA should be watching is what the developers are  up to in between watching the Red Sox games.

    All other time should be dedicated to writing scripts according...

    Regards,Yelena Varsha

  • RE: Know Your Data

    Totally agree. Just had a similar task. I used multiplying by 1.00 and then used Convert to make the output look nice for the report

    Convert(decimal(7,3),Orders*1.00/mytotal)

    Yelena

    Regards,Yelena Varsha

Viewing 15 posts - 1,546 through 1,560 (of 1,884 total)