Viewing 15 posts - 23,176 through 23,190 (of 26,490 total)
Chris Morris (12/19/2008)
dejanette.gordon (12/19/2008)
December 19, 2008 at 12:08 pm
Dejanette,
I am sure you would help if you could. My problem is with applying SP 3 to a multi-instance x64 server running SQL Server 2005 Developer Edition.
If you can't...
December 19, 2008 at 11:58 am
And if that works, I could use some more thoughts on a problem I am having...
December 19, 2008 at 11:46 am
Okay, hows this??
create table #MyTest (
CompanyName varchar(50),
CompanyID varchar(10),
RegionID char(2)
);
insert into #MyTest
select 'ANDERSON DAIRY PRODUCTS ...
December 19, 2008 at 11:45 am
Using my last post as my working theory, here is some code to work with:
create table #MyTest (
CompanyName varchar(50),
CompanyID varchar(10),
...
December 19, 2008 at 11:30 am
Here is the snippets of data from your post:
A & H RESTAURANT & BAR SUPPLY PA ...
December 19, 2008 at 11:20 am
Steve Jones - Editor (12/19/2008)
Too old to fine the trees.....?Too much snow in your eyes this morning? 🙂
I've been working on this for 4 hours last night (8:00 Pm to...
December 19, 2008 at 9:35 am
And which log you saw it in.
I'm guessing I'm too close to the trees to see the forest.
December 19, 2008 at 9:04 am
My eyes are going buggy still, Jack. Any way you can "point out" where you saw that in the logs for me?
December 19, 2008 at 9:01 am
I think it also depends on what version of SQL Server 2005 you are applying SP3 to as well. So far I have had no problems with SP3 installs...
December 19, 2008 at 8:58 am
For those of you following this thread, I am at work and I am getting the logs ready now. I will have them posted in the next 15 minutes...
December 19, 2008 at 8:15 am
We keep learning. I don't want any young'ns showing me up if i can help it.
December 19, 2008 at 8:09 am
Only reason I jumped up front was because of Christmas break. Of course I'm off over Christmas as well, but not much else is going on as we are...
December 19, 2008 at 6:59 am
Why aren't you just using an OS Command line step in your job to run the executable? There really is no need to use T-SQL and xp_cmdshell to do...
December 19, 2008 at 12:26 am
Viewing 15 posts - 23,176 through 23,190 (of 26,490 total)