Viewing 15 posts - 286 through 300 (of 330 total)
Thanks to everyone for the answer. Unfortunately, the last part of my message got cut off. Our table has 10+ million rows and one field in those rows may contain...
September 12, 2002 at 3:43 pm
What do you expect from a newbeie! I found that MS Analysis Services has a SP2 that I hadn't installed. I installed it any my problem went away.
Bill
August 25, 2002 at 11:46 pm
Brian,
This is off the subject but you mentioned you restore the entire OS from a tape backup. What software do you use? When we tried the same thing with ArcServe...
August 1, 2002 at 1:33 pm
Antares,
I found the error thanks to your directions. The problem was that Sql SP 1 was installed on the production box and I had not done the same for my...
June 16, 2002 at 12:06 am
Antares,
I did a "select version" on both machines.
My Development Box:
------------------
Microsoft SQL Server 2000 - 8.00.534 (Intel X86)
Nov 19 2001 13:23:50
Copyright (c) 1988-2000 Microsoft Corporation
Developer Edition on...
June 15, 2002 at 9:52 pm
Thanks for the thoughts. But in our case the TL dump doens't happen at 8:56pm and a Full Backup at 9pm. The schedule has both slated for 9pm. That's why...
June 11, 2002 at 8:57 pm
I'm trying to determine if Sql server is running on a given machine. I turned off the Sql Server on "tower2" using the SQL Server Service Manager, emulating a failure.
In...
June 8, 2002 at 5:08 pm
More info on this problem: this morning everything was working fine (surprise!) on the server. That is until 11am when the timeouts started up again during a DB dump. Here's...
May 29, 2002 at 1:35 pm
After further examination I think the t-sql is using the wrong column. Instead of "rowcnt" is should use "rows" which is present in both sql7/sql2k sysindexes.
use newbie
select o.name as "Table...
May 24, 2002 at 1:20 pm
Here's another detail:
under SQL 7: sysindexes\rowcount field is a <binary> field
under SQL 2K: sysindexes\rowcount field is a bigint!
May 24, 2002 at 12:41 pm
Thanks for the help guys. One other glitch. When I run the script on a SQL 2K machine the "row count" column displays as a decimal but under our Sql...
May 24, 2002 at 9:31 am
Thanks Andy,
That did the trick. The documentaiton mislead me.
>>>
Start Method (SQLServer)
The Start method starts the Microsoft® SQL Server™ 2000 service, optionally connecting the SQLServer object on successful start.
Applies ToSQLServer Object...
May 18, 2002 at 12:16 am
Andy,
How will adding more RAM help the situation? It's my understanding that Sql will gobble up, if not restricted, most of the available RAM on a server. So putting more...
May 3, 2002 at 11:31 pm
I used profiler and found that it errored out on:
ALTER TABLE dbo.benefits DROP CONSTRAINT DF_benefits_vac_available
ALTER TABLE dbo.benefits DROP COLUMN vac_available
I didn't see...
May 2, 2002 at 6:02 pm
Antares686,
The developers wanted my to change the (field) names to protect the innocent but here's the Sql script. I haven't had a chance to run profiler yet but I will...
May 2, 2002 at 5:19 pm
Viewing 15 posts - 286 through 300 (of 330 total)