Viewing 15 posts - 316 through 330 (of 3,061 total)
chrisph (4/24/2012)
April 24, 2012 at 4:28 pm
Abrar Ahmad_ (4/24/2012)
April 24, 2012 at 6:18 am
markpc2009 (4/13/2012)
I have a database which is recording employee hours and a spreadsheet that contains additional informtion on how these hours were...
April 23, 2012 at 3:48 pm
To which port SS2K5 says it is listening to?
To which port SS2K8R2 says it is listening to?
Is SS2K8R2 up?
Can you connect localy to it?
Can you connect remotely to it?
April 23, 2012 at 5:38 am
lorne 64075 (4/21/2012)
April 21, 2012 at 4:09 pm
ppcentral (4/19/2012)
I understand your perspective... and was an interesting answer. But the reality is that you have these agregate tables in real world scenarios assuming the role of a fact...
April 20, 2012 at 12:54 pm
Satch24 (4/20/2012)
wow, looks like my post makes no sense at all.
Well... there is no question asked on your post 😀
April 20, 2012 at 12:27 pm
Dj463 (4/19/2012)
Yes, it is a recurrent process ocuuring every three months to move data older than 3 months to archive database on another server and delete...
April 20, 2012 at 10:54 am
tauseef.jan (4/20/2012)
I tried creating a partition on a table in sql server 2008 R2.
But i do not see the storage option when i right click the...
April 20, 2012 at 8:08 am
Lets start with the basics... is there enough space to accomodate the restore?
April 20, 2012 at 7:57 am
S_Kumar_S (4/20/2012)
1.defrag indexes more frequently after checking how much they are fregmented.Currently they are rebuild weekly.
2. Increase CommandTimeout to 40s from default 30s.
1- May just add to the missery while...
April 20, 2012 at 7:52 am
Check SQL Sentry... http://www.sqlsentry.net/event-manager/sql-server-enterprise.asp
April 20, 2012 at 7:48 am
Felicia Coons (4/17/2012)
April 20, 2012 at 7:15 am
S_Kumar_S (4/20/2012)What can block an insert?
Locks acquired by INS/UPD/DEL statements stay put for the lenght of the transaction therefore a system that has transactions taking as much as 30 seconds...
April 20, 2012 at 7:07 am
select
ID,
SITE_ID,
TO_CHAR(WHEN_OPENED,'MONTH,YYYY') MONTH_DATE
COUNT(*) OPENCOUNT,
from
OPEN
where
WHEN_OPENED is not null and...
April 20, 2012 at 6:56 am
Viewing 15 posts - 316 through 330 (of 3,061 total)