Viewing 15 posts - 26,566 through 26,580 (of 39,793 total)
No issues I'm aware of. You might try profiling/tracing this when it runs both ways and look for differences.
Is security the same? What does the job do?
October 22, 2008 at 10:10 am
Good thoughts and we're not buying him a car, at least not completely. We're matching what he's earned and he has the upkeep on the car. Where we live, he...
October 22, 2008 at 9:42 am
You have to have SQL Server running. I do not believe Compact Edition will work.
You can download SQL Server Express, which is the free version, if you have no other.
October 21, 2008 at 8:50 pm
What does release mean? Please explain what you are trying to do and what is happening in more detail.
October 21, 2008 at 8:49 pm
It sounds like networking. How is the app connecting? Is it trying for a named instance? Might need UDP 1434 open as well.
Can you browse there from isqlw, click...
October 21, 2008 at 4:50 pm
Sorry, you can also use the 2nd charindex to determine where to stop the first line in the substring function
October 21, 2008 at 4:22 pm
charindex can take a third parameter, the location at which to start. Use the charindex from the first one as the starting point.
SELECT line1 = substring(TXTFIELD,1,charindex(CHAR(13),TXTFIELD))
, line2 = substring(TXTFIELD,charindex(CHAR(13),TXTFIELD),...
October 21, 2008 at 4:21 pm
You'll need to change the logins. This data is stored in the server, so if the outside domain changes, you need to either setup trust or change the logins. You...
October 21, 2008 at 4:20 pm
Sorry, look for blocking. Mistyped earlier.
Are these two dedicated servers for testing or production? Can you answer on hardware?
October 21, 2008 at 4:19 pm
cache? Are you clearing this before testing?
That's not much of a difference though. Could be other factors.
October 21, 2008 at 4:17 pm
Yes, it is all humans, not just Americans. Was thinking here at home we need to lead the way on copyright. Start here and then see if others will follow...
October 21, 2008 at 3:45 pm
weird as in Steve is weird, weird Steve picked a weird topic, or it's weird I think Steve made sense 😛
I vote for the original 14 years + 14 extended.
We...
October 21, 2008 at 12:19 pm
The response from YouTube is well done and it outlines the issues. They need to protect themselves because of the laws. It also seems to hint to the McCain campaign...
October 21, 2008 at 9:07 am
This does sound strange and I don't think this happens often. It's likely an anomaly as mentioned above. If it happens again, I'd recommend calling MS, running PSdiag, and posting...
October 21, 2008 at 8:58 am
If you're willing to do Broker, I'd do that. It gives you some flexibility to move the archive to another server/system easily later if need be. Harder to do that...
October 21, 2008 at 8:54 am
Viewing 15 posts - 26,566 through 26,580 (of 39,793 total)