Viewing 15 posts - 3,181 through 3,195 (of 5,103 total)
Why do you need that "ordering" ?
July 15, 2005 at 11:39 am
May I suggest you use a separate table to account for the IDs.
No lock will be needed watsoever!!!
Cheers!
July 15, 2005 at 11:34 am
>> Has sysname always been an Nvarchar datatype? <<
YES it always have been nvarchar(128). SQL Server 7 and up are designed to support unicode named objects
Cheers!
July 15, 2005 at 11:21 am
It may not be that terribel if it is as sswords said:
"Alright buddy, be quiet or I'm going to have to slap the 'wives' on you!"
bad would be
"Alright buddy, be...
July 15, 2005 at 11:17 am
Wow, too many big things in too little time !!!! you don't need any drug ![]()
![]()
July 14, 2005 at 5:37 pm
I think you should pay a bit more attention at the thread because all solutions were based on that:
....
select name from #a where id % @Sample = @Offset
...
Select...
July 14, 2005 at 3:48 pm
>>... replication is being performed to a database that can be used on the extranet. The data in the extranet is were the LAt Long resides..... <<
If you are trying...
July 14, 2005 at 3:10 pm
Yup, sometimes one has to look at the process as a whole and led the process determine the architecture and not the other way around!!
4000 is for that next AGREE
July 14, 2005 at 3:04 pm
OK the right approach is that you call the WEB service BEFORE you do the insert! then you don't need the trigger ![]()
July 14, 2005 at 2:58 pm
Triggers should be used in short (not lengthy ) jobs. You need to re architecture your solution to minimize Trigger time!!
Also can you post what are you trying to accomplish?
July 14, 2005 at 2:49 pm
When you use splitted Access DB every time you change the BE path you need to use the "Linked tables manager" to refresh the location of it ( or do it...
July 14, 2005 at 2:44 pm
OR
Create a numbers table with several mod values( the most common hope fully is not that many
) by each number, pin it and...
July 14, 2005 at 1:59 pm
That works well for "STANDARD" kind of queries. When variables are used in the update and double assingments are in the game I am not really sure if something is...
July 14, 2005 at 1:50 pm
Viewing 15 posts - 3,181 through 3,195 (of 5,103 total)