Tag: sql server

Community

Truncate all rows in Database

(Vinod Kumar) This is yet another fequently asked question in the public newsgroups. Here is a simple script that will allow you to do the same easily. In this script I’ve used the truncate clause rather than the delete operation because trucate is faster and doesnot get into the logging process tha

Community

More UDF Back Doors

(Itzik Ben-Gan) T-SQL programmers often use user-defined functions (UDFs) to encapsulate algorithm implementations. However, several aspects of UDFs constrain programmers’ capabilities. In “UDF Back Doors” (April 2004, InstantDoc ID 41845), I discussed some UDF limitations and some back doors th

Community

Where to store Images?

(Vinod Kumar) The fundamental Pros of storing the images in SQL Server are pretty simple: You gain all the “ACID” properties of a database system. This is something we donot intent to capitalize fundamentally. But the application demands have made us think so and we have unknowingly have used the da