Viewing 15 posts - 91 through 105 (of 268 total)
Without knowing your environment it would be difficult to make a argument about what should or should not be done
June 30, 2006 at 12:32 pm
Update ...
My client was SP4 and the database is SP3 not sure if this has anything to do but once I change clients to an SP3 client all seems to...
June 29, 2006 at 12:37 pm
It seems too easy to be true but this has worked for me consistently.
Even so when you have an oracle background.
June 29, 2006 at 8:36 am
The problem was bad data.
Thanks for all your suggestions and your time
June 28, 2006 at 1:00 pm
The present server is a dedicated server with a single database but the other which passed the test has 40 DBs do not ask me why?
That does not eliminate a...
June 27, 2006 at 1:21 pm
Could not agree more.It does not take a lot to insert data into a table does it ?
June 27, 2006 at 1:00 pm
Did the event logs/application logs give any more information
Mike
June 27, 2006 at 12:57 pm
The concerned tables were moved to a different server and everything worked just fine.
It is time to look into what patches and stuff were applied on the server .
Thanks
June 27, 2006 at 12:55 pm
CREATE VIEW dbo.DEFECTS
AS
SELECT DISTINCT
TOP 100 PERCENT CONVERT(SMALLDATETIME, dbo.NH_NONCONFORMANCE.NH_RECORD_DATE, 102) AS [Record Date],
dbo.ND_NC_DEFECT.ND_NC_NUMBER AS [NC Number], dbo.ND_NC_DEFECT.ND_INTERNAL_NO AS [Internal Defect Number],
dbo.ND_NC_DEFECT.ND_LOCATION AS Location, dbo.ND_NC_DEFECT.ND_CLIENT AS...
June 27, 2006 at 11:09 am
Thank you.Seems trivial does'nt it
Mike
June 23, 2006 at 9:05 am
Thanks Brain
But how do I query syslogins without being in the master database
June 23, 2006 at 8:29 am
June 14, 2006 at 8:01 am
Have not done it but parameters changed by an sp_configure do not need a restart of sql server
Mike
June 13, 2006 at 6:27 am
Probably not a faster way but I check the log files for errors
Mike
June 13, 2006 at 6:20 am
Are you shrinking very often?That has been known to cause issues
Mike
June 13, 2006 at 6:18 am
Viewing 15 posts - 91 through 105 (of 268 total)