Viewing 15 posts - 3,421 through 3,435 (of 5,103 total)
How do you connect your Office SQL to your ISP SQL ?
July 1, 2005 at 10:51 am
when you prform the change through EM you are prompted for the restart automatically ![]()
July 1, 2005 at 10:34 am
Yeah, I am not sure if he even "works" any more ![]()
July 1, 2005 at 10:23 am
Didn't you said that you were not going to work today?
July 1, 2005 at 10:11 am
If you have Several Names for the same ID which of the Names are you supposed to show ?
June 30, 2005 at 3:24 pm
Then remove Name
Select id, Min(SortOrder) as MinSort from @A
group by id
order by MinSort
BTW the min() will give you the minimum value within the group of columns in the group by...
June 30, 2005 at 3:12 pm
Assuming the data is in a dataset (or datatable) it is still the FASTEST way ![]()
June 30, 2005 at 3:08 pm
OR:
if the number of EventID and FieldID are too many may be @SQLtring should be changed from nvarchar(4000) to varchar(8000)
June 30, 2005 at 3:05 pm
I have to learn to refresh before I post so this does not happen again ![]()
June 30, 2005 at 3:01 pm
I have also to point out that whe Access open the DB it DOES checks the security settings on ADP files and allows only certain permissions to certain groups.
On MDB...
June 30, 2005 at 3:00 pm
In that case the query posted by Remi should work !!
June 30, 2005 at 2:52 pm
can you post an example of the output ? ![]()
June 30, 2005 at 2:41 pm
Viewing 15 posts - 3,421 through 3,435 (of 5,103 total)