Viewing 15 posts - 46 through 60 (of 107 total)
Thanks for all the replier! Unfortunately have still been unable to resolve the issue. Google searches come up with solutions such as restarting the SQL Agent, SQL or the Server...
January 14, 2010 at 3:34 am
I can change the user andit runs. The real question is why SQL does not recoognise the login I used to access the server in the first place.
January 13, 2010 at 7:53 am
"The owner [ login name] of Job Back Up.Subplan_1 does not have server access".
Please note that I am already logged onto the server with that login.
Yes SQL has access to...
January 13, 2010 at 7:17 am
Hi,
Extended the code - which I run in QA for testing, as follows. The final SELECT shows a 0 so the error code is being returned is being returned. Does...
September 24, 2009 at 3:07 am
Hi,
Yes, have tried the following and it returns 0 even though the Emai addresss is incorrect. No warning Email received.
DECLARE @Retval int
EXEC @Retval = MASTER..XP_SENDMAIL
@RECIPIENTS = 'colllin.betteley@aecom.com',
@SUBJECT = 'Error Testing',
@MESSAGE...
September 23, 2009 at 3:41 am
Aplogies for delay.
It is indeed a comma delimited string. Which I am taking from a view which combines data in 2 tables, in different formats. Don't ask! 😉
I want to=o...
August 4, 2009 at 7:06 am
Now for the question! ;-(
I want to show the address as
The Street
Any Town
County
Post Code
I have seen this done by using COALESCE, but cannot find the code anywhere. Has anybody...
July 31, 2009 at 4:17 am
Gail,
Thank you for your response,very helpful.
Do you know the relationship between the LSN for back Up and Transaction log files? For Example
Type ...
March 17, 2009 at 4:08 am
We have several other Databases on the server and those applications all work well.
It is a straight migration between servers keeping SQL 2000
Changing the initial application login to a...
March 10, 2009 at 2:08 am
Yes, it has the correct default Database.
It cannot be an orphan as the login has been deleted and recreated on the server and in the Database.
The login cannot access tthe...
March 9, 2009 at 7:35 am
Thanks,
Nothing returned.
I have run a script, I found on the web, to identify orphan users. But nothing was returned there either.
Colin
March 9, 2009 at 5:36 am
Thanks all. Your comments have pointed me in the right direction and I have now achieved the desired result. with all the other issues required by this report it has...
October 23, 2008 at 5:14 am
They are not connected, hence my wish to separate the se sections by a comma in my query result
The column ITEM represents companies which are carrying out various functions. These...
October 22, 2008 at 9:01 am
Thanks, that is what I thought.
However, we recently moved aa databasse to a new server and the application failed. We added a guest login to the database, but did NOT...
October 6, 2008 at 12:58 am
Viewing 15 posts - 46 through 60 (of 107 total)