ColumnStore Index

Technical Article

RE: Very basic question - Insert or Update?

  • Reply

hmmm.  It seems we have made the original question a little broader by introducing the related issues of reliability and atomicity.  Dare I suggest we might consider a transaction wrapping the actual insert/update statements?  If we introduce transactions then I suspect the overhead of begin/commit/rollback may well make the original question moot.Next question: how is "update […]

You rated this post out of 5. Change rating

2005-01-24

Technical Article

RE: Help with hitting a wall

  • Reply

Just in case anyone still cares about this problem, it turned out to be a conflict with the SCSI cards and the scanners (believe it or not). Once a certain volume of data had passed through the SCSI card it just seemed to close itself down until the PC was reset...We had the latest SCSI […]

You rated this post out of 5. Change rating

2005-01-04

Technical Article

RE: Index seek vs index scan

  • Reply

I have a related issue that hopefully I can get some help with. On a sql 7 server my query uses a clustered index seek and the same database on sql 2K uses a clustered index scan. The query is listed below. procperiod is part of the index. I've tried updating statistics and recreating the clustered […]

You rated this post out of 5. Change rating

2004-12-15

Technical Article

RE: Global UPPER function with trigger

  • Reply

This may be a better solution since you only want to convert those records that aren't already UPPER case.  I am assuming the first character may be UPPER case, but the second character is not...   WHERE ASCII( SUBSTRING( LONG_PROJECT_TITLE, 2, 1)) <> ASCII( SUBSTRING( UPPER( LONG_PROJECT_TITLE), 2, 1))   (Sorry, I should have checked this more […]

You rated this post out of 5. Change rating

2004-12-13

Technical Article

RE: Using Word with SQL Server

  • Reply

If you're writing a Web App, Paul's ASP.NET solution looks good; I reformatted it for readability:Function OutputDocumentImage   '' Clear out the existing HTTP header information Response.Expires = 0   Response.Buffer = TRUE   Response.Clear   SQLString = "SELECT WordDocument FROM Translations WHERE TranslationID = " & TransID   RS.Open SQLString, DB, 3   IF […]

You rated this post out of 5. Change rating

2004-12-07

Technical Article

RE: shrinkdatabase

  • Reply

Thanks for your quick responses.   Yes, the regular log backups truncate the log, but don't shrink its size on disk.  Our database has a data file of about 11 gigabytes with the log at 8 gigabytes in spite of the regular log backups. When I took the steps mentioned, the log file went from 8GB to […]

You rated this post out of 5. Change rating

2004-11-05

Blogs

SQL Saturday Boston 2024 Slides

By

Thanks to everyone that came to my talks. Slides are below. Best Practices for...

Small Data SF 2024

By

I can’t remember how I heard about Small Data SF 2024, but it caught...

A New Word: Moledro

By

moledro – n. a feeling of resonant connection with an author or artist you’ll...

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