Forum Replies Created

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

  • RE: Database Roles

    I wish to apologize to those who answered the QOD and had their answer judged to be incorrect, and to all members of the SQL Server Central community for my...

    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: Security Principle questions

    To get started quickly use this:

    http://www.sqlservercentral.com/tags/Security

    On SSC pay particular attention to articles by Brian Kelly - an expert on SQL Server Security starting with:

    http://www.sqlservercentral.com/search/?cx=000517265726492607871%3Agqdiynsp-y0&cof=FORID%3A9&q=%22brian+Kelly%22&sa=Go#1051

    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 know this started as a forum for venting about OPs who do not post enough information or demand answers or other wise become a pain in the you know...

    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 handle CASE related query??

    Mail2Payan

    I am not sure I understand your question properly. All the information you want to display is accessible by using your T-SQL code and there is no need for...

    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 handle CASE related query??

    mail2payan

    CONGRATULATIONS.

    You worked it out. Good luck on the remainder of your project.

    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 handle CASE related query??

    Mail2payan

    I ran your modification of Steve Jones' T-SQL and reieved the following results:

    Student course credit Grades Grade Points...

    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 handle CASE related query??

    Please help us to help you...

    READ the article in my signature block and post the create table statements, and sample data for each table

    after you have done that please explain...

    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 handle CASE related query??

    As far as I can determine there is NOT a column in your table with the name of Points.

    If there is such a column please post the Create Table...

    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 handle CASE related query??

    Strictly as additional information and NOT as a substitute for Steve Jones' or Chris Morris' code,

    but just as a matter of reference for yourself,

    there is a known bug...

    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: export data to dynamically created excel 2007 file

    From this SSC article:

    http://www.sqlservercentral.com/articles/SSIS/64585/

    1. Drag and drop OLE DB Source data flow source to the data flow task.

    2. Double click the OLE DB Source and click New button for OLE...

    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?

    Here is a winner -

    http://www.sqlservercentral.com/Forums/Topic659618-149-1.aspx?Update=1

    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: String Comparison Explanation

    Question:

    Did you attempt to import the text file into say Table3 using the same T-SQL used to import the text into Table1?

    If so what where the results of 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: export data to dynamically created excel 2007 file

    You must use a new ODBC driver for either import or export

    SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=d:\dasdgigs.xls', 'SELECT * FROM [dasdgigs$]')

    Download site for the new driver is:

    http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en

    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: Force Query timeout

    Jetro.

    May I suggest you review this known bug in SSAS (2005) - as the possible source of the problem.

    http://support.microsoft.com/kb/938495

    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: Complete Noob Trying to replicate something I do in Access in SQL Server

    I believe that this article which discusses and contains the necessary code to link to previous rows will supply you with the answer. If not ask again

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

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