Forum Replies Created

Viewing 15 posts - 6,316 through 6,330 (of 7,429 total)

  • RE: Table comparison

    If the entire record being displayed is duplicated then use SELECT DISTINCT. The distinct keyword will elimnate duplicates. If the entire row is not duplicated you will have to find...

  • RE: Attach&detach Problem

    Let me make sure here but the table owner is eservices or is it the name of the database. It is always considered an unwise idea to have any object...

  • RE: Help, complicated select statement...

    Sorry can't remember what I was smoking in the last thread but after studying this again I believe this should do it.

    SELECT DISTINCT

    a.call_id,

    a.call_status_value,

    dateadd(second, a.status_time_stamp,'1/1/1970 12:00:00 pm') as...

  • RE: Ordering in Oracle and SQLServer

    I forget which one but I believe one of the sort orders in SQL (binary I believe but not 100% sure) will cause SQL to behave in the ordering respect...

  • RE: Remote publisher

    Sorry you define the distributor for the publisher from the publisher not the distributor. When you setup publications it asks you to define a distributor or use the publisher as...

  • RE: Get Indexes Fields

    sp_helpindex [ @objname = ] 'name'

    for local tables, and the following for remote linked server tables is helpfull

    sp_indexes [ @table_server = ] 'table_server'

    [ , [@table_name...

  • RE: Ordering in Oracle and SQLServer

    Oracle I believe is also case sensative by default which I believe plays a part in why nulls are last, but I forget and don't have a server in front...

  • RE: Importing from text file --> 2000

    1) DTS does allow you to set the table, even if it does not exist you can type in your own name.

    2) Cannot remember offhand but there is an option...

  • RE: how to get error message when DMO backup fails

    I do agree with Andy that should be just fine. However be carefull as this may have some extended message (usually doesn't) taht returns in addition to this error. If...

  • RE: Creating Packages

    When you say procedures do you mean like stored procedures or do you mean taking proccesses developed in Oracle and creating a DTS package to encompass as a whole?

    "Don't roll...

  • RE: Moving Paths

    Here you go, all you ever wanted to know about the whole process for both 7 and 2K http://support.microsoft.com/default.aspx?scid=kb;en-us;Q224071.

    "Don't roll your eyes at me. I will tape them in place."...

  • RE: Connection Failure question

    You say you mapped the old name to the new instance in the registry. Exactly how was this done. The old name to the TCP/IP address or based DNS address...

  • RE: Cannot start SQL Server

    It shouldn't but I always test just to be sure of the unexpected.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: Book on SQL and Set Theory

    Not sure of anything with this kind of background. Pretty much all I have seen is theories behind the theories on the web. What are you trying to find exactly...

  • RE: ETL Certification

    Maybe I fell asleep somewhere but what is ETL?

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

Viewing 15 posts - 6,316 through 6,330 (of 7,429 total)