Forum Replies Created

Viewing 15 posts - 196 through 210 (of 299 total)

  • RE: Monitoring Stored Procedure Space

    Hi,

    If you want to know how big sys.syscomments is, you need to calculate row size and multiply by # of rows. It shouldn't be much, so I wouldn't worry to...

  • RE: BCP Command out/queryout Issue.

    Hey,

    Have you checked permissions on file system to ensure you can create the file?

    Try creating a sub-directory and then running utility (e.g. c:\test\sample.txt)

    Thanks,

    Phillip Cox

  • RE: Database performance

    hey,

    This is kind of an open-ended question, as performance can be improved in a number of areas, but you first need to identify your performance bottlenecks. Can you provide...

  • RE: High Availability Architecture

    Currently working with Veritas Cluster supporting SQL Server 2005 and it provides a fairly robust clustering solution.

    Thanks,

    Phillip Cox

  • RE: A "max server memory" question

    Hi,

    Unless you are running other applications or using named SQL Server instances on the same server, you should be fine with the default memory configuration, which will work dynamically with...

  • RE: Replication question

    Hi,

    You can put the subscription database(s) into simple mode without issue.

    Thanks,

    Phillip Cox

  • RE: Replication log

    hey,

    what are you trying to understand, as question not clear?

    Thanks,

    Phillip Cox

  • RE: Best way to connect to DB2

    Hi,

    This should help:

    http://support.microsoft.com/kb/218590

    Thanks,

    Phillip Cox

  • RE: Application Hang / SQL Issue?

    Hi,

    Similar to what Matt has requested, where does the application sit infrastructure wise?

    What type of application are you running (e.g. web or client-server)?

    How long ago was application implemented and did...

  • RE: SQL Server Backup Software

    We use LiteSpeed, which is currently backing-up 1TB+ databases, so highly recommended!

    Hope this helps,

    Phillip

  • RE: Performance Tuning on Transactional Replication in SQL SERVER 2005

    Hey,

    To mitigate a slow log reader, you may want improve I/O of the underlying disk, by adding more disks, updating raid level to either Raid 1 or Raid 10. ...

  • RE: Planning to do the SQL SERVER Certification

    Hi,

    You may want to post in General area next time for this type of question, as its not directly related to replication. Here is a starting point for you:

  • RE: Clustered SQL Server 2005 environment on a SAN

    Hey,

    In terms of running your SQL Server system on direct-attached storage vs SAN storage is primarily concerned with following:

    1. Capacity

    2. Performance

    3. Scalability

    4. Availability

    5. Reliability

    6. Cost

    DAS -...

  • RE: Cache

    Hey,

    You have two cache types, which are data and procedure. SQL Server automatically manages the cache clean-up or refresh by probing each buffer via the lazy writer process or...

  • RE: SP_configure confiuration

    Hey,

    Here's syntax example, but you may want to have a look a BOL for more information:

    sp_configure [ [ @configname = ] 'option_name'

    [ , [ @configvalue...

Viewing 15 posts - 196 through 210 (of 299 total)