Viewing 15 posts - 61 through 75 (of 109 total)
Hi Marios
I like the way you handled this task and the great information it provides. However, I had some errors on the 2000 script thats making me do a lot...
November 7, 2008 at 1:47 pm
My issue was due to the AD name in active directory and the case SQL was authenticating. Again this is a non default set up and the server is case...
August 30, 2008 at 7:13 am
It does go away with SQL or SA account. But the AD user is a SYSadmin account also so permissions is not the issue.
August 22, 2008 at 9:23 am
version product_level edition
-------------------- -------------------- ------------------------------
9.00.3175.00 ...
August 21, 2008 at 6:29 am
For more clarification.....
If I try to create a login right now, there is no way to create it except by using uppercase as shown below.
USE [master]
GO
CREATE LOGIN [EBEbird] FROM WINDOWS...
August 20, 2008 at 6:06 am
Alvin Ramard (8/19/2008)
Could you make sa the owner? The job would then run using the system account.
Yes but it does not fix the problem, just hides it.
August 20, 2008 at 3:27 am
No matter what I type to add the login, it has to be uppercase. If I try creating it with lower case, it does not find a AD user and...
August 19, 2008 at 7:23 pm
When I try to change user to lower case it errors and states invalid characters. Must be because of the case sensitive.
Keep the ideas comming.....
August 19, 2008 at 1:25 pm
When I change the job owner to lower case it automaticlly changes it back to upper case. This is due to my login all uppercase which is also brought in...
August 19, 2008 at 1:07 pm
I'm having the same permission problems. I use to put my agent operators in the sqlAgentOperatorRole in the msdb database. Thisa would allow them to go under the jobs and...
March 7, 2008 at 8:25 am
I was able to add the user to the Distributed COMN Users group and it started working.
Thanks
June 21, 2007 at 6:50 am
Sorry I failed mention this but I already have them in sysadmin role. This is more to a issue with security on the server (windows 2003 server) rather then in sql server.
Thanks
June 21, 2007 at 6:21 am
If the sheet has a true name, you would use it for the name. I have seen the default sheet name as sheet1$ too.
Here is an article that might help...
January 31, 2007 at 5:52 am
[sheet 1$] is the default name of the first excel work sheet. I am select everthing in the sheet and trowing it in a temp table. the hdr=yes tell SQL...
January 31, 2007 at 3:37 am
Viewing 15 posts - 61 through 75 (of 109 total)