Viewing 15 posts - 46 through 60 (of 156 total)
sunny.tjk (10/15/2012)
GilaMonster (10/15/2012)
http://sqlinthewild.co.za/index.php/2010/09/14/one-wide-index-or-multiple-narrow-indexes/
Gail,
I still have a question :-).
If I create a single index on Col A, Col B and Col C , but will this index be useful if I've...
October 15, 2012 at 2:56 pm
GilaMonster (10/15/2012)
http://sqlinthewild.co.za/index.php/2010/09/14/one-wide-index-or-multiple-narrow-indexes/
Gail,
I still have a question :-).
If I create a single index on Col A, Col B and Col C , but will this index be useful if I've something...
October 15, 2012 at 2:23 pm
GilaMonster (10/15/2012)
http://sqlinthewild.co.za/index.php/2009/01/19/index-columns-selectivity-and-equality-predicates/http://sqlinthewild.co.za/index.php/2009/02/06/index-columns-selectivity-and-inequality-predicates/
Thanks Gail.
If space isn't the issue, can I create separate NC indexes than creating a composite index?
October 15, 2012 at 12:45 pm
Suresh B. (10/10/2012)
sunny.tjk (10/10/2012)
So, can I create separate NC indexes on OFFR_TYPE_CD and CRETD_DT columns
No. Single composite index is better.
also can I create a composite index on [LKUP_ID]...
October 11, 2012 at 6:29 am
Other than the space needed by these indexes, I'm not assuming there will be any bad repercussions by adding them because there are no updates/deletes/inserts into this database.
I'd really...
September 12, 2012 at 3:24 pm
Hi everyone,
Could someone please help me with this? I can provide more info if needed.
September 12, 2012 at 11:56 am
Lowell (9/6/2012)
select * from fn_my_permissions(null,'SERVER')
select * from fn_my_permissions(null,'DATABASE')
--some inferred roles I...
September 7, 2012 at 9:29 am
Lynn Pettis (9/6/2012)
sunny.tjk (9/6/2012)
I've a question, I ran the following query and when I looked at the execution plan it's just doing...
September 6, 2012 at 9:40 am
I'll be sending the execution plan in a bit.
I've a question, I ran the following query and when I looked at the execution plan it's just doing a table scan...
September 6, 2012 at 9:23 am
SQLRNNR (6/27/2012)
And when you use the brackets?
Same error.
June 27, 2012 at 1:16 pm
SQLRNNR (6/27/2012)
What is the exact error you received?
'Domain\New_ad_group' is not a valid name because it contains invalid characters.
June 27, 2012 at 12:28 pm
SQLRNNR (6/27/2012)
sp_addlogin [ @loginame = ] 'login'
[ , [ @passwd = ] 'password' ]
[ , [ @defdb =...
June 27, 2012 at 11:51 am
SQLRNNR (6/27/2012)
I'd recommend using the code that you listed instead.sp_addlogin is being deprecated.
I wish I could but our dev machine is SQL 2000(with Enterprise Manager) and when I run create...
June 27, 2012 at 11:25 am
Lowell (6/25/2012)
the first is missing the single quote after "SSN_GRANTED"
EXEC sp_addrolemember N'SSN_GRANTED', N '[T001371\ViewSSN]'
and for both commands, there cannot be a space between the N and the...
June 25, 2012 at 3:25 pm
Viewing 15 posts - 46 through 60 (of 156 total)