Viewing 15 posts - 2,326 through 2,340 (of 2,462 total)
Wat exectly you want ..please clarigy ur requirement ???
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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]...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 27, 2008 at 3:42 am
hi please find execution plan ZIP
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 27, 2008 at 2:47 am
hi gila,
actually i dont know how to attach Zip and also how to save execcution plan file
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 27, 2008 at 2:33 am
how to set JOB ,to work it when system sits in IDLE state
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 21, 2008 at 2:44 am
can anybody help me ??
i got stuck BADLY 🙁
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 15, 2008 at 6:48 am
can anybody help me ??
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
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()
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 10, 2008 at 4:57 am
before which create statement i need to do it ??
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 10, 2008 at 4:27 am
now i m getting this error
[GROUP_ITEM_DETAIL [962]] Error: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "DestinationConnectionOLEDB" failed with error code 0xC0202009. There...
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
October 7, 2008 at 5:02 am
Viewing 15 posts - 2,326 through 2,340 (of 2,462 total)