Viewing 15 posts - 3,421 through 3,435 (of 5,103 total)
How do you connect your Office SQL to your ISP SQL ?
* Noel
July 1, 2005 at 10:51 am
when you prform the change through EM you are prompted for the restart automatically ![]()
* Noel
July 1, 2005 at 10:34 am
Yeah, I am not sure if he even "works" any more ![]()
* Noel
July 1, 2005 at 10:23 am
Didn't you said that you were not going to work today?
* Noel
July 1, 2005 at 10:11 am
Not a big deal if you do it at INSERT time
* Noel
June 30, 2005 at 3:42 pm
it most be nice not to work on FRIDAY!!! ![]()
* Noel
June 30, 2005 at 3:35 pm
If you have Several Names for the same ID which of the Names are you supposed to show ?
* Noel
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...
* Noel
June 30, 2005 at 3:12 pm
Assuming the data is in a dataset (or datatable) it is still the FASTEST way ![]()
* Noel
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)
* Noel
June 30, 2005 at 3:05 pm
I have to learn to refresh before I post so this does not happen again ![]()
* Noel
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...
* Noel
June 30, 2005 at 3:00 pm
In that case the query posted by Remi should work !!
* Noel
June 30, 2005 at 2:52 pm
can you post an example of the output ? ![]()
* Noel
June 30, 2005 at 2:41 pm
Viewing 15 posts - 3,421 through 3,435 (of 5,103 total)