Forum Replies Created

Viewing 15 posts - 5,716 through 5,730 (of 5,841 total)

  • RE: SQL 2005 64bit is like a MAC. Incompatible!!!

    1) Just try using SQLNCLI as the provider, instead of msdasql.  Yeah, I know it SHOULDN'T work, and PROBABLY won't work, but I have had wierder things than that solve...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL 2005 64bit is like a MAC. Incompatible!!!

    1) Open BOL (SQL 2005 Books Online) and paste link in bar and hit enter

    2) I don't believe there is 64 bit SSMS. 

    3) Did you try using SQL Native...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL 2005 64bit is like a MAC. Incompatible!!!

    1) Did you make your DSN a system one or user? See here in BOL: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/fc1e0ca2-457d-45f6-a5a4-38793eb7511c.htm

    2) This, and the links from it seem to imply to me that there is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: slow down of server

    1) Search these forum archives, as well as the web and the msdn sql forums.  There is a wealth of information on performance analysis and tuning.

    2) If it is really...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL 2005 64bit is like a MAC. Incompatible!!!

    Can you download and install the 32 bit ODBC drivers (MDAC 2.8+??) on your 64 bit server?  Not sure if this is viable or not.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Number of Databases in SQL 2005 affecting performance

    Do you have any inter-database dependencies in your objects?  If so, this could be a problem as sql server checks other dbs as appropriate.

    are you explicitly interacting with your objects...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQLServer2000 is not using and index in query

    Good of you to remember our last discourse Jeff!!  HEHEHE

     

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Passing a Table to A Stored Procedure

    Actually, one of the other things I am an expert at is EDI (specifically ANSI X12 healthcare datasets).  That mechanism is INCREDIBLY compact, efficient, flexible and well documented.  Systems have...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Query Tuning

    I think you are missing the point and focusing on the wrong thing - language barrier I suspect.  I was just saying that cursors are slow and set-based logic is...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Query Tuning

    Say you have a set of code that takes something takes 1000 seconds to run.  A 1 order of magnitude improvement means it would then take 100 seconds to run.  2 orders...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQLServer2000 is not using and index in query

    Without seeing anything I can pretty confidently state that it is either old statistics (and you are asking for data at the 'tail' of the set) or more likely you...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Passing a Table to A Stored Procedure

    Eric, nice post.

    1) I agree in theory that ability to pass a table variable would add value to a lot of processes.

    2) I bet a lot more table variables get...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Triggers and Rollbacks

    Do you have an over-arching BEGIN TRAN before you do the first insert?  If so, and as I understand it, a rollback will roll back EVERYTHING that occurred up to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Query Tuning

    I agree with the others that this is WAY too big of a request for a forum, and also haven't analyzed the steps in detail.  Having said that:

    1) I would...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Instances: Yes or No?

    I think this is another reason for separate servers.  I am personally leery of having different versions of the same server code running on one machine.

    I think the overriding factor...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 5,716 through 5,730 (of 5,841 total)