Viewing 15 posts - 136 through 150 (of 197 total)
GSquared (8/14/2008)
There are several third-party products that have that kind of thing. I think RedGate has one, pretty sure ApexSQL has one.
Neither of these companies has a product that...
August 15, 2008 at 7:29 am
Then how is it that the FK can be created in the designer?
August 13, 2008 at 10:23 am
It might help if I use the correct names for everything. (No, still get the errors)
--**************************************
-- ptPhysicalExam
--**************************************
-- Drop FK_ptPhysicalExamDetails_ptPhysicalExam from...
August 13, 2008 at 10:05 am
Can you guys help with this one, too?
This code:
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ptLabResultsorg]') AND type in (N'U'))
BEGIN
-- Altering ptLabResultsorg
Print...
August 13, 2008 at 8:45 am
OK, got it working based on Jack's last post.
Thanks a lot...
July 30, 2008 at 1:38 pm
Steve Jones - Editor (7/30/2008)
Orupdate MyTable
set col = sitename + resource
from inserted i
where i.pk = MyTable.pk
UPDATE ptAppointments SET resource = I.resource + I.site FROM inserted I
...
July 30, 2008 at 1:04 pm
How would I modify this to work for both the insert and update and am I doing this
correctly or not? I want to concatenate the resource and site columns...
July 30, 2008 at 12:59 pm
Jack Corbett (7/30/2008)
Also it would be nice if people would use the IFCodes period. How many times is ... a url not in a url block?
*MOST* good forum...
July 30, 2008 at 12:20 pm
Then why hasn't that been added into the forums since it is a tool used on the site?
It doesn't look like it would be too difficult to pass the text...
July 30, 2008 at 8:38 am
Steve Jones - Editor (3/16/2008)
We are working with Instant Forums to incorporate some of these ideas into their next version.
How about fixing the insert of the IFCode for text colors?...
July 30, 2008 at 7:48 am
Atif Sheikh (7/29/2008)
1. The variable @ReturnID...
July 29, 2008 at 7:39 am
Ok, we've figured it out, it seems to be a bug in SQL2K5 and I will post reproducible code and our fix later.
July 28, 2008 at 3:57 pm
We're still looking into the situation. Even when we changed to a "Select Into" it is still not keeping the value so it must be something besides the cursor.
July 28, 2008 at 1:57 pm
Viewing 15 posts - 136 through 150 (of 197 total)