Viewing 15 posts - 16 through 30 (of 41 total)
It is not a partitioned view
RecID is from a single source table
The source table's column definition is a bigint.
Where else would it get the number from if not from a...
September 3, 2008 at 9:10 am
Totally sure.
The snippet I put in there, is where I am getting the error.
I realize it makes no sense, but that's where it's failing.
Bill
September 3, 2008 at 9:04 am
Just tried dropping and recreating the view - same issue
Bill
September 3, 2008 at 9:02 am
Casting RecID as bigint does not keep it from failing.
and the RecID column is definately a bigint.
Bill
September 3, 2008 at 8:46 am
They are both int columns
Bill
September 3, 2008 at 8:44 am
declare @test-2 bigint
select @test-2 = MAX(RecID)
FROM DBO.DATAVWOBJACCESSINFO
WHERE DATETIMEX <= '9/2/2008 10:45:03 AM' AND HANDLEID = 2964 AND ID = 567
select @test-2
This fails...
September 3, 2008 at 8:29 am
An executive decision has been made to just discard the database, rather than to recover it.
August 28, 2008 at 8:52 am
Yes, I did stop & restart the database.
I will check those links.
Thanks,
Bill
August 28, 2008 at 8:15 am
I suspect it happened when the server lost power.
It is a database we are using for stress testing purposes, so there is no backup.
When I came in & checked the...
August 28, 2008 at 8:06 am
The error causing it to be marked suspect was:
File 'D:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\xxx.mdf' appears to have been truncated by the operating system. Expected size is 21343424 KB but actual...
August 28, 2008 at 7:53 am
I just tried that and got the error "Database 'xxx' cannot be opened. It has been marked SUSPECT by recovery. See the SQL Server errorlog for more information."
August 28, 2008 at 7:44 am
The question did not mention SQL 2005.
My answer was for SQL 2000.
Oh well.
May 7, 2008 at 4:09 am
There is very little load on either server, as it is an early testing situation. I'm thinking hardware as well. Whatever it is, it sure isn't making much sense.
Thanks!
Bill
May 6, 2008 at 11:08 am
This is a background process, running continuously
The same line of code is calling various stored procedures.
Sometimes the stored procedure takes 1-2 minutes, sometimes less but
at random times the line of...
May 6, 2008 at 8:42 am
Viewing 15 posts - 16 through 30 (of 41 total)