Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 3,221 total)

  • RE: Diffrence Between 05 & 08

    Start your reading here:

    http://technet.microsoft.com/en-us/library/cc721270(SQL.100).aspx

    Then continue here:

    http://technet.microsoft.com/en-us/magazine/2008.04.overview.aspx

    For additional information go to:

    http://technet.microsoft.com/en-us/ms376608.aspx

    and in the search block enter "server 2008 enhancements" and you will get a list of 57,000 yes 57 thousand articles...

    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: Corruption Detection

    Basically the same QOD as a prior one in (so as not to give the answer away) too short a time period .... where by the way 77% answered...

    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: A Great Deal of Hot Air

    In addition to using energy consumption reduction efforts .. how about using arrays of solar panels to turn sunlight into electricity mounted of the roofs of the data centers, 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: It's Almost Always the Humans

    but there is no way customer service is not a core part of your business.

    Before purchasing any expensive item .. such as a desktop computer, complete with monitor, keyboard and...

    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: Creating an installer for a SQL database

    Use

    http://technet.microsoft.com/en-us/default

    Input in the search block:

    "create a msi package"

    You will get a listing of 99,950 ways to do so using various techniques and software ... including items such as dot.net.

    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?

    Stefan Krzywicki (1/28/2011)


    Brandie Tarvin (1/28/2011)


    The ..... Thread ..... is ..... extremely ..... slow

    .

    .

    .

    .

    .

    ....of ....late. ....What's ...wrong ...with ...everyone's ....posting ....skills?

    ..or ...are ...we ...all ...really ....that ....bizzzzzzz .......

    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: Stored Procedure

    Presume this is the error message returned:

    Msg 102, Level 15, State 1,

    Incorrect syntax near '>'.

    Change that portion of your select statement from:

    IF @BalanceMax=0 OR @BalanceMax IS NULL OR @BalanaceMin...

    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: Problem with Trigger

    I suggest reading this blog post by Steve Jones

    http://www.google.com/reader/view/?tab=my#stream/feed%2Fhttp%3A%2F%2Ffeeds.feedburner.com%2FSqlMusings

    You will have to scroll down quite aways, for the title

    "Common SQL Server Mistakes – Multi Row DML Triggers" dated Sept...

    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: Display More Than 8000 Characters (SQL Spackle)

    Jeff Moden (1/27/2011)


    bitbucket-25253 (1/27/2011)


    Jeff thanks again, going to be adding it to my tool box. Now wondering if that tool box should be renamed as "ToolboxbyJeffModen"

    Yes I know...

    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: Input data with mulit records for a parameter.

    Lots of unanswered questions

    1. Do the users separate case numbers with commas?

    2. Do the users separate case numbers input with one or more spaces?

    3. Do valid case...

    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: Copy data from table1.fieldA to table2.fieldB

    Use BOL (Books On Line) the help file for SQL Server.. MERGE statement

    In SQL Server 2008, you can perform insert, update, or delete operations in a single statement using...

    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: Display More Than 8000 Characters (SQL Spackle)

    Jeff thanks again, going to be adding it to my tool box. Now wondering if that tool box should be renamed as "ToolboxbyJeffModen"

    Yes I know the articles are...

    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: Improve performance of a stored procedure doing search

    Help us to help you.

    Please post table definition(s), the T-SQL statement, sample data and the desired results using the sample data. For ease in doing 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: select from this table or that table ??

    To help others help you with a tested solution, please post table definitions, sample data (suitably altered to hide sensitive information), required results.

    For an easy method to do...

    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: Dynamic SQL with Temp Tables

    Have you considered doing something like this:

    SELECT EntryId, Entry, Description

    INTO #T

    FROM logentries

    The INTO statement will create the temporary 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]

Viewing 15 posts - 1,486 through 1,500 (of 3,221 total)