Viewing 15 posts - 31 through 45 (of 77 total)
Many thanks to all who helped me solve this problem.
I must confess my ignorance caused my grief.
The OUTPUT specification clearly, if one is familiar with procedure definition/construction, tells you that...
March 24, 2004 at 10:53 am
Using EM, check server startup parameters.
Right click on server, select properties, click on "Startup Parameters".
Each server startup parms should be different:
-d master
-e errorlog
-l log
Second question. I believe the port is...
March 23, 2004 at 3:59 pm
Thanks to all.
I will get and read the Guru's Guide to Transact-SQL by Ken Henderson.
I will read the URL provided by fhanlon.
Again, thanks.
GaryA
March 23, 2004 at 11:59 am
Sorry for poorly stating the question, but thanks for all the help.
I was specifically meaning the syntax presented in BOL for how to construct whatever needed to be constructed.
I think...
March 22, 2004 at 5:28 pm
Thanks Bavineni, that worked. I think Steve may be right in his previous reply.
I would also ask for some help in interpreting BOL.
BOL say the following:
sp_trace_create [ @traceid = ]...
March 22, 2004 at 3:41 pm
Thanks Steve. After re-visiting question/coding, I think I see how you could arrive at that conclusion.
I will dig a little deeper.
Thanks again.
GaryA
March 22, 2004 at 3:03 pm
Since your application has been running for so long and work activity is so light and the hang time so consistent, the following, I guess, comes under the heading of...
March 22, 2004 at 10:46 am
I don't know if the following is a possibility or not.
Could it be that SQL Server 7 was installed on the server as the default instance.
Maybe MSDE is expecting to...
March 22, 2004 at 10:31 am
Grasping at straws.
Are the jobs scheduled from a central server?
GaryA
March 22, 2004 at 10:25 am
Some ruminations on this topic.
1st, there is an ability to "reseed" the identity value DBCC CHECKIDENT (refer to BOL), however I perceive that your intent is to "reseed", when needed,...
March 22, 2004 at 10:22 am
Thanks Antares686.
Do you know if there are other situations where SQL Server places an event in the OS application log indicating an error, which is really only a warning?
Any BOL...
March 22, 2004 at 9:28 am
Can forum participants tell me if the following would possibly have an adverse impact:
a. an OS backup in progress which was temporarily reading the event file.
b. a virus checker which might have...
March 19, 2004 at 11:06 am
Maybe the following will work.
a. Backup MSDB
b. Start SQL Server in single user mode
c. Stop SQL Server Agent
d. Run DBCC CHECKDB ('msdb',repair_rebuild) with all_errormsgs
BOL says of "repair_rebuild" performs all repairs...
March 19, 2004 at 10:56 am
Are you saying that when you view the application event log kept by the OS that in the left column you have a circle object red filled with a white...
March 18, 2004 at 2:48 pm
I am grasping at straws, but maybe it can be started from the command prompt using the -f switch (Starts an instance of SQL Server with minimal configuration).
If this gets...
March 17, 2004 at 3:05 pm
Viewing 15 posts - 31 through 45 (of 77 total)