Viewing 15 posts - 46 through 60 (of 162 total)
Are you missing indexes on the PROD server? Try updating the statistics on the PROD server.
January 28, 2010 at 5:23 am
I thought the question was how to connect to SQL Server From Oracle.
January 28, 2010 at 5:19 am
Are you getting any error messages? If so, please post them. Otherwise no one would really understand the issue you are having.
January 27, 2010 at 11:17 pm
I would install all of the SQL Server tools on the server. It doesn't hurt anything.
January 27, 2010 at 11:07 pm
You can load the data into a table and in the stored procedure reference this table. That should work.
January 27, 2010 at 10:48 pm
You are welcome.
And Jason - Thanks for the correction. I didnt read the earlier response clearly. Overlooked that SQL Server 2000 is also involved.
January 27, 2010 at 10:44 pm
I prefer the SQL Wayne has printed. That is really cool and simple.
Just refining his first query. The OpenRowSet will look something like this:
select * into #temp from openrowset('MSDASQL', 'driver={Microsoft...
January 27, 2010 at 10:40 pm
Needless to say, and can't say enough and please don't mind me saying.
Please BACKUP all the databases and copy the backup files to an external media or hard drive...
January 27, 2010 at 10:28 pm
I don't think it matters, which one is the default instance. It can be either 2008 or 2005. There can be only one default instance and all other named instances...
January 27, 2010 at 10:23 pm
Jeff,
It will be cool to have this tinyurl thing added to the Reply toolbar. I can see this being used umpteen times to show people how to use Google...
January 26, 2010 at 11:05 pm
JD is probably right. Send Mail task looks depends on Mail relay. Database mail probably doesnt depend on mail relay. Thats all I can think of.
Talk to your exchange administrator...
January 26, 2010 at 10:57 pm
Excellent. Posted a problem and the solution.
January 26, 2010 at 10:53 pm
Thats what Jason is asking.
Do you want the date column in the result set? If yes, what do you want the output to look like?
If you exclude id and date,...
January 26, 2010 at 10:43 pm
You may have to apply the hotfix again. Hotfix may or may not be part of service pack and it depends on whether such a fix is ready to be...
January 26, 2010 at 8:51 am
Awesome. Good find. And thanks for posting back the solution.
January 26, 2010 at 8:45 am
Viewing 15 posts - 46 through 60 (of 162 total)