Viewing 15 posts - 5,236 through 5,250 (of 18,926 total)
Once had a very similar issue. Tho is was for a dbase 4 file. The issue was that after the upgrade with had to add admin as the...
June 27, 2011 at 10:05 am
staindromeo1 (6/27/2011)
There is no other table where the value exists, If its Other or No , I don't want it to do anything. Your Else statement doesn't seem...
June 27, 2011 at 10:01 am
sql_novice_2007 (6/27/2011)
I don't see anything in sqlserver error log as well.
I was thinking more about the windows logs.
June 27, 2011 at 9:51 am
Sean Lange (6/27/2011)
I do know what to do on each layer and trust me you both are wrong, no other data engine, or layer, linq, entity framework, Datasets loops or...
June 27, 2011 at 9:48 am
staindromeo1 (6/27/2011)
Sorry I didn't see your response, but basically I am trying to convert a varchar value to a tinyint.
Go back to school, you're way behind on the very basics...
June 27, 2011 at 9:47 am
As I said, you need to find the right value. I'd guess that 0 means NO, 1 means Yes AND 2 means other. But you need to find...
June 27, 2011 at 9:38 am
Have you checked the windows error logs? There should be something in there to explain this behavior.
June 27, 2011 at 9:36 am
GSquared (6/27/2011)
I've never had a problem with error messages, et al, ending up in the message anywhere, but...
June 27, 2011 at 9:35 am
Add optional parameter @debug BIT = 0
Then if @debug = 1 PRINT 'Whatever'
June 27, 2011 at 9:34 am
Yes the dev server. But it needs to be on the server where the query will run (which very likely is not the report server which in my case...
June 27, 2011 at 9:30 am
Have you refreshed the agent status in EM? It probably won't auto-update just based on a query in QA.
June 27, 2011 at 9:29 am
This is really basic. You need to use the same datatypes on both sides of the equation. I can't see your screen and I can't do your work...
June 27, 2011 at 9:27 am
What's the condition that defines how the datas goes into what column?
June 27, 2011 at 9:26 am
Viewing 15 posts - 5,236 through 5,250 (of 18,926 total)