Viewing 15 posts - 44,086 through 44,100 (of 49,571 total)
llevity (10/1/2008)
October 2, 2008 at 5:54 am
They might. I've never used them.
October 2, 2008 at 5:47 am
blake colson (10/1/2008)
October 2, 2008 at 5:46 am
kotlas7 (10/1/2008)
Iam getting the message 'The command(s) completed successfully'No errors occurred. Is there any other DBCC commands to check The data and index linkage?
Then you have no corruption. That's...
October 2, 2008 at 5:45 am
Pretty much what I'd do.
If you're not going to use schemas, put the objects in the dbo schema and set all the users' default schemas to dbo.
October 1, 2008 at 2:38 pm
Is something else perhaps reading the error log file? An anitvirus, a text file, some other process?
p.s. could you please edit your post to fix the width?
October 1, 2008 at 2:34 pm
Appropriate indexes?
Not really enough info. Can you post the table structure, the existing indexes and the query. Also an idea of the number of rows in the table would help.
October 1, 2008 at 2:32 pm
DBCC CHECKDB( < Database name > ) WITH NO_INFOMSGS
Post the output here, and we can help you interpret it.
October 1, 2008 at 1:57 pm
Apparently the issue was related to bug no. 6646512, whatever that is. 😉
The creation of the publication now runs in a reasonable time, but the log reader's still timing out....
October 1, 2008 at 1:56 pm
dithebe (10/1/2008)
Just curios - can you elaborate on this statement "8 CPUs and 4GB memory seems an odd combo. "
Normally SQL systems that I see have 2 or 4 GB...
October 1, 2008 at 1:51 pm
Maxer (10/1/2008)
October 1, 2008 at 12:59 pm
See this blog post, specifically the first section "SQL Server Uses One Thread Per Data File"
http://blogs.msdn.com/psssql/archive/2007/02/21/sql-server-urban-legends-discussed.aspx
October 1, 2008 at 10:47 am
Milu (10/1/2008)
Gail,Can you please Explain with a situation where you wants to use the table variable and temp table..
As has been said before in this thread, if the table variable...
October 1, 2008 at 10:46 am
bcronce (10/1/2008)
GilaMonster (9/26/2008)
October 1, 2008 at 10:36 am
Maybe. It's worth testing, however in 2005 and higher, the optimiser has the same options for optimising an 'or' as it has optimising a 'union', and there's a good chance...
October 1, 2008 at 10:32 am
Viewing 15 posts - 44,086 through 44,100 (of 49,571 total)