Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 3,221 total)

  • RE: SELECT INTO

    OCTom

    Posting questions as graphics treats the audience like children

    In my opinion I think it is quite the contrary - for those that know T-SQL, it is a test of their...

    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: SSIS Equivalent?

    Refer to find a list of various SSIS functions

    http://technet.microsoft.com/en-us/library/ms141671.aspx

    in particular - FINDSTRING

    http://technet.microsoft.com/en-us/library/ms141748.aspx

    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: What, When, Where, How, Who2

    Jason

    Thanks for a job well done. Now to add this new tool to my tool box.

    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: SELECT INTO

    Trey Staker

    It kind of reminds me of the childhood riddle about if a plane crashed exactly on the border of 2 countries where would the survivors be burried?

    OK...

    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: SELECT INTO

    Steve

    Thanks for fixing the graphic. Sorry I did not notice the cropping when I

    submitted the question .... Next time I will be extra careful

    Steve

    However I agree...

    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: Index consideration.

    beejug1983

    You need to consider how this table is to utilized ... what is a typical T_SQL command to be executed against the data in the table once you have...

    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: Finding the Context

    Steve - thanks for the heads up on this emerging technology.

    I can see it metamorphose into a replacement for the mouse to maneuver through a GUI check boxes,...

    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: SQLServerCentral Member Levels - Updated 2010/06/10

    Default port 1,433

    UDP Broadcaster 1,434

    Only...

    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: Duplicate Records on date basis

    chereku - You have been on this site frequently enough to know that posting your question should include table definitions, and easily useable sample data.

    For your next forum question, Please,...

    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: Help needed!!!

    rea_wag

    but i know there supposed to be thousands of records

    Might I suggest that you trouble shoot your query... first run this code:

    SELECT PlayerID,Username

    FROM dbo.Players

    WHERE PlayMode='p'

    Do you...

    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: Loop Through Tables, Pulling Through Each?

    Just a thought... could you accomplish what you require by setting up SYBASE as a linked server. If so .... read this:

    How to create a linked server in SQL...

    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: Datetime Parameters

    Try putting in the date with a time of midnight for example

    2010-06-08 00:00:00.000

    and see if this gives you the results you require

    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: Error logging table?

    To give you an idea of the size to which your work can grow. Here is a table used by one company (author's name is unknown):

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER...

    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: First time manager - got book recommendations or tips?

    The one credo I have followed is:

    "Do unto others as you would have them do unto to you"

    Congratulate them in public, and privately for a job well done.

    If you must...

    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: Error logging table?

    PaulB-TheOneAndOnly

    That's a good idea and some of the better designed apps I've bumped into include such a centralized log resource. Be aware this is a project on itself, 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,891 through 1,905 (of 3,221 total)