Viewing 15 posts - 16,666 through 16,680 (of 18,923 total)
Hehe, I guess it all comes down to operator precedence (from first to last) :
+ (Positif), - (Négatif), ~ (NOT au niveau du bit)
* (Multiplication), / (Division), % (Modulo)
+...
June 16, 2005 at 7:42 am
Not exactly what he means.
I think he's refering to having a temp table (or dedicated table for this) where you can insert the ids that need to be processed. ...
June 16, 2005 at 7:38 am
We can't see that : src="C:\Documents and Settings\L8CKHO1\My Documents\My Pictures\exampleresults policy.jpg"
it must be http://www.blabla.com/policy.jpg
June 16, 2005 at 7:33 am
Thanx for the info... Had a little fun by starting a trace with pretty much everything except the security and locks audit
.
June 16, 2005 at 7:29 am
Is it that hard to get developpers to stop doing that??? I didn't have problems to adapt to that change.
June 16, 2005 at 7:09 am
Maybe I'm wrong but : 2005-05-17 16:35:48.000 May 17 2005 4:35PM
June 16, 2005 at 7:05 am
Hehe, we should create a rant about this one and put it in the FAQ
.
June 16, 2005 at 6:42 am
When you rename any object that has code associated to it, the only change made is its name in sysobjects. The script has to be updated as well manually.
June 16, 2005 at 6:41 am
make sure you declare your [var]char variable with its size : varchar(SizeGoesHere). The default is 1 and I suspect that this is your problem.
June 16, 2005 at 6:39 am
It may be parameter sniffing at work. However I think that the simplest workaround would be to do something like this :
IF EXISTS (Select * from dbo.ProducTMaster WHERE...
June 16, 2005 at 6:38 am
Are you sure that the service is still started?
Which Authentication mode are you using?
What user are you trying to connect under?
June 16, 2005 at 6:34 am
why not?? it's only 190k rows... and the heart of the site
.
June 15, 2005 at 11:55 pm
Just take yours and we'll trust what comes up... and agrees with common physics laws
.
June 15, 2005 at 11:54 pm
There must be a message somewhere... But I can't think were it could be.
June 15, 2005 at 2:23 pm
Viewing 15 posts - 16,666 through 16,680 (of 18,923 total)