Viewing 15 posts - 16 through 30 (of 53 total)
Thanks for your response carl and Adrian.
Thanks,
SR
November 16, 2006 at 9:49 am
Please somebody help me with this.
Thanks,
SR
November 10, 2006 at 12:44 pm
Thanks a lot for such a quick response Chuck.
Could you please also let me know how do I specify that particular index needs to be created in particular file group...
October 13, 2006 at 12:00 pm
Hi Melissa,
What is the location of this job requirement?
Thanks,
SR
July 19, 2006 at 2:31 pm
You can Kill Proccess from QA using KILL method.
KILL SPID(SPID of the proccess)
Thanks,
SR
July 19, 2006 at 8:48 am
Hi Adam,
Check if you have owner for all you objects.It prompts this error if you have don't have owner for particualr object .
Thanks,
SR
July 14, 2006 at 12:05 pm
To script all jobs in particular server got to enterprise manager ->Management -> sql server agent -> Jobs.
right click on the jobs and go to All tasks->Generate sql script.
Hope this...
July 13, 2006 at 9:03 am
Execute the following sql statement in query analyzer
select 'grant select on ' + name + ' To login_name' from sysobjects where xtype='U' or xtype ='V'
Copy ,paste and execute the result...
July 6, 2006 at 9:18 am
Thanks a lot for you response.Its very helpful.
Thanks,
SR
July 6, 2006 at 7:03 am
You can use following query to get the owner of database.
select name,suser_sname(sid) from Master..sysdatabases
Thanks,
SR
June 28, 2006 at 2:20 pm
you can use storeprocedure sp_helprotect to get object and object owner .
Thanks,
SR
June 28, 2006 at 7:07 am
Are you using UNC path while specifying the path for a file?
Thanks,
SR
June 26, 2006 at 2:30 pm
Sorry ,I am not very clear with you question Suresh.You mean to say when you are executing as a sql agent job its failing where as manually from your local...
June 26, 2006 at 1:49 pm
You can create SQL agent job to run sql file and schedule it to run daily.
Thanks,
SR
June 22, 2006 at 8:26 am
I got it.
Thanks a lot John.This is really helpful.
Thanks,
SR
June 21, 2006 at 9:46 am
Viewing 15 posts - 16 through 30 (of 53 total)