Viewing 15 posts - 1 through 15 (of 28 total)
Sean,
thanks for pointing out that there is not FROM clause in my statement. That solved out my issue, thanks a lot for advice.
Sincerely grateful
Fr. Ivan Delic
Serbia
October 29, 2013 at 11:08 am
I just want to say all of you who helped me out.
Regarding the NULL values I decided to fill it with blank values by simply putting this statement online
UPDATE PERSONS
SET...
October 7, 2012 at 7:05 am
You could try this (it worked for me when I installed SQL Server 2008 over my SQL Server 2005 instance and SQL Server 2005 databases - after I could not...
August 14, 2012 at 12:08 pm
Thanks laurie!
There is something else but I think I could work it out. One of the problem was a thing that I didn't entered few row data, I left them...
August 14, 2012 at 10:32 am
Thanks laurie!
This is exactly what I wanted to do. Thanks a lot.
Very grateful, wishing you and yours all the best from our Lord Jesus Christ and Our Father who are...
August 13, 2012 at 12:55 pm
Hi!
I forgot one thing. In paper-data there is about 30 books with 100 pages in each of them. On each page there is 10 records, so 1,000 records per book,...
August 13, 2012 at 12:50 pm
Yes, you are right want I need to do.
I started to create MS Access database with those different tables knowing for normalization. My printing app need only one table as...
August 13, 2012 at 12:43 pm
Thanks for the answer.
Sample data in tables are, as follows
TABLE RECORDS
ID book page number
1 1 1 1
1 1 ...
August 12, 2012 at 10:12 am
Thanks again.
Table1 is called Records, Table2 Names, Table3 Parents. They could be related by ID field which has the same value for all of them.
I was recently asked to create...
August 11, 2012 at 1:50 pm
Thanks for the quick answer.
I simply want to copy my data from table2, table3 to table1.
I have about 25,000 records.
Fr. Ivan Delic
August 10, 2012 at 7:52 am
Thanks for your quick answer
I did what you asked with little change of line (I called mine SQL Server setup file SQL_Server_SP3.
Result is not good at all, and here it...
October 12, 2010 at 4:32 am
Thanks to both of you.
I'm sorry for didn't realize that columname means SELECT FROM PersonName WHERE PersonName ...
February 15, 2009 at 12:41 pm
Thanks for the answer and question Lynn
No, column names are PersonID, PersonName, etc.
A* is criteria for searching data in Access query.
I know that I should create View, select column PersonName,...
February 13, 2009 at 1:21 pm
I will try to naswer to your question.
You wrote:
Thanks for the reply, but you may have missed the point of the question.
How do I get "Microsoft SQL Server Manager Studio...
December 13, 2007 at 2:19 am
Viewing 15 posts - 1 through 15 (of 28 total)