Viewing 15 posts - 2,656 through 2,670 (of 3,061 total)
select o.name,
i.name
from sysobjects o,
sysindexes i
where i.id=o.id
and...
March 30, 2009 at 2:10 pm
...to_date('31-JAN-2009','ddMONYYYY' ' )... syntax is not correct.
It should be like to_date('31-JAN-2009','dd-mon-yyyy')
March 30, 2009 at 8:10 am
I assume you are talking about a wild, non-secure development box.
Shutdown the suspected databases, wait three month, if nobody comes crying foul take a full backup and drop it.
March 30, 2009 at 8:03 am
Mike Levan (3/22/2009)
or i can put it this way..
I would...
March 22, 2009 at 11:22 am
iqtedar (3/20/2009)
i) disable foreign keys EXEC sp_MSForEachTable 'ALTER TABLE...
March 21, 2009 at 10:46 am
Please also describe your backup strategy and what you did while trying to restore.
As previous poster asked, post log files.
March 21, 2009 at 6:02 am
I'm sorry for not being clear.
Let me translate my previous post: 100% 😀
SQL Server would extend a datafile when space is needed and no space is availabe in any...
March 20, 2009 at 11:42 am
danielmonro (3/19/2009)
March 20, 2009 at 11:17 am
:w00t: Buffer overload?
Please check this http://blogs.msdn.com/sqlprogrammability/archive/2007/01/17/10-0-plan-cache-flush.aspx
March 20, 2009 at 8:40 am
yeah... we know issue started sometime after SQL Server startup -which is what log is showing - but, you may want to pin-point the issue a little more carefully....
March 20, 2009 at 8:26 am
CH&HU (3/20/2009)
Not a big problem for budget but it must suits for BEST.
You just answered you question, call a couple of hardware vendors and ask for the BEST they can...
March 20, 2009 at 6:51 am
sbk (3/20/2009)
March 20, 2009 at 6:48 am
There is nothing wrong with Secondary.
I really doubt you know in which physical order rows are stored in a table, what makes you think you know how they got stored?
If...
March 20, 2009 at 5:09 am
30 Gig is a small size database meaning you shouldn't see backend performance issues providing data modeling and physical implementation are reasonable well done. Most of your performance issues...
March 20, 2009 at 5:04 am
I do not think the information you are asking for is public domain but experience suggests there is not such a threshold.
The most likely scenario is that SQL Server would...
March 20, 2009 at 3:28 am
Viewing 15 posts - 2,656 through 2,670 (of 3,061 total)