Viewing 15 posts - 751 through 765 (of 1,183 total)
*laughs* It seems Ramesh and I were working on the same solution at the same time. 😀
November 21, 2007 at 8:29 am
You can get around this by changing the way you test for NULL. By using "IS NULL" you'll get the desired results.
I can't speak to the "WHY" the other didn't...
November 21, 2007 at 8:28 am
It works with 2005
November 16, 2007 at 11:14 am
This works GREAT !!!
November 16, 2007 at 11:04 am
Sure, there are a ton of them.
Do search on amazon.com
November 16, 2007 at 7:23 am
I'm sure there's a better way, but this will get you what you're looking for ....
SELECT *
FROM LINK_T1 T1 LEFT OUTER JOIN T2 ON
CAST(T1.id AS varchar) = SUBSTRING(T2.id, 2, 9)...
November 16, 2007 at 6:13 am
Yes it is, but there's far more to it than a quick post to the forums.
But something like this should get you started.
Private Sub yourSubroutine()
...
November 16, 2007 at 6:11 am
Post your SPs code and we may be able to help more.
November 15, 2007 at 6:09 am
dewa_himatif_sf (11/13/2007)
and a few others ...
//what's the recovery model of the DB?
simple
Sorry everybody, but dewa's already said it's in Simple mode. :crying:
November 14, 2007 at 12:10 am
SORRY dewa_himatif_sf but I've got to sign out for the night. I hope you find the help you need.
I'll check back into this post tomorrow.
November 13, 2007 at 11:30 pm
dewa_himatif_sf (11/13/2007)
// when was the last backup made of the database?November 9 2007
You NEED to restore the last backup of the DB to a server. This will at MINIMUM, allow...
November 13, 2007 at 10:58 pm
It would help if you could post the procedures code. It's hard to understand what is causing the timeout without it.
November 13, 2007 at 10:39 pm
But you didn't answer my question...
when was the last backup made of the database?
and a few others ...
what's the recovery model of the DB?
is the DB in use...
November 13, 2007 at 10:37 pm
Well, at least I can go to sleep knowing I wasn't losing my mind, and honestly I think I need to do that now 🙂 ... Sleep, not lose my...
November 13, 2007 at 10:32 pm
OK, I'll help as much as possible.
It sounds like you need/want immediate help. If so, do you have MSN Messenger or something of that sort?
If not, you'll need to watch/refresh...
November 13, 2007 at 10:22 pm
Viewing 15 posts - 751 through 765 (of 1,183 total)