Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 3,221 total)

  • RE: I need some help with a test, please.

    Results for SQL 2008 Developer edition run on a desk top with slightly more memory and slightly higher speed Running Windows XP - code run was that after you edited...

    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: I need some help with a test, please.

    Results for SQL 2005 Developer edition run on a desk top with slightly more memory and slightly higher speed Running Windows XP

    Now do you need one run on 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: I need some help with a test, please.

    Results for SQL 2008 Developer edition run on a desk top with slightly more memory and slightly higher speed Running Windows XP

    Between this and my prior post should...

    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: I need some help with a test, please.

    Jeff ran test on the oldest, least amount of memory, slowest desktop, age - older than dirt. Running Windows XP

    Result for SQL 2005 Express in attached word doc.

    Will...

    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: script on all databases

    Are you familiar with the SP (In master DB) sp_FOREACHDB? To read how to use this go to:

    http://www.databasejournal.com/features/mssql/article.php/3441031/SQL-Server-Undocumented-Stored-Procedures-spMSforeachtable-and-spMSforeachdb.htm

    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: SQl Query performace

    abcim

    When posting a performance problem, to assist you in obtaining the best answer, please click on the second link in my signature block, and attempt to follow its instruction...

    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: Generate AccNo in SQl

    I would suggest reading the following

    http://www.sqlservercentral.com/articles/Datetime+Manipulation/61822/

    AND the comments on the article describing some different approaches.

    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 Update date field with dynamically

    I had to test this code in 2005, but it should perform identically in 2008

    Your data with a few entries added

    CREATE TABLE #T(Addrid INT, Addr VARCHAR(15), datex DATETIME)

    INSERT INTO...

    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: easy sql data 2 excel?

    From a SQL 2000 Server.

    The following assumes you are using EXCEL 2003 or earlier. If you are using EXCEL 2007 or later then the command must be altered 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: easy sql data 2 excel?

    SKYBVI (9/17/2010)


    oops

    sorry for posting twice

    i couldnt find the delete post option

    is it there?

    Regards,

    Sushant

    Go back to the post in question.

    Click on the "Edit" button

    It will open in a window similar 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: Are the posted questions getting worse?

    GilaMonster (9/17/2010)


    jcrawf02 (9/17/2010)


    Chris Morris-439714 (9/17/2010)


    Oh heck - fresh crab, lapping waves. What a thought. It's gonna be a long day.

    Haven't been able to eat crab since we went to Alaska...

    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: Ordinal Dates

    Is this what you are looking for?

    SELECT DAY =

    CASE STR(DAY(GETDATE()))

    WHEN...

    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: Replace the Null values

    I do not understand why you wish to do this to values in a table and not in the T-SQL statement which selects the data from the table, but 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: Query help for distinct

    Please, please the next time you post include the table definition, sample input data in a format easy to use. To learn how to do this quickly and easily...

    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: Eliminating the use of a cursor

    Wayne this is a follow on for the posting in SQL 2000 Forum:

    Table definition:

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[GPM_Safety_Inspection]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)

    drop table [dbo].[GPM_Safety_Inspection]

    GO

    /******...

    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,741 through 1,755 (of 3,221 total)