Forum Replies Created

Viewing 15 posts - 151 through 165 (of 262 total)

  • RE: SQL Server Response times slow

    Jerry,

    SQL server 2000 running on non Itanium server is always 32 bit 🙂

    SQL server 2000 Enterprise Edition is ONLY IA64.

    SQL Server 2000 Standard Edition is always 32 bit.

  • RE: Run EXE from Stored Procedure

    You should verify that the security context under which you are running xp_cmdshell has rights on the file system where you are trying to copu a file.

  • RE: SQL Server Response times slow

    Sorry for the short response. I was interrupted while answering.

    It looks like that you are experiencing a memory pressure problem. SQL server 2000 does not respond to memory pressure.

    You can...

  • RE: SQL Server Response times slow

    Suggestion: upgrade the RAM to 4 GB. Cheap and effective.

  • RE: Alternative ofdatabase diagram

    Sorry, I think that you are mixing data architect tools (ERWIN etc.) with change management tools.

    You might want to take a look on ApexSQL Diff (www.apexsql.com) and similar tool from...

  • RE: Uniqueidentifier datatype as like identity function???

    Obviously i agree still we have to change our Procedure against this Performance Issues

    Sorry, your original question didn't state anything about performance issues.

    I am using uniqueidentifiers (GUID) with newsequentialid default...

  • RE: Dangers of using MYSQL...What are they?

    Dave,

    MySQL market share is ~30%. It's used mostly in a small Web faced application.

    If you are talking about a stand alone application then I am not aware about any...

  • RE: Dangers of using MYSQL...What are they?

    Since there are not many details posted about particular requirements, I would assume that the most danger is in the learning curve of using Linux and MySQL in Windows and...

  • RE: Uniqueidentifier datatype as like identity function???

    There is a privacy warning in BoL for this function

    I am wondering that there is no privacy warning in BOL about identity... If with GUID I can only...

  • RE: Uniqueidentifier datatype as like identity function???

    It is possible in SQL 2005 to create a GUID field with NEWSEQUENTIALID() default value.

    NEWID() is random.

  • RE: Add 1 to integer Field

    Can you please provide a DDL for the table?

  • RE: Alternative ofdatabase diagram

    You probably meant Visio, not Visual Studio?

    ERWIN, ER/STUDIO, TOAD all have a trial version. It is more about your personal preference (and budget).

    BTW, I am managing a DB with over...

  • RE: cannot connect to linked server

    Before adding a linked server, can you verify that you can actually ping both fully qualified name and IP address of linked server?

  • RE: Data Warehousing?

    The thing is:

    1. I do not understand what is a "traditional" report system. For me any "traditional reporting system" is a DWH. The goal of almost all DB based applications...

  • RE: Data Warehousing?

    Just two last questions to clarify your position.

    The original poster was designing a single report, the term Data Warehouse does not apply to what original poster was doing.

    1. So,...

Viewing 15 posts - 151 through 165 (of 262 total)