Viewing 15 posts - 466 through 480 (of 663 total)
Agreed, contradicted myself. If one do a proper db design it should not be an issue, secondly index can only help optimizer!
May 12, 2003 at 2:41 pm
-p = precision_level Specifies the maximum level of precision to be supported by decimal and numeric data types. By default, SQL Server has a maximum precision of 28. The acceptable...
May 12, 2003 at 2:21 pm
What is the record size? Will all data fit on one SQL page?
May 12, 2003 at 2:17 pm
Seems like, for the current situation, there is not enough disk space as the error indicated. Reboot should clean out / recreate TempDB. Assign another filegroup to TEMPDB on a...
May 12, 2003 at 1:55 pm
Try, did read the complete articles. Cannot find my old example.
http://www3.sympatico.ca/n.rieck/docs/mqseries_client_on_openvms.html
http://www.tek-tips.com/gviewthread.cfm/lev2/4/lev3/30/pid/332/qid/495632
May 10, 2003 at 9:29 pm
Like the tack hammer comparison, but if you are working on the crown jewels of the company, bla,bla.
May 10, 2003 at 9:10 pm
As an after thought switch IIS logging off, saves cpu cycles.
If multi disks move tempdb,data and log onto their own different disks.
May 10, 2003 at 8:51 pm
I thought it may have a bearing on whether the table has an index or not, how SQL handle tables without PKs.
First made second column an primary index. Problem persist.
Secondly...
May 10, 2003 at 8:46 pm
Try, not completed :
Select Name As TableName,
Case When DelTrig<>0 Then IsNull(Objectproperty(DelTrig,'ExecIsTriggerDisabled'),'') Else '' End as DeleteTriggerDisabled,
Case...
May 8, 2003 at 8:55 pm
The " I am also losing records from this DB," is a real concern. Did you run DBCC CheckDB, check the errorlog?
May 8, 2003 at 2:20 pm
May 7, 2003 at 11:04 pm
Agrees with previous poster, limit the query to a smaller record set for starters.
Remember to defrag, update stats, etc.
May 7, 2003 at 10:03 pm
Viewing 15 posts - 466 through 480 (of 663 total)