Viewing 15 posts - 151 through 165 (of 187 total)
Hi,
Do you have an example of the FSO syntax that I could use please?
Thanks
September 16, 2005 at 3:00 am
Hi,
I believe that xp_logevent logs a message rather than returning existing messages. I have found xp_eventlog but cannot find any documentation relating to it. Does anyone know what this sp...
September 16, 2005 at 1:11 am
Although the following syntax will insert the results of the sp into a table, how can I append another value to the result set?
INSERT INTO tblTest EXEC sp_who
For example, if...
September 14, 2005 at 9:22 am
I've found the answer to one of my questions, for the hard disk space use:
exec master.dbo.xp_fixeddrives
September 14, 2005 at 9:12 am
My Select statement already contains rtrim(task_attribs.string_value) in the Case statement.
August 16, 2005 at 7:49 am
Thanks Vasc but I don't understand. Is the RTRIM causing the problem?
August 16, 2005 at 7:37 am
Ok, thank you both for your help anyway.
Regards
David
August 9, 2005 at 6:44 am
Hi Govinn,
Will any of these sps allow me to edit SQL Server registration properties (right click on database in EM)
Thanks
August 9, 2005 at 6:25 am
Thanks to you both, Alzdba's suggestion is working so I'm using this for the moment until I can determine an exact maintenance plan to utilise.
Regards
David
July 28, 2005 at 12:59 am
Yes, it is our test server and no-one else is connected or working on this.
July 26, 2005 at 6:34 am
Chris,
Just completed the move, had a couple of problems but it seems to have sorted itself out. Thanks for your help!
June 29, 2005 at 5:51 am
Hi Noel,
The column name is being specified when the sp is run by giving @Month the appropriate value. Could the problem have anything to do with the sub queries I'm...
June 1, 2005 at 1:12 am
Thanks for that but unfortunately the problem is still there. Just for information, I'm running the sp from Query Analyser.
May 31, 2005 at 10:58 am
It's not so much the message that not working, when I run the sp the second table is not updated (checked by querying the table). When I run the statement...
May 31, 2005 at 10:08 am
Viewing 15 posts - 151 through 165 (of 187 total)