Viewing 15 posts - 16,441 through 16,455 (of 19,564 total)
Alvin Ramard (3/15/2010)
CirquedeSQLeil (3/15/2010)
Lynn only needs 4 more posts for 10,000 posts (not overall pts).CountDown on?
Got the tent ready for the party? D'you sweep out all the hippo droppings?
Nah,...
March 15, 2010 at 12:37 pm
Alvin Ramard (3/15/2010)
March 15, 2010 at 12:33 pm
Lynn only needs 4 more posts for 10,000 posts (not overall pts).
CountDown on?
March 15, 2010 at 12:32 pm
I'm fine with going back to Friday evening.
March 15, 2010 at 12:31 pm
Molly Cary (3/15/2010)
Well I'm pretty sure it's the tempdb that's my problem, but no I haven't figured out what it is.
Tempdb will grow due to temp table usage, large sort...
March 15, 2010 at 12:24 pm
Lynn Pettis (3/15/2010)
declare @MyDate1 datetime,
@MyDate2 datetime2;
set @MyDate1 = getdate();
set @MyDate2 = @MyDate1;
select @MyDate1 - 10; -- Works
select...
March 15, 2010 at 12:18 pm
GSquared (3/15/2010)
Alvin Ramard (3/15/2010)
CirquedeSQLeil (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
Anybody else see a problem with this statement?DECLARE @selectDate = getdate()-365
Yes, in SQL Server 2008 it is missing the data type. ...
March 15, 2010 at 12:06 pm
Alvin Ramard (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
CirquedeSQLeil (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
Anybody else see a problem with this statement?DECLARE @selectDate = getdate()-365
Yes, in SQL Server 2008...
March 15, 2010 at 12:05 pm
John Paul-702936 (3/15/2010)
What Lowell was telling is extract that matches my requirement
I believe in an ACTIVE/PASSIVE 2 server setup, SERVER A and SERVER B might be...
March 15, 2010 at 12:01 pm
Alvin Ramard (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
CirquedeSQLeil (3/15/2010)
Lynn Pettis (3/15/2010)
Alvin Ramard (3/15/2010)
Anybody else see a problem with this statement?DECLARE @selectDate = getdate()-365
Yes, in SQL Server 2008 it is missing the...
March 15, 2010 at 11:59 am
This is actually a common misconception. As John said, you will need to create an index manually for each FK.
Also of worth, I covered this topic with a script...
March 15, 2010 at 11:55 am
Lynn Pettis (3/15/2010)
Les Cardwell (3/15/2010)
March 15, 2010 at 11:51 am
Alvin Ramard (3/15/2010)
Paul White (3/15/2010)
Jim,Yes. Data warehouses are a totally different kettle.
It's normal for denormalization to be present in a data warehouse.
(Seriously, there was no pun intended.)
Absolutely. ...
March 15, 2010 at 11:47 am
Paul White (3/15/2010)
Normalize 'til it hurts...de-normalize* 'til it works!
Agreed.
March 15, 2010 at 11:45 am
Viewing 15 posts - 16,441 through 16,455 (of 19,564 total)