Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 3,221 total)

  • RE: Complete Noob Trying to replicate something I do in Access in SQL Server

    geoff.codd

    If you could add the create table statement and some additional test data, so that those who are willing and able to assist you would not have to expend a...

    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?

    Well I earned a BS (Mechanical Engineering) and while working as a development engineer I had problems having my budgets being approved by the bean counters. So as a...

    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 think I have gained an insight into why some of the users questions appear to be soooooo, well not intelligent. Last evening I attended a SQL User Group...

    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: Exporting to Excel from DTS with bad cell format

    Taking from a Forum answer posted by Jeff Moden on 2/24/2008 this might be just what you need. Jeff posted this url

    http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/

    hope it helps - if not come back...

    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: Trust

    Yes there is a decline in civilizations trust. I can remember back in the mid to late 1960s when I would visit a steel mill superintendent to discuss equipment...

    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: [Microsoft][odbc sql server driver][SQL Server]Lock request time out period exceeded

    What error ? Error number? Error message text?

    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: Changed to a StarWars Avatar...am I part of the Club now?

    Going from the future to the past -- though Jeff might use this as his "pork chop cannon" although the animated gif looks great...

    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 Server 2008 Installation

    ritech.saluja - It is of small condolence to you, but I experience the same problem you are having. It was due to having previously installed the BETA release 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: Loading Multiple Excel files dynamically

    From BOL at

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/f47eda43-33aa-454d-840a-bb15a031ca17.htm

    OPENROWSET does not accept variables for its arguments.

    You could use dynamic sql to perform the import something like:

    DECLARE @sql NVARCHAR(500)

    Set @sql = 'INSERT INTO OPENROWSET(''Microsoft.Jet.OLEDB.4.0',...

    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: Cant store values in money fields

    Found this on another forum .. might it be your problem:

    Solved!!! I kept on digging for answer and found a guy with the same problem: "In case anyone else may...

    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: Output query result to a specific cell in preformatted excel file

    TomYum - Openrowset is a quick method to export to Excel but please note the requirements carefully

    /*This is an example of how to output to Excel.

    Requirements:

    ...

    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: Strip off the trailing periods for me will ya?

    Mark your T-SQL returns

    $4.21 plus tax

    not what I think the user wants

    ZenDada - you can try this but note it will NOT function as you requested...

    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 a default value on Select

    I would be tempted to check the rowcount of records returned by the SELECT statement. For example:

    Create table #Select (id int, Name varchar(10))

    Insert into #Select values (1, 'Test')

    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: Test excel format before import

    Maarten Ter Laak - your question is overly broad in its scope. Would it be possible to post a short (a few rows along with column headers if they...

    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: Tutorial/Tips on writing SPs that are fast and upto standards of development

    Idress.butt

    As per you suggestion on using SQL Profiler! the situation is that we are hosting our Site on a dedicated server but we are using the SQL Server (shared) 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]

Viewing 15 posts - 2,641 through 2,655 (of 3,221 total)