Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)

  • RE: xp_readerrorlog Parameter Question

    The second parameter is the directory where the log files are located or NULL for the default location.

  • RE: order by returning data in wrong order

    I understand very well the difference between ASC and DESC in an order by clause. Please don't insult my intelligence. You missed the point of the post. Try this:

    -----------------------------------------------------------

    -- Create Table

    -----------------------------------------------------------

    create table...

  • RE: Import external data

    Thanks everyone for your replies. These are all viable alternatives and I will keep them in mind. But what I wanted to know is, if there is a system setting...

  • RE: cluster configuration

    Thanks for the info Nicholas, it was just what I was looking for.

  • RE: Clustering

    Thank you Wesley and Colin for your posts. They are much appreciated.

  • RE: Problem while using bcp

    I can duplicate your error messages by specifying an invalid sql server in my bcp command. Check to make sure your remote server name is correct.

  • RE: Merge Replication

    The Merge Agent is responsible for the initial synchronization of the schema and data at the subscriber. After the publisher and subscriber have been synched, the Merge Agent will handle all incremental data...

  • RE: foreign key information

    There are also system table views provided by Microsoft that can provide foreign key information. They are:

    information_schema.constraint_table_usage

    information_schema.constraint_column_usage

    information_schema.table_constraints

    You query them as you would any other table or view except you must...

  • RE: Accessing Excel File

    Thanks everyone for your suggestions. I was avoiding linked servers only because the company I work for overuses excel files and it would have been a nightmare to try and...

  • RE: Eror: 15457 ... how to lookup for dummies?

    You mentioned you receive this error message after a 'change to allow updates'. Are you allowing updates to your system tables? If you are, you must run the RECONFIGURE command...

Viewing 10 posts - 1 through 10 (of 10 total)