Viewing 15 posts - 31 through 45 (of 130 total)
I got it to work by joining just on the left 4 charracters of the number in the subquery.
select number, avalue, (select x.nvalue from valuestbl as x where...
November 30, 2011 at 10:03 am
Yes, I have full backups from before the first error message and transcaction log backups. They have been working. The server adminstrators and our vendor say the drives are...
October 31, 2011 at 6:49 am
Results of the dbcc checkdb:
for one database:
Msg 8966, Level 16, State 2, Line 1
Unable to read and latch page (1:16648) with latch type SH. 1117(The request could not be performed...
October 28, 2011 at 2:29 pm
I'll for sure have backups run before starting. Also will leave all the SQL Server services up. My only question now is how Sharepoint may effect it. ...
August 22, 2011 at 8:12 am
I have a question about the query you sent to check if the backup was running. It worked great, I could see its' progress and knowing it was actually working...
August 8, 2011 at 9:08 am
Results from the first query show the backup is 43.73% done and est finish time of 14:43, the % done has been changing.
From the second query sent in attachment called...
August 5, 2011 at 9:53 am
Here's what worked:
select * from openquery (LAWSONPROD,
'SELECT
...
August 5, 2011 at 8:48 am
Yes, it is linked server to an Oracle database. And also yes, it's a new server with Oracle client and tnsnames in place. Thanks so much.
August 4, 2011 at 10:03 am
I'm sorry, I forgot to put that in! Error is:
OLE DB provider "OraOLEDB.Oracle" for linked server "LAWSONPROD" returned message "ORA-01858: a non-numeric character was found where a numeric was...
August 4, 2011 at 9:50 am
Thanks very much for the advice. The memory errors have only started since an upgrade of our SQL Server and our application about a month ago. The application has...
March 21, 2011 at 12:29 pm
If it is recommended to change the max memory settng from the default, should I use 6Gb in this case then because we have 8Gb on the server?
Or because this...
March 21, 2011 at 10:55 am
Thanks, I have read that article. It lists suggestions for 64 bit, but not 32 bit.
In the discussions he also mentions that running x86/Windows 2003 will only be able...
March 17, 2011 at 12:36 pm
Rebooting the server seems to have fixed it. Thanks very much.
February 8, 2011 at 10:51 am
No error messages are in the log. I saw the time out messages in the Event View system log.
A timeout (30000 milliseconds) was reached while waiting for a transaction...
February 8, 2011 at 10:40 am
Viewing 15 posts - 31 through 45 (of 130 total)