Viewing 13 posts - 1 through 14 (of 14 total)
I use Scriptio to generate .sql files for the db schema. Its a free download. http://www.sqlteam.com/publish/scriptio/
On the 2nd tab, I specify One File per Object. Then I use a RE...
June 2, 2006 at 8:09 am
What is an image folder?
Do you want to populate a table with the names of files from a specified folder?
May 26, 2006 at 7:30 am
Take a look at Forums Home » Programming » General » Binary data pros/cons.
May 18, 2006 at 8:02 am
I started using Scriptio a few weeks ago. It is a .net app that you can get for free from http://www.sqlteam.com/publish/scriptio. The main reason why I use it is...
May 3, 2006 at 7:58 am
These links and hints were very helpful to me. Thanks you!
April 28, 2006 at 11:50 am
I'm not sure if it’s true but I read or heard that MS implemented http://terraserver.microsoft.com/ using SQL 2000 to prove that SQL is up to the task of processing lots...
April 17, 2006 at 8:14 am
The requirements are simple. But human resources are limited too. 1 guy, about 1 hr per day for the whole project: UI forms, DB schema & SPs, reporting, doc &...
April 13, 2006 at 11:24 am
I think we are not talking apples & apples, but it doesn't appear to be a DDL issue. Yes, the posted solutions will return the correct results. And many...
April 11, 2006 at 9:01 am
I agree. I don't think the problem has been solved in this thread (w/o using Dynamic SQL), how about you?
Being a newbie to SQL, I don't know how to code...
April 10, 2006 at 3:53 pm
That link has some excellent tips on dyn sql. Thanks.
Your IF/ELSE blocks make sense to me but I don't think they solve the problem. The problem is that the...
April 10, 2006 at 12:05 pm
Thanks for the ideas.
I looked at that link and see he is refering to something different. My db has one-to-many relationships (3 of them) to address, vs. a lookup...
April 6, 2006 at 1:54 pm
Some good ideas.
I failed to mention that CustomerID is a Customer.ID identity, that MediaID is a Media.ID identity, and that GroupID is a Group.ID identity. Thus the proposed logic...
April 6, 2006 at 7:53 am
Viewing 13 posts - 1 through 14 (of 14 total)