Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 3,221 total)

  • RE: How many rows are returned from the query below?

    Fatal Exception Error

    Here is a challenge for you.

    1. Compose a QOD that full fills the objectives of the QOD.

    You might want to start by reading Steve Jones article...

    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 many rows are returned from the query below?

    kaspencer

    Your reputation is now properly in the gutter.

    Remember that this should be a group of professionals, and trash talk is not appropriate, nor appreciated by those of us who...

    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 Meet-up in Washington, DC

    For a list of East Coast PASS chapters use this link

    http://www.sqlpass.org/PASSChapters/EasternSeaboardUSA.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: Deleting records but maitaining history

    I need to delete for UI proposes

    Question: Does the UI use dynamic SQL or call a stored procedure?

    Question. How long does the "deleted" row need to be...

    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: Capture Identity Value In Trigger And Update Parent Table

    1) We're creating a stored procedure to handle the update. Right?

    The Stored Procedure (Sp) will add a new row (INSERT) to the TrailerInventory table. It could be rewritten 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: Capture Identity Value In Trigger And Update Parent Table

    Warning - this code has not been tested extensively -- so you must do so before placing into production.

    CREATE Procedure Dbo.TrInven

    @DOTNumber INT,

    @OwnerId INT,

    ...

    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: Capture Identity Value In Trigger And Update Parent Table

    Sorry to be so long in getting back to you

    Think you might be referring to IDENT_CURRENT - check it out in Books On Line or

    http://technet.microsoft.com/en-us/library/aa933217(SQL.80).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: Capture Identity Value In Trigger And Update Parent Table

    I'm creating triggers that create/update a record in a history table as records are added to a master table. If a new record is added to the master, a history...

    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 import data from Excel file on local machine to Sql Server using Query

    gil_500

    Is the EXCEL work book on the same server as is your instance of SQL Server?

    It should be noted that the Excel file must be located in the SQL Server...

    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 import data from Excel file on local machine to Sql Server using Query

    This might help you.

    http://www.sql-server-helper.com/tips/read-import-excel-file-p02.aspx

    Basically you need to add to your openrowset command is: ;HDR=No

    Excel 8.0;DATABASE=c:\temp\items.xls;IMEX=1;HDR=No

    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: Transfer data (sps) from 2005 Express to SQL 2005 Server

    Have you attempted to use:

    For your sp's use the following:

    SELECT text FROM sys.syscomments

    Note that the above will return the first 4000 characters of your procedure. With SSMS direct...

    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: SSRS 2005 no data selected

    wendy elizabeth

    Would it be too difficult for you to create a report that will NOT return any data and test what the report will show or do? And then...

    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: Updates based on ranges in other tables

    Use the SELECT statment to be sure that you retrieve the required values, and when that proves to true, then change the SELECT into a UPDATE

    CREATE TABLE #Table1(id INT)

    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: need help in sql

    Lutz you WIN

    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: need help in sql

    Din not see imu92's solution before posting mine .. Imu sorry about 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,056 through 2,070 (of 3,221 total)