Viewing 15 posts - 3,211 through 3,225 (of 5,103 total)
True, Delete syntax is ugly whe using From
Delete C
From
PARTY_COMMENT C JOIN PARTY P ON C.PARTY_ID=P.PARTY_ID
and then another one for Phone
And...
* Noel
July 13, 2005 at 2:27 pm
Mike if you follow the all code in one shot don't need to start 3 separated transactions just wrap them all in ONE! -- it will make your life a...
* Noel
July 13, 2005 at 1:00 pm
Scott, Think PREEMTIVE MULTITASKING!
when your procedure is running others can be too!!! scope_identity is one vaiable per session, @@identity is one GLOBAL thing, if another procedure inserts a record on...
* Noel
July 13, 2005 at 12:56 pm
How are you looking at the results? QA
if yes check the tools->options->result tab and check the max char length
* Noel
July 13, 2005 at 12:34 pm
In data adquisition systems (SCADAS) the sampling period can be used to "filter" the noise of slowly moving variables like temperature. You usually do not have the luxury of a...
* Noel
July 13, 2005 at 12:21 pm
I can give you plenty within the realm of Control systems but out side of it I am not sure ![]()
* Noel
July 13, 2005 at 12:08 pm
It would have been cooler ![]()
if you use the Hex or maybe binary representation ![]()
* Noel
July 13, 2005 at 12:05 pm
Many statistics in Control systems applications are heavily based on the sampling period and it make sense a lot for simulation purposes also!
* Noel
July 13, 2005 at 12:03 pm
You are very swift too
so shouldn't complain around here ![]()
* Noel
July 13, 2005 at 11:55 am
>> Create the view WITH SCHEMABINDING
That way the tables (or other views) referenced by the view cannot be modified in any way unless the view is dropped first....
* Noel
July 13, 2005 at 11:52 am
May I ask why do you say that you can't join a table to a view? obviously from the above post you see an example on how to do it. Are...
* Noel
July 12, 2005 at 3:38 pm
Did any of this test Evaluated CPU utilization on the server?
I see a lot of round trip timings but not what is going on on the server which is...
* Noel
July 12, 2005 at 3:21 pm
EXACTLY!
The real advantage of the RPC is the ability to reuse parametrized plans.
I would like you to create the parameter once and CHANGE the parameter value on each iteration...
* Noel
July 12, 2005 at 2:24 pm
Sorry for my delay in the reply.
Well I think that data is still not realistic. Can you post how did you performed the Loops ?
* Noel
July 12, 2005 at 2:09 pm
That was not what you posted a couple of posts ago ![]()
>> I'm not the president of the company, yet
* Noel
July 12, 2005 at 12:59 pm
Viewing 15 posts - 3,211 through 3,225 (of 5,103 total)