Viewing 15 posts - 1 through 15 (of 41 total)
I have a routine the regularly defragments the indexes.
My understanding was that a clustered index represents the physical order of the records in the database, and that on inserts if...
September 30, 2008 at 12:00 pm
Thanks to all.
Good points!
The table has no updates, but periodically there are deletes, but the deletes are based on various criteria.
The bigint column is not used as a reference to...
September 30, 2008 at 11:38 am
that's the solution . . . it was a linefeed character not a space.
Thanks,
Bill
September 29, 2008 at 10:32 am
I have tried stopping and starting the sql agent.
And I have also tried scripting the jobs, and found them all to be just fine.
September 16, 2008 at 4:11 am
We've decided that we are just going to run the steps manually until such time as we can take the server down and re-install.
I've run out of ideas of things...
September 15, 2008 at 12:17 pm
Already done,
I think something is seriously hosed on the server.
all the components of the jobs (at least the TSQL based steps) have all been successfully tested in the appropriate databases.
September 15, 2008 at 12:14 pm
The "Run as" is blank on everything
September 15, 2008 at 11:31 am
It's running under the local service account not a domain account.
The Domain Admins are still in the Administrators account.
September 15, 2008 at 11:10 am
Actually all of the joins are matched by type, so it is not caused by that.
I just figured out the problem.
the HandleID is actually a nvarchar column rather than an...
September 3, 2008 at 9:46 am
It must be something bizarre like that.
I just selected the max(recid) from the table, and it is still in the int range . . . so the error must be...
September 3, 2008 at 9:34 am
I'll buy that there is something else at play.
but no nvarchar columns are even addressed in the query.
Why it fails converting an nvarchar to an int is my big question.
I...
September 3, 2008 at 9:17 am
I have to run the query against a join of two base tables.
The Datetimex, RecID and ID columns are in one table, the HandleID in another.
The tables are joined on...
September 3, 2008 at 9:13 am
Viewing 15 posts - 1 through 15 (of 41 total)