Viewing 15 posts - 61 through 75 (of 111 total)
Yes, your script is very nice. I see someone has suggested handling offline database. I think offline, read only, and suspect need to be handled.
Have you updated the...
February 22, 2010 at 10:59 am
The statement fails but the table exists within the database. I tried the statement there wtihin the database and it also failed. So I changed SysUsers to sysusers...
February 19, 2010 at 2:15 pm
No the databases exists and all have a normal status as does each of the databases that returned errors.
Mark
February 19, 2010 at 1:24 pm
ON 2000 any idea what would cause some of the database checks to fail with:
Msg 208, Level 16, State 1, Line 2
Invalid object name 'ARIS7.dbo.SysUsers'.
Msg 16916, Level 16, State 1,...
February 19, 2010 at 1:00 pm
Scott, very fine explantion.
-- Mark D Powell --
January 8, 2010 at 2:00 pm
How can there be a temporary table on start up of an instance? When the instance was shutdown the tempory table would have been eliminated. On restart you...
December 17, 2009 at 2:27 pm
What EAV should really be called is "unscalable".
While having a table or two in your application that are in EAV format should be fine the programmers who try to build...
October 16, 2009 at 2:11 pm
The uploaded text is full of gargage characters that will prevent a quick copy and paste from compiling.
Any way to clean up the script.
-- Mark D Powell --
July 2, 2009 at 11:36 am
Intering fact that different MS products use different versions of the Unicode standard. Looks like a Right hand not knowing what the Left hand is doing situation, and I...
June 12, 2009 at 6:49 am
But the question was on Unicode not UCS-2! SQL Server does not actually support Unicode; it supports UCS-2 which is a limited subset of the Unicode standard. If...
June 11, 2009 at 12:10 pm
I can't get past the syntax errors. I wish ServerCentral would fix their script upload feature because getting the scripts to work has proven to be a royal pain.
--...
May 5, 2009 at 10:55 am
Logically all rows returned by a query should be at the same poiint in time. Without row level versioning this is not possible if concurrent DML is supported. ...
March 6, 2009 at 1:55 pm
I was unable to find sp_GetErrorDesc in the resouce section. Where should (url) I be looking? A search on the procedure name returned no hits.
-- Mark --
January 13, 2009 at 10:42 am
I modified the posted SQL to use Left Joins as suggested and indeed my Link to Oracle now shows up. It was missing before and I had noticed that...
September 11, 2008 at 11:47 am
Viewing 15 posts - 61 through 75 (of 111 total)