Viewing 15 posts - 586 through 600 (of 1,086 total)
That's it, Remi! Glad I could help....
Actually, we have found the flexibility of using this table extremely helpful - especially for odd...
September 7, 2005 at 8:24 am
SELECT * FROM EmptyHalf
UNION
SELECT * FROM BetterHalf
(assuming you are a guy asking a woman...)
September 7, 2005 at 5:12 am
My vote is for sswords: "It's my parity, and I'll cry if I want to." (I may change my footnote).
September 7, 2005 at 5:09 am
Sorry.
I actually use one like that at work. Once I get into the office I will look for it... (Remi, it...
September 7, 2005 at 5:03 am
I think this is it. [Now, tell me what I did wrong in posting the link ].
IF EXISTS( SELECT * FROM dbo.sysobjects...
September 6, 2005 at 4:09 pm
I would search this site. You will find numerous answers just in the Discussion section.
Here is one possible solution: <A HREF="http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=18554" target = "new">Possible Solution</A>
Remi also has a...
September 6, 2005 at 1:28 pm
I have no way of testing this, but I did notice that DateTimeStamp, comment, and Weight are not selected within sub-select X.
September 6, 2005 at 12:55 pm
Do you have Indexes on all these tables you LEFT OUTER JOIN? Also, would it be quicker to make these LEFT OUTER JOINs their own Views as those are already...
September 2, 2005 at 9:15 am
Let me see if understand this. Table 1 (which is the Primary table) has no record in it. Table 2 (which is the Foreign Key table) has a record in it. ...
September 2, 2005 at 9:10 am
I'll be switched - I thought you did that. Sorry for the confusion.
September 2, 2005 at 8:17 am
Agreed! But with Newbies, it sometimes takes a little longer. And sometimes, (more than I would want) "senior moments" happen to me too...
But over all, you are right and...
September 2, 2005 at 7:45 am
In the Newbies section, that is a bit more acceptable. But I've done that myself in the TSQL section and that is "clobber" time.... TGIF!!!
September 2, 2005 at 7:08 am
Do you have a folder called Joe_LeninL? Or is this just the name of the file within the folder Data? You may need to drop the extra \' + @DbName...
September 1, 2005 at 3:53 pm
You lost me on this posting. Do you want to go from SQL Server to Sybase or from Sybase to SQL Server?
Could you post the entire code? [both the...
September 1, 2005 at 11:33 am
Me too. I was trying to find out if this was a one to many relationship and where the problems might arise during an update... I should have been more...
September 1, 2005 at 11:02 am
Viewing 15 posts - 586 through 600 (of 1,086 total)