Viewing 14 posts - 16 through 29 (of 29 total)
When I have linked to Oracle servers in the past I always used the OEM Oracle client driver rather than Microsoft's. I have never run across issues with ASCII translation,...
February 9, 2005 at 2:12 pm
I saw the same thing happen yesterday, when trying to output to a text file from the cmd prompt or from xp_cmdshell. I am beginning to think this is a...
February 9, 2005 at 1:59 pm
first of all, thanks for the input rudy
I have tried the different iterations that you described above without sucsess. I do have some differences in environment that may be causing the...
February 9, 2005 at 12:19 pm
rudy,
did your QA happen to be local to the SQL Server, or was it on a remote client? Interesting.
February 9, 2005 at 10:10 am
As a test, I re-installed setspn to c:\. It had the same result. From what I can see, this is the expected behaviour of setspn when called from xp_cmdshell. While...
February 8, 2005 at 1:36 pm
I have tried passing a param into the exec command without success. I get the same null row as a return. I have studied xp_cmdshell, and realize the power it posseses,...
February 8, 2005 at 12:34 pm
perhaps the sql service account does not have log on as service rights in the local system policy?
hth
February 2, 2005 at 4:38 pm
I have not done it that way in the past. I create the new DB environment, create blank databases and restore the database from the lite speed backup. you will...
February 2, 2005 at 4:28 pm
Wow....
That is alot of stuff. Looks like I will be building a test domain for this one.
Thanks.
January 19, 2005 at 1:31 pm
For what it is worth, when an intergity check is performed, the database goes into single user mode. I personally would not include an integrity check in a backup maintenance...
December 3, 2004 at 9:50 am
I had a situation where i needed to cycle through active connections to any particular database and kill the connection for scheduled maintenance weekend integrity checks. I found that dbo.sysprocesses...
December 3, 2004 at 9:41 am
"you should know that there should be NO potential bad news if you kill one in the middle because if it didn't commit it will be rolledback! that's ACID."
Ah, I...
October 5, 2004 at 12:40 pm
i would definitely try to reindex the database. Not on prod though!!!
eventid.net might have some more detailed info on your error as well.
October 4, 2004 at 9:06 am
Thanks for the input Wesley. I have already built the mechanism to kill the spids as detailed in the code below. What I am really after now is a way...
October 4, 2004 at 8:10 am
Viewing 14 posts - 16 through 29 (of 29 total)