Viewing 15 posts - 1 through 15 (of 23 total)
I have been looking around, and that is what I think I have to do as well.
I just didn't know where my data would come from to insert into my...
January 16, 2007 at 1:20 pm
Unfortunately, I can't use the UniqueIdentifier field. I have to keep the ID as an Integer. (Again, this is the 3rd party constraint. )
January 16, 2007 at 12:40 pm
At the risk of sounding like a newbie, I am not sure.
The two tables are identical, except for the following:
The EMP_GRP_ASS has a unique key EMP_GRP_ASS_SK, which is...
December 6, 2006 at 9:37 am
I was afraid that that was what I needed to do. (In fact I had already coded it that way.)
That 2005 thing is yet another good reason to upgrade SQL.
Thanks,...
January 4, 2006 at 3:57 pm
I was using Error # 547 as an example. (This is what MS SQL Help had as an example.)
If I recieve an error, should I just pass to the user...
December 29, 2005 at 8:00 am
Unfortunately, I can not include the tblSavedForm.FormID in my grouping. I may have 2 different FormID's that match my ClientFormTitle criteria.
November 9, 2005 at 9:20 am
Sorry, Remi.
I don't want to Byte the Hand that feeds me.
When I said that your solution was a little more than I needed at the moment, I was refering to...
August 24, 2005 at 9:44 am
Simple enough. Thanks!
Remi's solution is a little larger than I need right now. (Besides, I have a function that will return a Text field as rows broken by a character.)
August 24, 2005 at 9:33 am
I had posted a similiar question back in March, and when I searched the forums, they pointed me in the correct direction (I think).
One of things that I will have...
August 16, 2005 at 4:06 pm
Just remember Bryan - henceforth if tanking up on caffeine doesn't do the trick - SSC/remi (used interchangeably here) always will!
SSC/remi ->...
August 3, 2005 at 11:44 am
All right, you guys. I feel like a "Newbie" now.
I should have thought of the "sub-Query". Guess I need more caffiene.
August 3, 2005 at 11:23 am
I have not. I thought that Top 1 will only return 1 row.
This is my dataset that is returned:
File_ID | Branch_ID | Data | Data |
1 | 2 | hghghg | rtrtr |
1 | 3 | sdfsdf | sdfsd |
2 | 9 | hghghg | rtrtr |
3 | 12 | sdfsdf | sdfsd |
3 | 43 | hghghg | rtrtr |
4 | 23 | sdfsdf | sdfsd |
I would like to only get back 1 row per File_ID.
August 3, 2005 at 10:20 am
I have used Visio to create my "maps" of tables.
Is there a way to get it to give me a list of my tables, fields, etc... ? If so, where...
July 6, 2005 at 10:22 am
Viewing 15 posts - 1 through 15 (of 23 total)