Forum Replies Created

Viewing 15 posts - 91 through 105 (of 153 total)

  • RE: ODBC Error

    try to do odbcping if that helps.

  • RE: Job fails after original owner was removed from AD

    i try to post earlier but some how it didn't get posted, so re-doing again.

    check the cross domain trust between SQL Service account & that user account, arethey under same...

  • RE: adding a new suscriber in transactional replication

    If you are going to replicate same articles to Server 'C' which you are replicating now to Server 'B' then Right click on publications & click on  "Push New Subscriber"...

  • RE: What do I monitor to prove the server needs more memory

    What is the total MEMORY on the Server & say if it is 4 GB then use switch /3GB /userva = 3000 in boot.ini file.

    i hope this info may help

  • RE: Varchar to decimal Question

    Look for Data Type Precedence in BOL & that will help you.

  • RE: Domain Migration

    I agree to brian kelly about having cross domain TRUST & that will save time.

  • RE: T-SQL question in SQL 2005

    OK, so still SQL 2005 is lacking with ARRAY datatype that will be my conclusion. As my Web Application is going to send list of string arrays so if i...

  • RE: DTS question SQL 2000

    will try & update you , thanks for your help & time.

  • RE: SQL 2000 DTS question

    Let me see that if this logic works & will update accordingly. once again thanks for your time & help.I appreciate that.

  • RE: DTS question SQL 2000

    Table "B" is empty but as all constarints like COL1 is Identity & PK. Alsi i have Table "C" which as Identity column & FK reference Table "B". So i...

  • RE: SQL 2000 DTS question

    Table "A" as 20 columns & some are Char & Varchar. Table "B" as 7 columns including COL1 as Identity & PK.

    There is also Table "C" which as 7 columns...

  • RE: SQL 2000 TSQL question

    Thank you very much for your all response/replies. this helped me to decide right datatype & formating. thanks again

  • RE: Sql 2000 memory question

    thanks for your reply. i would like to know what is this number "2147483647" & from where this is coming from, also if you have memory more than 4GB still...

  • RE: Tuning an SP

    most or all of your columns are nvarchar so Clustered Index is not recommended. NON-CLUSTERED index is only good on those columns which as uniqueue value of more than 95%. for e.g....

  • RE: number of connections made to a database

    "Select * from master.dbo.sysperfinfo where counter_name = 'User connections'"

    this only works for Window NT 4.0 & doesn't give any connection info.

Viewing 15 posts - 91 through 105 (of 153 total)