SQLSaturday

Technical Article

RE: Does Your SP Choke on Errors

  • Reply

The problem I have is that Key violations do not terminate the current batch (unless XACT_ABORT IS set) But ADO does put a client application in the error handler. My problem with ADO is that I believe that it should only raise an error if the command execution was terminated. SP programmers would have to […]

You rated this post out of 5. Change rating

2003-06-26

Technical Article

RE: select distinct problem...

  • Reply

Actually I was able to knock out something last evening: Select A.* from ExteriorWallCodes A INNER JOIN (Select min(intID) as intID,vchrCode from ExteriorWallCodes Group by vchrCode) B ON (a.intID=b.intID and A.vchrCode = B.vchrCode) order by A.intID Thanks for the help though... I just need to look at both because from a table of 41 items, […]

You rated this post out of 5. Change rating

2003-06-26

Technical Article

RE: Does Your SP Choke on Errors

  • Reply

Hi Robert, good article, ive used this sort of technique with large data migration efforts and works well. I cant only dream for managed exception handling for t-sql in yukon 🙂 Chris Kempster www.chriskempster.com Author of "SQL Server 2k for the Oracle DBA"

You rated this post out of 5. Change rating

2003-06-26

1 reads

Technical Article

RE: Service Pack 3a on Cluster Environment

  • Reply

We have had many many problems with service packs and clusters. We manually apply the service pack to each node. There is a known issue with service packs files don't get copied over to the second node at all. HP support should have articles on this big time. If you do a search you will […]

You rated this post out of 5. Change rating

2003-06-23

Technical Article

RE: server side cursors

  • Reply

See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/acdata/ac_8_con_07_5lpz.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/ad_mon_perf_80kz.asp Well going by the microsoft documentation, it seems that the profiler Tracks API based cursors and not TSQL based cursors. If that is not the case, try using sp_cursor_list in a loop or something.

You rated this post out of 5. Change rating

2003-06-20

Blogs

Our Contributions Towards a Stronger Open Source Future

By

Whether you’re a developer at an agency or an aspiring creator, you can trust...

Rebuilding a SQL Server Database Transaction Log

By

“Could you help me, we deleted the database’s transaction log file and now that...

Copying Content from One Databricks Unity Catalog Catalog to Another

By

I had a couple of clients who were moving content from development catalogs to...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers