Viewing 15 posts - 1 through 15 (of 24 total)
What about THX 1138?
And I'll second an earlier post about Bladerunner.
December 2, 2005 at 8:07 am
For those worried about the overall tool performance (i.e. slow, RAM hogs, etc.) you need to concider the fact that these tools, being built on a non release version of...
August 9, 2005 at 7:08 am
Good article and comments.
Another way that applications will be able to mitigate the response issue (or lack thereof) will be delivered with .NET 2.0 (check out the article link). Though...
July 15, 2005 at 6:45 am
There is a serious problem with using the encrypt() function. This has got to be one of the simplest algorithms on earth to crack. All it really prevents are non-technical...
May 20, 2004 at 7:19 am
A quote from Microsoft:
"Stored procedures are supported only against SQL Server data sources."
This is taken from "External Data and Transact-SQL" http://msdn.microsoft.com/library/default.asp?url=/library/en-us/acdata/ac_8_qd_12_3164.asp
You may be able to get around this, and...
May 12, 2004 at 6:41 am
This function takes rockmoose's post one more step further (more of an internationalized step). You may not need to go this far, but food for thought.
CREATE FUNCTION dbo.GetDayOccurance (
@day TINYINT,
@yr ...
May 6, 2004 at 7:31 am
I have a post in the other thread for this topic that should fit the bill for you. (message id = 106587)
March 18, 2004 at 7:07 am
There is an article on this at 15 Seconds (http://www.15seconds.com/Issue/010308.htm) that will explain it fairly well (it was written for SQL 7 but this should work for 2000 as...
March 18, 2004 at 7:02 am
Thanks for the quick response.
This would work if the client machine has the SQL Server Client suite installed, but at this time there is no desire to do so.
March 16, 2004 at 9:47 am
I should have held off on posting this question. I have worked through and found the problem and solved it.
VS.Net does not...
January 14, 2004 at 3:06 pm
If I knew that the user was going after a column that was a Datetime value, using convert would be perfect. But the application will not be able to determine...
August 6, 2003 at 6:40 am
Thanks brendthess, that took care of the milliseconds for SQL Server. I tried to adapt the code to handle microseconds for DB2, but have begun to run into an accuracy...
August 4, 2003 at 8:37 am
Here is, more precisely, the problem.
If a Select is issued from a VB application and you do not know the column data types, those that return as a Timestamp...
August 1, 2003 at 1:43 pm
Thanks for the responses. I have briefly looked at setting up my own control in an attempt to get around this problem with the text box. What I was really...
January 9, 2003 at 8:24 am
I suppose I'll put my 2 cents in on this one. For both of you EOJRR1 and salim, AVOID DPROP like it was the plague (Unless your company wants to...
September 20, 2002 at 7:54 am
Viewing 15 posts - 1 through 15 (of 24 total)