Viewing 15 posts - 5,281 through 5,295 (of 7,429 total)
Do you have any other servers in this EM you can compare? Also, does Services panel show started or starting? As well, have you tried starting a job to...
July 11, 2002 at 6:41 am
I believe Andy is right, but there is no real documentation on this field anywhere but I do seem to recall something like that.
"Don't roll your eyes at me. I...
July 11, 2002 at 6:37 am
Right truncate does not cause the file to shrink use EM to do this once will be easiest and fastest way or DBCC SHRINKFILE can be used.
"Don't roll your eyes...
July 11, 2002 at 6:25 am
The answer is you cannot. You can only specify with CREATE TABLE.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
July 11, 2002 at 6:19 am
Then you may want to look at using Dynamic SQL via EXECUTE or sp_executesql. See SQL BOL for more details on these processes.
"Don't roll your eyes at me. I will...
July 11, 2002 at 6:17 am
First try right click and refresh in EM, may be the client not reading right. If still red then stop via services control panel and try to start from EM...
July 11, 2002 at 6:12 am
6.5 backup cannot be restored to SQL 7 or 2000. If using 2000 try the databae copy wizard. Should work like a charm.
"Don't roll your eyes at me. I will...
July 11, 2002 at 6:09 am
When you say synchronize are you talking data only or replication situation. Have you tried copying the data over or using a linked server to compare the data and mae...
July 11, 2002 at 6:07 am
Ok first the database structure does not change and the speed should not degrade. I also would go with SP4. You also state PeopleSoft is not compatible, have you check...
July 11, 2002 at 6:06 am
Or as you had started
Select <col list> from
tablea left outer join tableb left outer join tablec
on
(<Table a - table b join condition>)
on
(<Table a - table c join...
July 11, 2002 at 6:01 am
It depends on the size of the table and how each field is used. If the table is not updated then I would consider using a clustered index to limit...
July 11, 2002 at 5:42 am
Note: it is best not to use in SQL 2000. Truncate log and shrink work just fine and the issue no longer exists as 7 suffered.
"Don't roll your eyes at...
July 11, 2002 at 5:27 am
First depending on how many records change and how often deletes and inserts occurr I would make the indexes on ListAnimatedDVD and ListBugsLifeRebate clustered and this will should improve both...
July 10, 2002 at 9:10 pm
Odd and I cannot find anything on this. Are there any more error details. Also, since you have a SQL2000 copy of the database a sure fire workaround should be...
July 10, 2002 at 8:21 pm
Check out http://sqlindex.com/item.asp?ItemID=9066
It is helpfull and has several links that go into detail.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
July 10, 2002 at 8:16 pm
Viewing 15 posts - 5,281 through 5,295 (of 7,429 total)