Viewing 15 posts - 5,716 through 5,730 (of 5,841 total)
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
June 5, 2007 at 10:33 am
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
June 5, 2007 at 9:25 am
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
June 5, 2007 at 8:26 am
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
June 5, 2007 at 7:33 am
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
June 5, 2007 at 7:29 am
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
June 4, 2007 at 8:00 am
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
June 1, 2007 at 9:30 pm
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
June 1, 2007 at 11:03 am
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
June 1, 2007 at 10:20 am
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
June 1, 2007 at 8:23 am
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
June 1, 2007 at 6:57 am
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
May 31, 2007 at 9:12 am
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
May 31, 2007 at 9:03 am
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
May 31, 2007 at 9:01 am
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
May 30, 2007 at 11:01 am
Viewing 15 posts - 5,716 through 5,730 (of 5,841 total)