Forum: MS SQL 21 Days Ago |
| Replies: 1 Views: 481 I am trying to write a bulk import routine so that i will be able to import text files or csv files to SQL i have tried this and it's giving me the following error message. P: is the drive where the... |
Forum: MS SQL 23 Days Ago |
| Replies: 1 Views: 511 I have some tables that i have created in SQL Server and i want to write a stored Procedure that will insert data on to one of my tables AND also be able to update say if i select record
CREATE... |
Forum: MS SQL 29 Days Ago |
| Replies: 6 Views: 661 Thanks sknake i have now managed to solve it. Once again Thanks |
Forum: MS SQL 30 Days Ago |
| Replies: 6 Views: 661 Thanks. Yeah! I would like to add a parameter to the stored proc, and also for now if possible I would like to be able to do the whole process of generating the DocIds without a frontend. |
Forum: MS SQL 31 Days Ago |
| Replies: 6 Views: 661 In simple terms
If DocID on <TABLE B>
Select Surname, Initials, and Sex from <TABLE A>
Select DocID,AllocationDate from <TABLE B>
If DocID not on <TABLE B>
Create new DocID (insert on... |
Forum: MS SQL 31 Days Ago |
| Replies: 6 Views: 661 Right thanks, I m sorry if I wasn’t clear. I have 3 tables (structured as below) and all are in SQL Server. what I want to do is have a front-end like .Net or any other but the backend is SQL.
... |
Forum: MS SQL 34 Days Ago |
| Replies: 6 Views: 661 I need some help I have managed to get this far (as below), from thatI can put a AAA_NUMBER and be able to get that record details and thats the 1st step that I wanted the 2nd step that I want is say... |
Forum: MS SQL Jul 14th, 2005 |
| Replies: 5 Views: 75,151 i am not very sure is it different as in SQL where yu can go to the database that you want and then you go to the table and then you click the right side of yur mouse and go to design table and... |
Forum: MS SQL Jul 14th, 2005 |
| Replies: 8 Views: 4,613 Yea i am trying to produce a page which is data sourced from several tables, so if create a 'view' of that data and select from the view in my ASP page.How do i connect the database [i mean the... |
Forum: MS SQL Jul 13th, 2005 |
| Replies: 8 Views: 4,613 I have managed to join the OBDC to the database and I need to know how to join several tables in stored procedures so that the end form will be from a number of different tables. I have just... |
Forum: MS SQL Jul 12th, 2005 |
| Replies: 8 Views: 4,613 I have now installed IIS. The reason I wanted to use ODBC was because I have seen it was on the machine I had used JDBC before and it wasn’t installed on the machine so I wanted to use ASP.
If I... |
Forum: MS SQL Jul 11th, 2005 |
| Replies: 8 Views: 4,613 I intent to use ASP although i cannot get IIS on the machine which is window 2000 proffessional.now i do not know the step by step of doing this because i want to use ODBC as the middleware and ASP... |
Forum: MS SQL Jul 8th, 2005 |
| Replies: 8 Views: 4,613 Please help !!!
I am designing a database system and I am a bit stuck and do not know my next step forward. I am using SQL Server 2000 to develop a database system from scratch for a medium sized... |