Forum Replies Created

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

  • RE: Trying to determine access from table that only shows rows with None or ReadOnly permissions if no row full access

    It appears that you are attempting to create a facility that already exists in SQL Server 2008 .... might I suggest that you use Books On Line (SQL help file)...

    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: Difference Between cross apply and cross join

    You have posted your question in a SQL 2000 forum ... CROSS APPLY WAS introduced in SQL Server 2005 ...

    For SQL 2000 CROSS JOINS exist and they exist 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: T-SQL

    As one who has been beaten from pillar to post during the discussion of QOD's that I have submitted and which where published ... I am sorry to say 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: Tally Table

    I believe this article by Jeff Moden will assist you:

    http://www.sqlservercentral.com/articles/T-SQL/63003/

    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: Flat File with some blank columns

    jyoti_bhatt

    Name Address Phone Age

    aaa bbb 20

    aaa bbb 40

    ccc ddd 50

    Is the above actually what is in your CSV file or is it:

    Name Address Phone Age something something

    aaa,bbb,20,,xxx,, -- where...

    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: Select into Excel with OPENROWSET Error

    May I suggest reading the following

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

    It has all that you want to know about interfacing with EXCEL and more, great sample code.

    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: Dynamic SQL

    kaspencer

    I suggest that before allowing a question to be used, the submitter must ensure that all assumptions and pre-conditions for the question be stated clearly. These assumptions would include...

    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: Duplicate record insertion check

    ndixit

    In order to receive help we need you to help us help you.

    Please read the first article in my signature block and post the information accordingly. That 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: get value of variable

    dallas13

    Sorry, but I am rather dense, and do not understand your amplified explanation. Some items is question:

    1. Does user pass in a single parameter value?

    2. If...

    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: get value of variable

    Is this what you are looking for?

    select @visa = @visa + @year --note removed '

    Print @visa

    SET @visa1985 = 'select '''+@visa+''''

    PRINT @Visa1985

    Returns:

    561985

    select '561985'

    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: performance problem with sql 2005 express ,vb6

    yacov-1006505

    Thank you for your feed 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: Colums Data Size

    QML

    Can you clarify your definition of size. Want to know the defined size, or the actual amount of data stored in a particular column or columns?

    That said 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: performance problem with sql 2005 express ,vb6

    yacov-1006505

    Please check the database properties, using SSMS, and see if the Auto Close open is set to "YES" or "No".

    Do you measure performance in SSMS when you click the Execute...

    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: Find statistics information for all tables

    Read this article, pay attention to the discussion of the undocumented stored procedure

    SP_MSForEachTable

    sp_msforeachtable is very similar to sp_msforeachdb, except executing the command against every table in the 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: Exporting to Excel using OPENROWSET

    Not being an Excel expert, have you looked at background checking and its rules.

    In Excel

    Click your way down the Menu Bar:

    Menu Bar

    Tools

    ...

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