Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 3,221 total)

  • RE: Inventory Stock Report Stored Procedure - Urgent Help

    Since i don't have any experience in Stored procedure, Can anyone write a stored procedure, which make the output shown in the above image?

    Sorry do not see an image...

    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: COMPLEX QUERY --select a coloumn name as value and using the value in a SELECT query.

    Look up sys.all_columns and sys.all_objects in Books On Line ... you will find your answer there. But may I ask, why do you need to do 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: Performace issue when retrieving data from two tables

    I must congratulate you on providing table definitions, which in many cases others requesting assistance do not do. However in your instance, if I execute the script for creating...

    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: Comparing and quantifying address differences

    Not sure if I understand your question correctly, but how about testing these:

    SELECT Id,Address1,Address2 FROM #Tbladdr WHERE RTRIM(Address1) <> RTRIM(Address2)

    SELECT COUNT(*) FROM #Tbladdr WHERE RTRIM(Address1) <> RTRIM(Address2)

    SELECT COUNT(*) FROM #Tbladdr...

    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: TDE and Filestream

    Andy Warren (6/29/2011)


    Still, it's a bit of fun to tweak Steve for getting the logic backwards. First time in months I do the QOD and I get it wrong (right)!

    True...

    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 2000 issues

    The first thing I would suggest is to have your DBA install on your computer the two interfaces to SQL 2000, which are.

    1. Query Analyzer - this interface will...

    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: TDE and Filestream

    call.copse (6/29/2011)


    Glad I'm not the only one confused!

    I'm going to have to submit my own question sooon just so we get one with a correct answer :hehe:

    Please do submit 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: TDE and Filestream

    So are these incorrect:

    http://msdn.microsoft.com/en-us/library/bb934049.aspx

    which states:

    FILESTREAM data is not encrypted even when TDE is enabled.

    And:

    http://msdn.microsoft.com/en-us/library/bb933993(SQL.100).aspx

    FILESTREAM data is not encrypted even when transparent data encryption is enabled.

    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: If i genrate huge data.. it gives pdf error (14)

    rickee.blog (6/28/2011)


    i used this example for generating pdf reports

    but i insertec more than 1000 records it give error

    : there was a problem reading this document (14)

    can sum1 help me

    pls...

    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: Way to insert into a table one row at a time??

    Look at using the MERGE statement. For example at

    http://technet.microsoft.com/en-us/library/bb510625.aspx

    or with some example code at:

    http://www.codeproject.com/KB/database/SQL-2008-Merge-Statement.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: Auto Update Statistics is On

    Ayie

    2. any queries can capture the data, if the auto update statistics is running

    Try using sp_autostats for some representative table(s) it will return information on wether aut_stats...

    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 output query results as fixed length fields

    Oops wrong forum ]

    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: Page Splits 1

    mohammed moinudheen (6/26/2011)


    Great question Ron. You provided an excellent scenario to understand a concept. Thank you.

    The scenario is not mine, but rather one from Paul Randal's blog, so it is...

    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 for my query to get the number pattern.

    jkp2311 (6/25/2011)


    Hi Jeff,

    I am so Sorry...

    it was my mistake...

    i apolozige to you...

    And Bitbucket....Thanks to you....

    i got it...

    I am sure that both myself, LutzM and Jeff Moden are glad that you...

    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 for my query to get the number pattern.

    You can use Google to find many, many helpful articles for CTE's. Now to start you off:

    http://msdn.microsoft.com/en-us/library/ms190766(v=SQL.90).aspx

    and

    http://www.simple-talk.com/sql/t-sql-programming/sql-server-cte-basics/

    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,126 through 1,140 (of 3,221 total)