Viewing 15 posts - 1 through 15 (of 23 total)
Thank You both very much
love the signatures...lol "A lack of planning on your part does not constitute and emergency on mine!" <-- I have that same sticker behind my...
January 15, 2008 at 3:15 pm
above is the index, below is the structure
would you like DDL as...
September 19, 2007 at 8:08 am
im sorry, it still is not working and i dont know what to do...
can you take another look or point me in the right direction? I would like to figure...
September 19, 2007 at 7:18 am
Still kind of stuck, it has to be something simple i am not doing correctly.
USE [SCX_3215]
GO
/****** Object: StoredProcedure [dbo].[search] Script Date: 09/18/2007 15:42:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[search]
(
@ittNumber...
September 19, 2007 at 2:41 am
hi again, thank you for the explanation. I understand what you are doing and it makes sense, but somethihng is not adding up. when i run this as a SP...
September 18, 2007 at 9:48 am
Hi brandie
thanks for the prompt response. Yes, it has full-text capabilities and i selected the table and columns that i want searchable with the runtime late at night every night....
September 18, 2007 at 6:37 am
such a newbie mistake! I got it though. Basically, in the table tblfltwrkcntr, there was a column called wrkcntrID that SHOULD have been in numerical order but there were old...
September 8, 2007 at 8:14 am
well, that kind of sucks. how do you bump a thread without blatantly bumping it?? Maybe i will just keep posting updates...and hopefully i get it by then.
Thanks
September 7, 2007 at 9:08 am
The data in the tblassignment field is there for one reason. When a new workcenter gets assigned a requirement, so the data i posted was the first row in each...
September 7, 2007 at 8:48 am
LOl, when i said "table i presume" i meant i am assuming that you are talking about the letter t standing for tables. i (I) should have stated "I Presume...
September 7, 2007 at 7:08 am
Still a little unsure;
I understand this:
SELECT DISTINCT
t.ittnumber
,t.itttitle
,t.daterequired
The t stands for table i presume in this case?
This is where i am not understanding: Why the...
September 7, 2007 at 5:08 am
ken, none taken and i apologize. I have not had too much luck with people explaining what they want so far.
when you say " Your INSERT statements for tbl3215...
September 6, 2007 at 11:23 am
thanks Sir,
I have had a rough day, i think the melon on my head is growing from banging it off the desk too many times
September 6, 2007 at 11:18 am
Maybe i thought the DDL i posted WAS correct, since afterall i did ask in the third post of this thread. I was instructed to do it as an insert statement. ...
September 6, 2007 at 9:07 am
maybe this will help
here is the SCMC row from tblfltwrkcntr
9 | 29 | SCM | SCMC | myemail@youremail.com | 0 |
here is an SCB
10 | 30 | SCB | SCBN | youremail@sqlisconfusing.com | 0 |
another thing that i found is it appears that under the columns under fltwrkcntrID are out...
September 6, 2007 at 8:45 am
Viewing 15 posts - 1 through 15 (of 23 total)