Viewing 15 posts - 91 through 105 (of 246 total)
GilaMonster (6/24/2009)
What does this return?
select name, type_desc from sys.indexes where name = 'PK__Employees__1D4655FB'
It returns NONCLUSTERED .
Is there any other way other than dropping the primary key and the foreign keys.
How...
June 24, 2009 at 3:50 am
what did you get when you gave
select * from sysservers
June 24, 2009 at 3:28 am
sorry had given then wrong script
Have edited the 1st post.
Can you please help me with this.
June 24, 2009 at 3:18 am
June 24, 2009 at 1:06 am
See if xp_cmdshell is enabled or not
you can find that in surface area config,
Using xp_cmdshell you can only run one command at a time unless you give "&" between the...
June 24, 2009 at 12:59 am
SQL Server Standard edition includes the core database engine, along with the stand-alone services. It differs from Enterprise edition in that it supports fewer active instances (number of nodes in...
June 24, 2009 at 12:09 am
What is the table structure and also give the query you are using to get the output.
June 23, 2009 at 11:48 pm
What about in 2000.
My server has both 2000 and 2005 databases.
June 23, 2009 at 11:44 pm
hi_abhay78 (6/22/2009)
to find the fragmentation > 30%...
June 23, 2009 at 12:36 am
GilaMonster (6/19/2009)
Eswin (6/19/2009)
Can you please help me with how to about optimizing stored procedures containing cursors.
Without seeing the procedure all I can suggest is to try and replace the cursor...
June 21, 2009 at 10:47 pm
Can you please help me with how to about optimizing stored procedures containing cursors.
What is the difference between clustered index seek and scan.
how to reduce cost %.
June 19, 2009 at 1:48 am
Viewing 15 posts - 91 through 105 (of 246 total)