Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 3,221 total)

  • RE: Transaction log backup failed message

    This appears to be a duplicate of:

    http://www.sqlservercentral.com/Forums/Topic630261-357-1.aspx

    Posted at 8:58 PM

    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: SQLServer Editions

    From 2008 Books On Line (BOL). Click on the link and read table after table of features in each edition.

    http://msdn.microsoft.com/en-us/library/cc645993.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: Columns to Rows

    Here are two (2) excellent articles by Jeff Moden which will explain how to perform what you need along with detailed sample code:

    http://www.sqlservercentral.com/articles/T-SQL/63681/

    http://www.sqlservercentral.com/articles/cross+tab/65048/

    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: Full text Stored procedure

    Have you tried this format:

    SELECT Name --Column being searched

    FROM Production.Product -- Table being searched

    WHERE...

    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: check DB statistics status

    For a over view of DB statistics please read

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/919158f2-38d0-4f68-82ab-e1633bd0d308.htm

    To determine the statistics for a particular table or view use:

    To display a report on the indexes of an object, execute sp_helpindex...

    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 2005 Express daily backup

    May I suggest reading this article:

    http://www.sqldbatips.com/showarticle.asp?ID=27

    In this series of articles, I'll demonstrate a couple of different approaches to writing a maintenance utility that mimics some of the behavior of 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]

  • RE: Find records from table based on % of match using full text indexing in sql server 2005

    Read the following in Books On Line (BOL)

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/996c72fc-b1ab-4c96-bd12-946be9c18f84.htm

    Pay particular attention to the option in the CONTAINS function description:

    Using CONTAINS with weighted_term

    The following example searches for all product names containing 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]

  • RE: Are the posted questions getting worse?

    As Steve said:

    Arguing that you'll be able to better return the money to retirees later shouldn't be allowed either. The reason is that if you fail, it's no skin off...

    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 insert an image into a table using SQL 2005 using TSQL

    I guess you can say "It depends" ... on the size of the image data.

    To answer in greater detail start reading Books On Line at

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/2af9a880-98ae-4b14-92ce-74d2459d7f97.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: Error importing text files larger than 65536 rows

    This may help with data import/export to Excel 2007

    http://www.support.microsoft.com/ph/2523

    Here is an extract from the above link.

    Office 2007 files have a new format and therefore are not supported by the Jet...

    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?

    DavidB

    I guess the thing that bothers me the most in all of this is that many of the people that reply to these posts do so in a way that...

    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: Retrieving Bulk of Records using Select Keyword

    From Books On Line (BOL)

    If the query includes an ORDER BY clause, the first expression rows, or expression percent of rows, ordered by the ORDER BY clause are returned....

    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?

    Jeff's

    Ya gotta love it when the ops cooperate.

    Learn from them as well as love it ! ! !

    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: Return Average Cost (MIN 10 values) for Product?

    Terrific and thanks I am sure many many users of this site will benefit from your work.

    Again THANKS

    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?

    Best way I know of to broadcast this to frequenter users of this forum.

    Please read what I consider to be an important post ... last message on page 2 by...

    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 - 2,686 through 2,700 (of 3,221 total)