Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 3,221 total)

  • RE: How do I pass a value in a field to the next row where the field is null in one or more in the following rows

    Imu92

    My apologies ... for not being more careful .... anyway I hope the end result is that to poster of the question will understand it better than I did

    Again...

    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: Documentation - Is it good to use the extended properties as data dictionary?

    Have used extended properties, and it works well, if your description is well written. If your description of what table is and why it exists, and what each column...

    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 pass a value in a field to the next row where the field is null in one or more in the following rows

    lmu92 Your code:

    UPDATE #SalaryHistory SET #SalaryHistory.salaryamount = cte3.salaryamount

    SELECT cte3.*

    FROM cte3 INNER JOIN #SalaryHistory ON cte3.rowid=#SalaryHistory.rowid

    Your code kept giving me an error The multi-part identifier "cte3.salaryamount" could not be bound after...

    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 timeout

    Iggy-SQL

    Check out this link:

    SQL Server 2005 Books Online (November 2008)

    Reporting Services Enhancements

    http://technet.microsoft.com/en-us/library/ms170438(SQL.90).aspx

    This may clear up some of the confusion then again it may not

    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: Declarative Data Integrity

    bitbucket-25253 (2/14/2010)

    --------------------------------------------------------------------------------

    Tom.Thomson

    Yes, it's a good clear question, a correct answer, and an "explanation" which doesn't explain anything at all about why that is the correct answer

    emphasis above added by this...

    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 timeout

    From the question

    under timeout (in dataset):

    Sorry to say this but the page referenced in the explanation does not match the Microsoft page:

    SQL Server 2008 Books Online (November 2009)

    How 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: Declarative Data Integrity

    Tom.Thomson

    Yes, it's a good clear question, a correct answer, and an "explanation" which doesn't explain anything at all about why that is the correct answer

    From the reference cited in...

    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: Dealing with a large number of columns

    Is there an efficient way to handle large # of columns in a db like there's the views concept of large # of rows?

    Remember a view only contains the columns...

    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 versus sql server 2005

    3. I have heard about a CTE being a new feature in sql server 2005. Can you point me to a URL where a CTE can be used with alot...

    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: Why is this stored procedure not working for 2/15/10?!

    John Many thanks for the correction .. next time I will pay more attention to this line in my signature block:

    If everything seems to be going well, you have...

    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: DB Access

    subbarayudu.net 37258

    From Books On Line (BOL) the help file for SQL Server:

    Granting and Denying Permissions to Users and Roles

    Permissions within a database are always granted to database users, roles,...

    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: Trnasaction log

    subbarayudu.net 37258

    In the window in the upper right hand corner of this forum input "transaction log' in the next window that shows select only

    "Articles" and "blogs" you will 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: Why is this stored procedure not working for 2/15/10?!

    WebTechie38

    Now without any data supplied by you, I searched the SSC site and found this very interesting article and sample code:

    When's Your Anniversary

    By Steve Jones, 2003/11/11

    http://www.sqlservercentral.com/articles/Advanced+Querying/anniversary/496/%5D

    True it returns birthday...

    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: Why is this stored procedure not working for 2/15/10?!

    Could you supply some sample data, using the format described in the article in my signature block .... that is

    INSERT INTO .......................

    SELECT ' '. ''' ,.... UNION...

    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 data from SQL server 2000 to SQL server 2008

    You might want to download and use:

    Microsoft SQL Server 2008 Upgrade Advisor

    Brief Description

    Download the Microsoft SQL Server 2008 Upgrade Advisor. Upgrade Advisor analyzes instances of SQL Server 2000 and SQL...

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