Viewing 15 posts - 1,621 through 1,635 (of 5,356 total)
Calvin,
nice and cute one!
May I add this to my site, so the users can decide for themselves which one to use?
December 3, 2004 at 5:51 am
What about starting up Profiler and see what's going on behind the scenes?
December 3, 2004 at 5:33 am
Steve,
time to wake up.
This is yours | This was required |
RKA10 | RKA10 |
RKA100 | RKA11 |
You see the difference ![]()
December 3, 2004 at 5:11 am
@frank, Rohini and Jeff: Phua, you would really go the extra mile and create a table with all possible date velues?
Yes!
December 3, 2004 at 3:29 am
You might want to read in BOL about it first as your question is very vague and unclear and come back with more specific questions after reading it.
December 3, 2004 at 3:20 am
Sorry, forgot to mention, that this question might be better asked in a C# community as it seems primarily related to the language rather than SQL Server.
December 3, 2004 at 3:09 am
See, if this helps:
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part3/c1161.mspx
December 3, 2004 at 3:08 am
Not exactly, the NULL bitmap is always there, even if no column allows for NULL.
December 3, 2004 at 3:05 am
There are surely more than one way to skin that cat when you go down and touch system objects directly.
SELECT
USER_NAME(so.uid) Owner
, so.name [Table]
FROM
sysobjects so
LEFT JOIN
(
SELECT...
December 3, 2004 at 2:51 am
IIRC, you might also want to search the script archive here. James Travis (aka Antares686) has posted such a script. It should help you.
![]()
December 3, 2004 at 2:48 am
No, it won't work this way. Stored Procedures can accept parameters, of course, but not with such a direct user interaction like a Inputbox. You might want to read the...
December 3, 2004 at 2:46 am
You're welcome!
Glad I could help. ![]()
December 3, 2004 at 2:39 am
Frank, love the pattern searching for this. My only gripe is that your function is not set based.
Yes, that's right, but the data doesn't really seems to be normalized....
December 3, 2004 at 2:38 am
Sorry, I'm not that much into VB anymore, but after reading your link, have you tried adVarLongBinary? But I think there are MS hosted newsgroups about VB and databases. Maybe...
December 2, 2004 at 7:51 am
It is actually not the best idea to name columns with reserved words. You should really change this.
December 2, 2004 at 7:37 am
Viewing 15 posts - 1,621 through 1,635 (of 5,356 total)