Viewing 5 posts - 1 through 5 (of 5 total)
Use Enterprise Manager, go to Management, Current Activity, Process Info. This will provide a list of all the process id's currently active in the system and the users and databases...
April 25, 2004 at 6:19 am
C:\MSSQL\LOG
Depends on the path of where you have SQL installed...the above path would be the most basic path.
February 6, 2004 at 1:45 pm
Try using the following line of code:
rsFoodCount.Open cmnd
in place of the following line:
Set rsFoodCount = cmnd.Execute
February 6, 2004 at 10:25 am
I believe the problem is that your parameters are not being created properly. Try using the following lines of code in place of the two "cmnd.Parameters" lines of code in VB example:
cmnd.Parameters.Append...
February 6, 2004 at 9:09 am
I have experienced a similar problem with a maintenance plan while using SQL7. The only way I could remedy the issue in 7 was to recreate the maintenance...
January 6, 2004 at 3:13 pm
Viewing 5 posts - 1 through 5 (of 5 total)