Viewing 15 posts - 5,131 through 5,145 (of 18,926 total)
quan23 (7/4/2011)
DIRECTION IN (@direction)
to
DIRECTION IN (select item...
July 4, 2011 at 7:42 am
Thanks for coming in. I feel squeezy giving advice about something I never had to deal with! 😉
July 4, 2011 at 7:03 am
Ninja's_RGR'us (7/4/2011)
That's the best one, so far!
July 4, 2011 at 7:00 am
Ninja's_RGR'us (7/4/2011)
where something IN (@MultiSelectParam).
If you...
July 4, 2011 at 7:00 am
See my sample code and adapt it.
CASE(SUM...) will work perfectly for you. If you want a fully tested solution post the ddl, sample data (insert statements) and required output...
July 4, 2011 at 6:58 am
threshold for parallelism expert needed here.
http://www.sqlservercentral.com/Forums/Topic1135362-391-1.aspx
July 4, 2011 at 6:53 am
The problem is not parallelism itself. It's the minimum cost at which the server starts using it. P. also comes with the costs of remerging the results...
July 4, 2011 at 6:52 am
What we're [all] still waiting for is ddl / sample data to give you the correct answer.
SELECT SUM(CASE WHEN DateCol = DATEADD(D, 0, DATEDIFF(D, 0, GETDATE())) THEN Value ELSE 0...
July 4, 2011 at 6:17 am
muthukkumaran Kaliyamoorthy (7/4/2011)
Incorrect syntax near '('. on Line 38
LINE38 > FROM sys.dm_db_index_physical_stats(DB_ID(), NULL, NULL, NULL , NULL) IPS
I noticed the compatibility mode of our db = 80 (SQL 2000)
Already...
July 4, 2011 at 5:34 am
tt-615680 (7/4/2011)
steveb. (7/4/2011)
July 4, 2011 at 5:26 am
steveb. (7/4/2011)
July 4, 2011 at 5:19 am
river1 (7/4/2011)
I can not make backups has mentioned.People are not working, is there a problem in rebuilding all the indexes instead of just one?
thanks.
Much longer and might break something else...
July 4, 2011 at 5:18 am
#1 This script is more complete and customizable
http://sqlfool.com/2010/04/index-defrag-script-v4-0/
#2 You can run the query without any modification. You just have to run it from master (or any other db that...
July 4, 2011 at 5:17 am
Viewing 15 posts - 5,131 through 5,145 (of 18,926 total)