Viewing 15 posts - 3,661 through 3,675 (of 7,496 total)
any DTA advise must be interpreted and tested before you deploy it.
You may even see quit duplicate indexes advised;
June 10, 2009 at 7:23 am
TheSQLGuru (6/10/2009)
ALZDBA (6/10/2009)
It cannot be sql2008 ...... the feedback registration date is 11/26/2006
I believe you are mistaken if you think that MS wasn't working on SQL Server 2008 in late...
June 10, 2009 at 7:22 am
I was still searching to get things back on track ... and got to the 32-bit issue after a while.
Thanks.
June 10, 2009 at 7:10 am
kittu123 (6/11/2008)
Initially I created on only Alias...
June 10, 2009 at 6:35 am
Hi Alif,
Did you ever got this issue solved ?
I'm having issues exporting to access.mdb with SSIS sql2005 x64 EE.
June 10, 2009 at 6:31 am
It cannot be sql2008 ...... the feedback registration date is 11/26/2006
June 10, 2009 at 5:07 am
That's normal.
SQLServer will only wait for its standard timeout value of time.
The OS will still complete the extention after sqlserver has raised its error.
June 10, 2009 at 4:51 am
marees.inspire (6/10/2009)
When i am executing the following query
select count(*) from LinkedServer.SourceDatabase.dbo.sourcetable
It is running more than 3 hours to complete...
Pls let me know why this scenario happening...
Thanks in...
June 10, 2009 at 2:17 am
We use the same attitude Grant Fritchey posted.
To support your "support teams" requirements to be able to restore any backup on any given time and database, I would provide them...
June 10, 2009 at 2:09 am
Without knowing the tb / ix definitions and stats, i would say to modify all in-lists to @temp objects and rewrite to join with those ! (of use a split-function...
June 10, 2009 at 1:43 am
Hmm ... Books online is a good resource to figure this out.
But anyways...
If you can, create a last Log backup !
then:
hmm ...
1) restore the latest FULL backup with...
June 10, 2009 at 1:29 am
You should install SSIS server components to schedule the package!!
Apparently adding SQL2008 (devedtn + bids) messed up my settings.
I'll have to figure out a workaround.
June 9, 2009 at 7:11 am
This kind of message also occurs if sqlserver cannot take the extend of a db file with a timeout periode.
The extend will still be taken by the os, but sqlserver...
June 8, 2009 at 1:30 am
Jeffrey did a good job explaining some of the most primary hits most of us suffered with 64-bit. 😎
One thing I would like to add: Don't enable AWE ! 64-bit...
June 8, 2009 at 1:25 am
srikant maurya (6/8/2009)
try below sql statment with admin permisionupdate sc
set sc.name=replace(sc.name,' ', '')
from sys.syscolumns sc,sys.sysobjects so
where so.id=sc.id and so.type ='u' and charindex(' ',sc.name)>0
--and so.name='table_name'
If I'm correct this will no...
June 8, 2009 at 1:12 am
Viewing 15 posts - 3,661 through 3,675 (of 7,496 total)