Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 3,221 total)

  • RE: Can there be two sql servers on a single computer?

    As Gail Show (GilaMonster ) has answered.

    For example I have two (2) instances of SQL Server on a single machine

    Instance Name . . . ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Looping a select statement to return one table

    From BOL Boks On Line

    The following is annotated syntax for PIVOT.

    SELECT <non-pivoted column>,

    [first pivoted column] AS <column name>,

    [second pivoted column]...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Looping a select statement to return one table

    Without knowing exactly what you are doing, have you considered using your existing T-SQL to insert the results of each T-SQL statement into a temp table, And then doing...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Data conversion

    Hugo Kornelis (3/28/2011)


    rmechaber (3/27/2011)


    To me, it's goofy that 'yyyy-mm-dd' is not a universally acceptable and unambiguous date format (only 'yyyymmdd' is), but that seems to be the case.

    It is goofy,...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: T-SQL problem. Is it possible to get the result that I am looking for?

    Line added at 7:08 pm

    Whoops took me too long to get my old system up and running.

    bitbucket-25253 (3/26/2011)


    Running Craig Farrell code Posted Today @ 6:23 PM

    On my SQL Server 2000...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: T-SQL problem. Is it possible to get the result that I am looking for?

    Running Craig Farrell code Posted Today @ 6:23 PM

    On my SQL Server 2000

    activity_code register_count line_count

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

    0987654321 ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: T-SQL problem. Is it possible to get the result that I am looking for?

    hmbtx

    Please post table definition(s), sample data for each table and required results from the sample data in an easy to use format. To accomplish this please click on...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Dates must be shown as string with comma separtor

    Your data as posted:

    User ID Date

    1 01\03\2011

    1 02\03\2011

    1 03\03\2011

    1 07\03\2011

    1 09\03\2011

    1 010\03\2011

    1 011\03\2011

    Are these 2 entries in your actual data or simply a mistake in your entering here in...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: How to summarise, listing on same line

    timotech (3/26/2011)


    Thanks Jeff, i already solved the problem and only forgot to post it here. Thanks so much for your reply, it shows u care. I appreciate.

    Hope you intend to...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Operators

    Nice question

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: sentence just to find if a table has index

    Try this for SQL 2000

    SELECT 'Index Name' = i.name, OBJECT_NAME(i.id) AS 'Table Name',

    Case Indid

    WHEN 1 THEN 'Clustered'

    ELSE...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Order by columns NOT NULL

    As much as I dislike doing what is given below, it is the only quick and dirty method I could come up with in SQL 2000.

    1. Revised your table...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    I'm also not a fan of the Harry Potter books. The movie seemed like a study in ADD, nothing was really connected to anything else and the quidditch or whatever...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Reading Excel file

    ranganathanmca

    Please note that this is code (not mine) posted by someone here on SSC whose name I forgot to record to give credit where credit is due....

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Data conversion

    Toreador (3/23/2011)


    Asan Buhari (3/22/2011)


    I wondered how SQL Server accepted an extra comma at the end of Create Table statement!

    No-one seems to have addressed this yet?

    Undocument feature, or bug?

    I tested the...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,336 through 1,350 (of 3,221 total)