Stories recently tagged with 'truncate'

When Truncating Text Increase the Size of the Read More Target - ASP.N(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 7 months ago

I found a new jQuery plugin bigTarget.js via http://www.noupe.com/css/using-javascript-to-fix-12-common-browser-headaches.html. I thought the technique would work great to improve my ListView's where I am using the truncate plugin that I found and initially posted about here Truncate Lengthy Text for Cleaner Display in ASP.NET ListView Using jQuery. Essentially, instead of just presenting a more or less link for the user to click, the user can click anywhere in a cell to expand or contract the text. read more...

add a comment |category: |Views: 13

tags: another

Why is TRUNCATE TABLE a DDL and not a DML operation + diff from DELETE(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 7 months ago

Why is TRUNCATE TABLE a DDL and not a DML operation and difference from DELETE FROM TABLE read more...

add a comment |category: |Views: 49

tags: another

SQL Myth: Truncate Cannot Be Rolled Back Because It Is Not Logged(sqlservercode.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 11 months ago

The 3 major differences between truncating a table and deleting from a table read more...

add a comment |category: |Views: 6

tags: another