Viewing 15 posts - 35,536 through 35,550 (of 49,557 total)
CirquedeSQLeil (12/2/2009)
just came across this ad:http://www.sqlservercentral.com/Forums/Topic716821-360-3.aspx
You missed what happened over Thanksgiving weekend. On the friday that guy had posted to over 20 threads with exactly the same message, even threads...
December 2, 2009 at 2:18 pm
'Private Insurance' is NOT one of the possible values for cval1.Control_Value1.
Maybe not, but the 2nd branch of the case allows for 'Private Insurance' to be returned when Control_Value1 is NULL...
December 2, 2009 at 2:15 pm
Why are there quotes around the -1? Is that column a varchar? If so, check for leading spaces.
December 2, 2009 at 2:12 pm
atramard (12/2/2009)
December 2, 2009 at 12:21 pm
rahulsony111 (12/2/2009)
will the select statement selects the tablenew1?
like 'select altertable tablenew1 alter column column'
And will it...
December 2, 2009 at 12:12 pm
oliver.morris (12/2/2009)
PS - I am not trying to change the stucture of the data but simply filter a UDF based on a sp.
Doesn't matter. For all SQL knows, that proc...
December 2, 2009 at 8:45 am
Turn it into a stored procedure?
UDFs are not allowed to have side-effects (ie they may not change the structure of the database). Since procedures can, it would seem that a...
December 2, 2009 at 8:19 am
muthukkumaran (12/2/2009)
Hi,Read & use the index de-fragmentation script added in my signature.
Why does your script use deprecated objects (that will be removed in future versions) and global temp tables?
Also, if...
December 2, 2009 at 7:59 am
Ali_SQLDBA (12/2/2009)
Most of my tables are either clusterd or non clustered.
Um, the distinction is clustered or heap. A nonclustered index is a separate structure and can sit on either...
December 2, 2009 at 7:57 am
Give it two schedules. Schedule 1 - Daily at 7am. Schedule 2 - Daily at 7pm.
December 2, 2009 at 7:23 am
luckysql.kinda (12/2/2009)
I want you to go ahead and remove the indexes which are referring LOB (text,ntext,image) and run rebuild again.
Why?
External fragmentation usually refers to file-level fragmentation that's fixed with a...
December 2, 2009 at 7:09 am
sqldba.jagan (12/2/2009)
The tables in the database has varied page count. I think I have very few pages >=10 - <=25 and their frag ranges from 87.5 - 33.33.
Don't even...
December 2, 2009 at 7:07 am
atramard (12/2/2009)
- you...
December 2, 2009 at 5:52 am
Paul_Harvey (12/2/2009)
I have noticed that making a field mandatory and unique appears to crate an index. Is this correct?
Making a field unique creates an index. The mandatory part has...
December 2, 2009 at 5:50 am
Expose the LUN to the cluster, create a disk resource for it in cluster admin, make that resource a dependency of the SQL Service that will be using it.
December 2, 2009 at 5:42 am
Viewing 15 posts - 35,536 through 35,550 (of 49,557 total)