Viewing 15 posts - 46 through 60 (of 121 total)
Pervasive (BTR) Betrieve with DDFs.
October 7, 2004 at 10:26 am
Why reclaim it .... if it will be used as needed or is this unusable?
October 7, 2004 at 7:46 am
We've been able to tie this to outlandish queries that run with thousands of items in an WHERE IN () list.
Sound reasonable.
September 28, 2004 at 2:56 pm
We only allowed it to apply a hot fix.
Thanks
September 27, 2004 at 2:07 pm
I've got it on, however:
Does the 98% Dimension table read concern me. Is it using 90% Processor Time? This is a simple...
September 24, 2004 at 8:13 am
We ran into some performance issues. We're applying a HotFix now and watching poor performance queries to see in index's would help. I thought you-all might know of some SQLServer...
September 23, 2004 at 12:49 pm
How do I nail the issue down so I can go speak with the right person?
September 23, 2004 at 12:01 pm
You might consider DTS for copying objects if you have connectivity.
September 23, 2004 at 10:20 am
I had to do a CINT on all integers coming it ... an ODBC data conversion issue.
Thanks for your replies.
September 23, 2004 at 8:26 am
Running a DBCC my databases are hosed.
Server: Msg 7995, Level 16, State 1, Line 1 Database 'My DB' consistency errors in sysobjects, sysindexes, syscolumns, or systypes prevent further CHECKDB...
September 22, 2004 at 12:20 pm
I've gotten the debugger to work fine for dts but we only have it on in our development environment. When a job fails a window appears with the erroring line. ...
September 22, 2004 at 10:16 am
More specifics about my current error:
Statement: If DTSSource("Field2") = 0 Or IsNull(DTSSource("Field2")) Then
Error: Expected 'End' ... this is a run time error. This statement parses fine
September 21, 2004 at 11:51 am
I've come to find that this issues is occuring because DTSSource("Field2") is 0. I want to make an
IF ISNULL(DTSSource("Field2")) and DTSSource("Field2") = 0 Then
but I keep getting and error. ...
September 21, 2004 at 11:28 am
Same source, differnt table.
September 20, 2004 at 12:08 pm
Enterprise Manager. SQL Server 2000
September 17, 2004 at 8:34 am
Viewing 15 posts - 46 through 60 (of 121 total)