Viewing 15 posts - 3,691 through 3,705 (of 5,356 total)
hm...not that I want to say, I'm fed up with such discussions...
But they remind me of
- Which programming language is superior?
- Which RDBMS is best?
- to NULL or NOT?
October 23, 2003 at 1:33 am
quote:
well after the sun burns out.
taking these for posting some broker...
October 23, 2003 at 1:13 am
My job doesn't require me to play around with database at all, but I simply do so.
Find yourself a task you want build a database solution for. If it...
October 23, 2003 at 1:08 am
quote:
What about writing extended stored procedures that would drop in a message queue (MSMQ) or buy a similar product? If the apps...
October 23, 2003 at 12:51 am
CREATE TABLE tmpHtml
(Link varchar(100),
LinkText varchar(100))
GO
CREATE VIEW vw_HtmlFormat
AS
SELECT "<A HREF=" + Link + " target="_blank">" +
LinkText + "</A>"
FROM tmpHtml
GO
INSERT...
October 22, 2003 at 8:40 am
quote:
Anyone have additional suggestions (i.e. best way to capture the email in VB?, etc.).
not sure...
October 22, 2003 at 8:35 am
Well, db_ddladmin also include the DROP statement permission AFAIK. I'm not sure if this is what you or your company wants on a production server.
Frank
October 22, 2003 at 8:24 am
A shot in the dark!
Add a varchar(xxx) column to your table, insert your links and do the 'HTML' preparing at your client application.
In case your looking for an equivalent...
October 22, 2003 at 7:28 am
quote:
Frank, how well does that self-documentation work?
the results are quite acceptable. No professional stuff,...
October 22, 2003 at 6:35 am
quote:
If you are using smalldatetime you could only use 20790606. What are the chances that they will be using...
October 22, 2003 at 6:27 am
Finally found this again
http://xforce.iss.net/xforce/maillists/otherlists.php
Advantage is, they describe and offer subscription facilities to many of the important lists in one place
Frank
October 22, 2003 at 6:15 am
grmph, haven't calculated the page break!
Anyway, the above post goes into Jonathan's direction.
Frank
October 22, 2003 at 6:07 am
I must confess I do really appreciate your 'nit-picking' style !!!
And please, don't get me wrong on this! ![]()
Looking forward to many clarifying ?!? posts!
Frank
October 22, 2003 at 6:04 am
Yes, Steven, you're right. I remember, but prefer to forget. The browser interface is really a mess.
IMHO.
![]()
Frank
October 22, 2003 at 5:13 am
Viewing 15 posts - 3,691 through 3,705 (of 5,356 total)