Viewing 6 posts - 61 through 66 (of 66 total)
thank you very much. i was also thinking about adding unique constraint. can i do while database is online line in production or we need to be offline.
thank
sagar
September 2, 2008 at 11:16 pm
table structure is like this:
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[tblProjectMembers](
[ProjectMemberId] [int] IDENTITY(1,1) NOT NULL,
[ProjectId] [int] NOT NULL,
[ProjectMemberUserID] [int] NULL,
[JobTypeID] [int] NULL,
[Description] [varchar](500) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL CONSTRAINT [DF_tblProjectMembers_Description] ...
September 2, 2008 at 9:48 pm
thank you very very much it is big support..
thanks again to all, i will post later later for my query and informatinon till then
happy great great weekend
sagar
August 29, 2008 at 8:31 pm
Hi, It is seems to be very help full to trouble the issue.. i really thanks for that.
i also have have another question.. code is right below the text. what...
August 25, 2008 at 7:24 pm
Thanks Everybody...
Sagar
August 24, 2008 at 2:47 pm
code looks like below... also have another question as well... there are lots of temp table inside stored proc.. i was thinking of removing temp table and using table...
August 24, 2008 at 10:19 am
Viewing 6 posts - 61 through 66 (of 66 total)