Viewing 15 posts - 181 through 195 (of 314 total)
Govind -- that fix was perfect.
For whatever reason, maybe I missed a step in the add-node wizard, the binaries were put on the C:\Program Files (x86) on the passive node...
November 4, 2009 at 8:12 am
Thanks everyone for the responses. Nothing is broke, I was merely looking to see if anyone polls their servers any differently. Always looking for new, and potentially better,...
September 23, 2009 at 2:47 pm
Thanks Mark for that link. I will certainly take a look at that.
We do all of our customized data gathering via SSIS packages that poll each system. This...
September 22, 2009 at 7:04 pm
The call we had open with MS said that the BIDS runs with the 32-bit oracle client, and when scheduled ssis packages run, it runs through the DB engine which...
September 11, 2009 at 8:54 am
It should work on a 64-bit server since you can connect through SQL PLus.
Here is some additional information I have saved off various pages online (unfortunately don't have...
September 10, 2009 at 6:31 pm
Some suggestions are here:
http://ora-12154.ora-code.com/
It is more of a connectivity issue based on an incorrect TNS entry or some other reason. try to connect to your Oracle instance via sql...
September 10, 2009 at 12:21 pm
On 64-bit servers, you'll need to install the 32-bit and 64-bit Oracle client. The reason is that the Visual Studio components still run in the 32-bit runtime.
Also, create a...
September 9, 2009 at 8:53 pm
This is the code that I use- certainly you'll need to update to your smtp server and recipient address for the test email.
/* FIND AND REPLACE
my.smtp.com ...
August 26, 2009 at 8:35 am
Wherever @job_id (or @jobid, forget which right now) shows up when scripting jobs, you can change that to @job_name = N'New job name here'
I've been through this when scripting out...
August 25, 2009 at 10:22 pm
We are running SQL 2008 on Windows 2003 with no issues at all, 32 or 64 bit.
We currently don't have anything running on Windows 2008 at my company.
Regards,
Steve
August 25, 2009 at 9:46 pm
Should look into the Cute PDF writer which you can effectively "Print" to a PDF and then you could send over the PDF's.
http://www.cutepdf.com/Products/CutePDF/writer.asp
Regards,
Steve
August 25, 2009 at 9:38 pm
Have you looked over the profile and accounts through SSMS after running that script? Are you able to send a test email through the GUI and only having problems...
August 25, 2009 at 9:29 pm
In my limited experience with replication, wouldn't it make sense to set up a separate publication that is only one-way transactional and have T2 set up that way.
In the end,...
August 25, 2009 at 9:23 pm
You can set the default policy to restrict each user to only one session on the TS box. The setting is called "Restrict Terminal Services users to a single remote...
August 24, 2009 at 12:00 pm
Viewing 15 posts - 181 through 195 (of 314 total)