Viewing 15 posts - 1 through 15 (of 15 total)
DBA team defined the structure and we are not supposed to change it as it is in production..
SELECT @MAX_ID = MAX(PARAM_TYPE_ID) FROM LKP_PARAM_TYPE
IF@MAX_ID IS NULL
...
September 11, 2012 at 3:00 am
Msg 2627, Level 14, State 1, Line 10
Violation of PRIMARY KEY constraint 'XPKLKP_PARAM_TYPE'. Cannot insert duplicate key in object 'dbo.LKP_PARAM_TYPE'.
The statement has been terminated.
September 11, 2012 at 2:51 am
Hi ,
I Dont have .mdf and .ldf files tooo 🙁
I have only Transaction Log file and Data File
Is it possible to restore db ?
Please help me...
August 28, 2012 at 5:18 am
To my surprise ,when I select Functions alone all the functions scipt is generated,Sme is the case with SP's.
But when I Generate Script for entire DB or Select both functions...
August 17, 2012 at 4:36 am
Functions and SP's whihc are missing in the script are not encrypted one's
August 17, 2012 at 4:30 am
CREATE TABLE [dbo].[TableTemp](
[BASEL_CATEGORY] [varchar](50) NULL,
[EC_DRAWN] [numeric](18, 6) NULL,
[EC_UNDRAWN] [numeric](18, 6) NULL,
[EC_DRAWN_R] [numeric](18, 6) NULL,
[EC_UNDRAWN_R] [numeric](18, 6) NULL,
[EC_DRAWN_S] [numeric](18, 6) NULL,
[METHOD] [varchar](10) NULL
) ON [PRIMARY]
INSERT INTO [dbo].[TableTemp]
...
July 20, 2012 at 1:53 am
Hi I have edited the question please reply me its very urgent
July 20, 2012 at 1:32 am
Viewing 15 posts - 1 through 15 (of 15 total)