Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 3,221 total)

  • RE: SQL Server Error codes

    Not sure what you mean by "Friendly errors", SQL defines the Error messages (text) and the Severity Level of an error as:

    Severity level Description

    0-9

    Informational messages 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: Loyalty Cards

    For those who read this forum and who are living in the U.S.A and who have forgotten about the Do Not Call listing and who wish to stop telemarketing phone...

    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: Backup and Restore Tables

    mtassin

    How in the world does that put records in?

    Emphasis added.

    DBCC CHECKDB REPAIR_ALLOW_DATA_LOSS updates the suspect_pages table to indicate each page that it has deallocated or repaired.

    An update certainly answers...

    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: Import data from excel 2007 to sql server 2005

    Starunit

    When you do get it figured out, and make it work, think about posting your code here so as to help others with similiar problems.

    If you are still having...

    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: Import data from excel 2007 to sql server 2005

    This forum post although referencing importing Excel to 2008, I believe will also be applicable to 2005.

    It supplies in great detail, and a complete script which may provide you with...

    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?

    Bruce W. Cassidy

    It should be a business friendly language

    Then we could develope a command called MOVE CORRESPONDING

    to designate a set based operation.

    And use something like PERFORM paragraph1 THRU paragraph2. 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: How do I know how long a restore takes after it is done?

    You might want to read from Books On Line the following:

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/799b9934-0ec2-4f43-960b-5c9653f18374.htm

    The information you are looking for is in the dbo.restorehistory table in the msdb database.

    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 mentioned this once before on the thread

    http://www.sqlservercentral.com/Forums/Topic604325-61-712.aspx

    The OP did receive a little help from SSC, and then went back to searching further on his own and solved his...

    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?

    RBarryYoung

    (I can call you "bit", right? )

    Heck YES

    I am honored ....

    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?

    For all the trials and tribulations there is occassionally a few that express appreciation for what help has been given, for example:

    http://www.sqlservercentral.com/Forums/Topic763622-149-1.aspx.

    Not to forget those who feed back knowledge 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: Importing Excel spreadsheets to SQL 2008 table

    Chuck.Evans

    With this I was able to import 39,000 line from 44 spreadsheets in about 30 seconds.

    For the benefit of others would you consider posting your code or submitting it as...

    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: Migrating Foxpro database programs to SQL 2005

    novice_coder

    As you have noted SSC is habited by people who are willing and able to help others in the community. I would sincerely hope that you have documented /...

    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: Constraints with multiple values

    Slick84

    When data is inserted from a view into my table with these 2 constraint columns and more, all the dates are initially set to NULL

    'tblcountryoforigin_archivedate_uq

    Not knowing the use of...

    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: Migrating Foxpro database programs to SQL 2005

    novice_coder

    Read the article that Jeff has in his signature block. Remember SQL is set based and Jeff's post will show you how to avoid the row by agonizing row...

    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: doing detective work

    You might want to look at this freebe from Microsoft:

    Log Parser 2.2 available from:

    http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

    Microsofts description

    Log parser is a powerful, versatile tool that provides universal query access to text-based data...

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