Viewing 14 posts - 76 through 89 (of 89 total)
Hi Brian
I haven't used SQLping, may u perhaps share more light on that
Tx
October 8, 2009 at 11:10 pm
Thank you once again for suggestions:-)
October 8, 2009 at 11:02 pm
Thanks a lot, now it's sorted:-D
September 30, 2009 at 6:20 am
I changed it to d:\ with the same permissions on c:\ and folders
September 30, 2009 at 12:59 am
Tx, how do put that together in a code e.g is the below correct
select col1,col2,DATEADD(day,-1,getdate())
from test
ta
September 2, 2009 at 8:41 am
Hi
Thanks for ur response, it's a parameter for a report but the report will schedule within SSRS to send an email auto
Ta!!
September 2, 2009 at 8:10 am
Thanks for your response.
My sql server security propeties is set to audit both failed and successful logins. What about syslogins?
November 27, 2008 at 3:31 am
Thanks for your response!!
No i dont get that error from SQL Conf Manager. When go via computer management, that's were i get an error.
Thanks
November 21, 2008 at 2:52 am
Thanks for your response.
xp_cmdshell it's part of my code but now the tricky part is, i'm using replication then i have a job that validates all subscribed articles, if one...
October 28, 2008 at 1:16 am
In my case the process runs from Peoplesoft application and connects through linked server to another sql box that runs a billing app. so the process from Peoplesoft insert and...
July 16, 2008 at 11:23 pm
Thank you very much for your help it worked. Now it's on production
May 21, 2008 at 7:57 am
Thanks for your time and help, i found the problem it now works.
I need help on the same issue with regards in updating the domain account. Example
Staff_numb ...
May 21, 2008 at 2:05 am
Thanks for your response, i applied the below with few modifications.
After exec, no record affected. Please help. Thanks once again
CREATE PROCEDURE SP_UpdateStaff
@staf_num VARCHAR
AS
Update SECURITY_USER1
SET PASSWORD_FULL = NULL
WHERE staff_numb =...
May 16, 2008 at 9:01 am
Viewing 14 posts - 76 through 89 (of 89 total)