Viewing 15 posts - 2,326 through 2,340 (of 2,463 total)
hi mahesh ..iys not like that i have liniked the server buyt still this error occurs..
November 9, 2008 at 10:34 pm
Wat exectly you want ..please clarigy ur requirement ???
October 27, 2008 at 6:32 am
Actually creating/droping is for spped up the insertion
and NOLOCK is just to avoid locking becuase i m sure i wont get dirty reads
Well Gila...is there any...
October 27, 2008 at 6:30 am
hi
i understand your points......well now i m attaching whole script which is need to be tuned so please have a look and give ur suggestionn
October 27, 2008 at 5:57 am
yes u are right
this is the IO results
--------------------------------------------------------------
SQL Server Execution Times:
CPU time = 0 ms, elapsed time = 7 ms.
--------------------------------------------------------------
View Defnition :
CREATE VIEW...
October 27, 2008 at 4:18 am
CREATE TABLE [dbo].[DMP_EVENT_EVENT](
[event_id] [int] IDENTITY(1,1) NOT NULL,
[event_code] [dbo].[ut_friendly_code] NULL,
[event_status] [dbo].[ut_short_description] NULL,
[start_date] [datetime] NULL,
[end_date] [datetime] NULL,
[rsvp_by_date] [datetime] NULL,
[activate_date] [datetime] NULL,
[approval_date] [datetime] NULL,
[event_category] [dbo].[ut_medium_description] NULL,
[capacity] [int] NULL,
[currency] [dbo].[ut_short_description] NULL,
[event_title] [dbo].[ut_long_description] NULL,
[description] [ntext]...
October 27, 2008 at 3:42 am
hi gila,
actually i dont know how to attach Zip and also how to save execcution plan file
October 27, 2008 at 2:33 am
how to set JOB ,to work it when system sits in IDLE state
October 21, 2008 at 2:47 am
hi
actually following are the steps i need to do.
1.On every alter or create Stored proc ,A DDL trigger gets fired
2.DDL trigger insert SP name into SYNC_OBJECT_SEND_IN
3.JOB continuosly...
October 21, 2008 at 2:44 am
can anybody help me ??
i got stuck BADLY 🙁
October 15, 2008 at 6:48 am
can anybody help me ??
October 13, 2008 at 4:56 am
yeah i am sure.when i am ryt click the maint.plan to create new plan, then it's giving this error. without resolving this error how can i start main.plan. manually.basically...
October 13, 2008 at 3:26 am
thanks for reply but
its giving same error with below script
------------------------------------------------------
SET ANSI_NULLS on
GO
SET QUOTED_IDENTIFIER on
GO
create proc sp_test1
as
select getdate()
October 10, 2008 at 4:57 am
before which create statement i need to do it ??
October 10, 2008 at 4:27 am
Viewing 15 posts - 2,326 through 2,340 (of 2,463 total)