Query Plans

Technical Article

RE: Suspect Database Issue

  • Reply

Thanks for all the feedback. I could not do a database detach because the database is setup for replication. I ended up restoring an older version of the database and all is fine now. Still not sure what actually locked a portion of that particular log file. When the SQL Server services were shut down...I […]

2003-07-22

Technical Article

RE: comparing specific rows

  • Reply

achowe, Why won't Npeeters query work for you? That's a nice little piece of code, deletes all records except the one with the maximum date value. DELETE t1 FROM MyTable t1 JOIN MyTable t2 ON t1.Unique_ID = t2.Unique_ID AND t1.DateField < t2.DateField And, if you have an identity column and you insert earliest dates first […]

2003-07-18

1 reads

Technical Article

RE: How to pronounce SQL

  • Reply

Obviously America is the king of the acronymn world. I seem to remember that one of the US Navy commander in chiefs has an acronymn for his title of USINCUS. For all the non-US subscribers do we invent any acronymns or do we just inherrit American ones?

You rated this post out of 5. Change rating

2003-05-30

2 reads

Technical Article

RE: sp_help

  • Reply

Put it in single quotes: EXEC sp_help 'PRODDTA.tablename' K. Brian Kelley http://www.truthsolutions.com/ Author: Start to Finish Guide to SQL Server Performance Monitoring http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1

You rated this post out of 5. Change rating

2003-05-09

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

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