Viewing 15 posts - 14,896 through 14,910 (of 22,211 total)
So after you run a log backup, there is no extra free space within the log, at all?
June 1, 2010 at 9:13 am
If your transaction log continues to grow after a log backup, it sounds like your transactions are in an uncommitted state. You should see committed transactions cleared from the log...
June 1, 2010 at 7:43 am
Not to argue, but since R2 is a basically just a really big service pack, I'd suggest just leaving things alone. I think R2 can fit right into the basic...
June 1, 2010 at 7:35 am
I'm running a system that has millions of rows from about eight years of data. It's based on inserts only. It runs fine. The issue is not the amount of...
June 1, 2010 at 6:44 am
Not really. I've been posting about it on my blog for the last two years. Our project is... well, we'll see how it turns out. At the moment, I don't...
June 1, 2010 at 6:22 am
PaulB-TheOneAndOnly (5/28/2010)
david.ostrander (5/27/2010)
I have been reading so much on data warehousing that I feel like I should know this but here I go. How does it get installed?
"Data Warehouse" is...
May 30, 2010 at 5:44 am
I would argue that while all three compile and run, none of them is "correct." If they were correct, then so would this be, and you know it's not:
SELECTmycolumnFROM MyTable;
SELECTmycolumn...
May 28, 2010 at 11:51 am
Greg Edwards-268690 (5/28/2010)
Adventure Works has a transactional data base and a data warehouse model.
Exploring this, and possibly some sample labs, might be helpful.
On...
May 28, 2010 at 10:15 am
If you've done a regular install of Operations Manager, Reporting Services was installed as a component. It has to be there.
As far as getting at the datawarehouse, again, you have...
May 28, 2010 at 8:31 am
The thing is, it depends. In short recompiles are taking up processor time that could be spent elsewhere. But how often and how long is that processor time taken up?...
May 28, 2010 at 6:29 am
Suresh Kumar-284278 (5/28/2010)
Would there be any performance impact deciding Integer or Varchar data type for a primary key?
Also, would it matter more if that column being Indexed (either Clustered...
May 28, 2010 at 6:25 am
Sure, that's a fine way to monitor blocking. There are other blocking scripts available in the scripts section of this web site too.
May 28, 2010 at 6:18 am
troy2.net (5/27/2010)
I searched the google i get article may you guys know exact difference.
if they ask the difference in the sense , What are they...
May 28, 2010 at 6:10 am
laveen.bondugula (5/27/2010)
Drop the database and recreate it.Regards,
Laveen Bondugula
Database Analyst
Fortunately, unlike SQL Server 6.5, every version of SQL Server since version 7 prevents you from dropping the tempdb (trust me on...
May 27, 2010 at 1:39 pm
Lynn Pettis (5/27/2010)
Please, anyone, if I am wrong here let me know.
In regards to service packs, you are 100% correct.
May 27, 2010 at 1:36 pm
Viewing 15 posts - 14,896 through 14,910 (of 22,211 total)