Viewing 15 posts - 3,196 through 3,210 (of 5,356 total)
I guess it is because VB is still considered an easy-to-learn language.
There are countless sites with free code around, but I agree that when you need to solve a specific...
December 10, 2003 at 2:48 am
11 mails as of now with the last one received at 1:38 my time.
Frank
December 10, 2003 at 2:39 am
quote:
Very nice article. We should all know these rules, but more importantly the database vendors should keep them in mind whenever they...
December 10, 2003 at 2:35 am
How many rows should your search return?
Can you provide more information?
Frank
December 10, 2003 at 2:20 am
You mean you have duplicates in your tables?
If so, search this site, there are scripts for this around.
Frank
December 9, 2003 at 1:51 pm
Yup,
SELECT LEFT(your_field,CHARINDEX(' ', your_field,1)-1)
is better ![]()
Frank
December 9, 2003 at 1:42 pm
I bet Jonathan will post PARSENAME stuff.
In the meantime try
SELECT LEFT(your_field,CHARINDEX(' ', your_field))
this assumes that you always have a blank as separator and no leading blanks.
Frank
December 9, 2003 at 1:22 pm
Sorry, might work better with providing this link
Frank
December 9, 2003 at 1:15 pm
I think this is the wrong category for this thread. What about using the existing other thread on this topic?
Frank
December 9, 2003 at 1:12 pm
December 9, 2003 at 1:08 pm
December 9, 2003 at 1:03 pm
December 9, 2003 at 12:57 pm
I'll second racosta.
Without having some sample data and further explanation on what you want, it will be difficult to help
Frank
December 9, 2003 at 12:55 pm
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/sql/reskit/sql2000/part3/c1161.asp explains things a bit.
I for myself do store BLOBs in a db. That is a separate db that serve no other purpose than this. BLOBs are only stored, not...
December 9, 2003 at 12:47 pm
quote:
Yes.You can also create an aggregate column(s) in a table. This is good for reporting purposes as theres no need to...
December 9, 2003 at 12:41 pm
Viewing 15 posts - 3,196 through 3,210 (of 5,356 total)