Viewing 15 posts - 3,271 through 3,285 (of 5,843 total)
I think it is inappropriate to recommend compression without a LOT more knowledge of the user's database.
In any case, I am curious to know how much data size...
July 7, 2011 at 12:15 pm
Ninja's_RGR'us (6/28/2011)
July 7, 2011 at 12:13 pm
May I inquire as to whether or not this is a homework or other non-work related post?
July 7, 2011 at 12:08 pm
Hey guys, please check the dates on threads you are going to reply to. Please do not reply to 1.5 year old threads! Thx.:-)
July 7, 2011 at 12:07 pm
1) do you REALLY need that identity clustered PK on the temp table?? I can count on 2 hands the number of times in almost 15 years of SQL...
July 7, 2011 at 12:04 pm
yasubmj (7/5/2011)
http://blogs.msdn.com/b/craigfr/archive/2007/10/25/recursive-ctes.aspx
Craig says clearly here that the anchor part is executed only once, then why is my change making such a big...
July 7, 2011 at 12:02 pm
1) you should ALWAYS have a max server memory set in sql server. 9 of 12 is ok for a start, but may need to be lower if you see...
July 7, 2011 at 11:51 am
Simple answer: no, there is no FOR/NEXT looping construct in TSQL. Use a cursor if you do not want to pursue a set-based solution. Be sure...
July 7, 2011 at 11:48 am
BenWard (7/6/2011)
I will have a play with service broker - I think it would be a useful skill to have anyway. I though about scheduling jobs, but I dont...
July 7, 2011 at 11:42 am
Jeff Moden (7/4/2011)
TheSQLGuru (7/4/2011)
July 5, 2011 at 9:27 am
Unless you are already a SSB proficient user, that is just not the best way to go here. Simply create 13 jobs and schedule them to run at same...
July 5, 2011 at 9:23 am
1) stop using maintenance plans for index and stats mx. get a copy of ola.hallengren.com's free and fully documented maintenance suite.
2) do you have any free space...
July 5, 2011 at 9:18 am
1) It is not a rumor - Denali will have more complete support for windowing functions, including those that allow for single-pass running totals.
2) Given that a flaw was found...
July 4, 2011 at 11:44 am
I think ERStudio from Embarcadero is WAY better for SQL Server modelling. Much better pricing too.
But for what this OP needs, I would just slap something together for the...
July 1, 2011 at 12:37 pm
sunny.tjk (6/21/2011)
Hi everyone,Is there a good place to read about SQL server failover clustering? I find BOL little confusing.
Thank you.
Allan Hirt has a good book on SQL Server High Availability....
July 1, 2011 at 12:33 pm
Viewing 15 posts - 3,271 through 3,285 (of 5,843 total)