TKC Blog

Entries for February 2010

24
One of the problems with accessing FTP folders through Windows XP and Vista is that you cannot copy/cut and past from one FTP folder to another w...

[Read the rest of this article...]

16
Here is an example of how to execute xcopy from VB Script. ' XCopy files from a source folder to dest folder in vb script Set WShell = CreateObject(...

[Read the rest of this article...]

15
I've searched in the past a few times for a simple to use zip library that can be incorporated into and ASP.net 2.0 application.  And I've finall...

[Read the rest of this article...]

15
The following function will return the index number of a column in a gridview or detailsview control based on it's header text.  Just pass in the...

[Read the rest of this article...]

15
The query below will find any stored procedures or tables modified within the last seven days: SELECT name AS [Stored Procedures]   ...

[Read the rest of this article...]

Posted in: SQL Server
15
You might find the following two SQL queries handy. They find a string within the SQL code of a stored procedure or view. -- Stored Procedure – looki...

[Read the rest of this article...]

Posted in: SQL Server
Search Blog