Forum Replies Created

Viewing 15 posts - 316 through 330 (of 489 total)

  • RE: Using EM for SQL Server 2000 for SQL Server 7

    Thanks Antares! I finally went and read the MS article you first recommended. I didn't read it at first because I thought it would be something similar to...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: How Dynamic SQL Can Be Static SQL Part 2

    I have tested the technique described in example 1 of my article on a table that has 1.8 million rows.

    When getting half to all of the rows I...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: How Dynamic SQL Can Be Static SQL Part 2

    The first example has been tested on larger searches, up to about 5500 rows and does well. The execution plan for that stored procedure shows a clustered index seek...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Using EM for SQL Server 2000 for SQL Server 7

    Thanks for the suggestions. Let me explain a bit further. The SQL Server 7.0 that we want to put the EM from SQL Server 2000 on is dedicated...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Using EM for SQL Server 2000 for SQL Server 7

    Yes your comments help. Thanks!

    I have a few more questions. What kind of profiler problems did you, cjlane, encounter? We don't use it a lot, but on...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Using EM for SQL Server 2000 for SQL Server 7

    Also, does anyone know can we install the EM for SQL Server 2000 on a SQL Server 7 without upgrading the server to 2000 and without installing an instance of...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: SQL Programmer Position Available

    You would have to work on site.

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: sqlmaint.exe failed

    You'll forgive me for answering my own question, but I just found out how to fix this problem.

    Enties in sysdbmaintplan_databases and sysdbmaintplans were missing. So I inserted one row...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: DBadministrator vs Developer

    My official title is SQL Programmer. However, from what I read here it sounds like I am doing many DBA tasks.

    I develop stored procedures for new features as well...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Multi-Server Administration

    Thanks Brian!

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Multi-Server Administration

    It never occured to me to test for Windows only authentication. I've always used mixed authentication mode with the SQL Servers I've managed. I'll have to look into...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Making Dynamic Queries Static

    One way to modify solution 2 to work with the mentioned operators (=, <>, > , <, IN) is to create the WHERE clause like this:

    WHERE (A.name = @Aname or...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Help needed on SQL

    You're welcome.

    Many performance issues can be solved with indexes when you know the query is not the problem.

    Robert Marda

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Help needed on SQL

    The first thing I would check is to see if the tables have indexes where needed. If not this could be the cause of the slowness you are seeing.

    Without...

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

  • RE: Are you a "hunt and pecker" or a "typist"?

    I am a slow typist. Last I checked I typed at about 40WPM. I may be faster now since I've had more practice.

    Before 1994, I hunt and pecked....

    Robert W. Marda
    Billing and OSS Specialist - SQL Programmer
    MCL Systems

Viewing 15 posts - 316 through 330 (of 489 total)