Viewing 15 posts - 16 through 30 (of 182 total)
We didn't change the proxy account password. We changed the service account passwords.
May 20, 2014 at 6:53 am
What do you mean by refresh the password? Do you mean reboot the server?
May 20, 2014 at 6:41 am
Really as long as they customer gets the information, I don't think it would matter
April 2, 2014 at 6:51 am
Hi, I didnt realize that I sent the script with an xls extension. I had changed it to a csv file and it still didn't work. When I...
April 1, 2014 at 9:29 pm
thank you. I was attempting to do select of individual columns and put it down. I will continue with that again and let you know
April 1, 2014 at 3:26 pm
I sure hope someone can help me!
April 1, 2014 at 6:44 am
That is very good news. I found a way of doing the procedure not knowing that you can do it the way you had mentioned. I will try...
September 6, 2013 at 12:06 pm
Is there a way to make this stored procedure able to provide a parameter like the database name? I want to be able to provide the database name and...
September 5, 2013 at 11:42 am
Thank you. I will try that and get back with you.
September 5, 2013 at 6:21 am
IF DATABASEPROPERTYEX('archer', 'Status') = 'ONLINE'
AND EXISTS(SELECT 1 FROM sys.database_mirroring WHERE database_id = DB_ID('archer') AND
mirroring_role IS NULL)
BEGIN
use archer
SET NOCOUNT ON
END
Msg 954, Level 14, State 1, Line...
September 4, 2013 at 2:18 pm
Thank you so much for your help. I've been digging and digging so I appreciate your time.
IF DATABASEPROPERTYEX('archer', 'Status') = 'ONLINE'
AND EXISTS(SELECT 1 FROM sys.database_mirroring WHERE database_id =...
September 4, 2013 at 1:45 pm
I have added what was suggested:
IF DATABASEPROPERTYEX('archer', 'Status') = 'ONLINE'
BEGIN
use archer
SET NOCOUNT ON
END
It looks good until you execute and I get this...
September 4, 2013 at 1:24 pm
Oh well. I was hoping.
I've attached my error
July 26, 2013 at 10:36 am
Awesome. I will try that SQL and let you know.
July 26, 2013 at 10:31 am
Thank you Lowell. It looks like you have installed the Oracle full client not the Oracle Instant client. Is that correct?
July 26, 2013 at 10:00 am
Viewing 15 posts - 16 through 30 (of 182 total)