Forum Replies Created

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

  • RE: Find statistics information for all tables

    Excuse this reply as it is not a complete answer to your question, but hopefully it will give you a place to start.

    For date of last update of statistics 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: Export to multiple worksheets in same spreadsheet?

    Ran across this article which might spread some light on your problem:

    http://blogs.msdn.com/data/archive/2007/06/05/64-bit-oledb-provider-for-odbc-msdasql-available-in-longhorn-server-starting-beta-3.aspx

    I believe the required driver is also available to download from:

    http://www.microsoft.com/downloads/details.aspx?FamilyID=000364db-5e8b-44a8-b9be-ca44d18b059b&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: Export to multiple worksheets in same spreadsheet?

    If you are using EXCEL earlier than 2007 have you tried OPEN ROWSET .

    An example:

    INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0',

    'Excel 8.0;Database=D:\MSSQL\Test.xls', SELECT * FROM [Sheet1$]')

    SELECT * FROM Keywords

    You would have to use...

    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: Reverse Engineer sp_cursorexecute

    This link might provide you with the information you are looking for

    http://www.tek-tips.com/viewthread.cfm?qid=832355

    and

    http://jtds.sourceforge.net/apiCursors.html

    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: Analysis Services and Excel 2007

    This probably as good a place to start as any other

    http://technet.microsoft.com/en-us/library/cc179188.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: Extracting from a very wide table

    Were you thinking of storing multiple columns from the source into a single column of this data type?

    Not knowing your actual data and its sequence across a row of...

    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: Extracting from a very wide table

    While waiting for some one with a better understanding of data storage you might while away your time reading the following, in particular how the database engine stores VARCHAR(Max) data.

    http://msdn.microsoft.com/en-us/library/ms178158.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: Can we use loop to get one record/data from a table at a time?

    If you present your data as discussed in the link in my signature block, and be very specific about what you desire to do with this data I would 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: Need help to find hard-coded IP in Stored Procedures

    I am making the assumption that you wish to perform tasks such as selects, updates, inserts, deletes on DBs located on a linked server.

    If that is the situation...

    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 article on clustering

    Might I suggest that you use GOOGLE, MIcrosoft's TECH NET and MSDN (Microsoft Developer Network) to search for what you want and then if you have a specific problem...

    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: Index rebuilt verify

    You might wantto review this dynamic management view before and after your rebuild

    SQL Server 2005 Books Online (September 2007)

    sys.dm_db_index_physical_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: Inner joining and removing characters.

    Here is a method to "adjust" all the addresses to match by removing any unwanted periods .

    CREATE TABLE #Table(Id INT, Address VARCHAR(20),Description VARCHAR(40))

    INSERT INTO #Table

    SELECT 1,'1111 E.Valley St','Period w/o...

    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?

    Barry go to this site for a preview of your new car

    http://www.modelcars.com/modelcar3162.php

    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: Inventory Management System

    My suggestion to you would be to create a requirements document.

    Some simple questions which need to be answered before starting the database design would be:

    1. What model...

    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 monitor the executed SQL in SQL 2005

    Might I suggest you use Books On Line

    SQL Server 2005 Books Online (September 2007)

    SQL Server Profiler Terminology

    It will explain how you can set up a trace...

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