Viewing 15 posts - 16 through 30 (of 41 total)
Can we schedule profiler at some specific time, becuase in profiler GUI i could find RUN button and the stop time option not start time option any where?
July 26, 2008 at 1:37 am
As its a part of replication, some times the transactions which is already replicated doesn't get clear from transaction log.
In that case it would get clear by::
sp_repldone
It would not harm...
July 24, 2008 at 3:42 pm
Thank you very much 'Chad' for this excellent explanation! and make the concept clear to me.
Many Thanks to you!!!
Cheers,
Deepak
July 24, 2008 at 3:35 pm
if you are looking for hard disk capacity etc.
its xp_fixeddrives
cheers,
Deepak
July 24, 2008 at 3:09 pm
Check who is having sufficient previlages to do that, otherwise i dont think if there is any way......except if you have enabled C2 auditing on the server. Which is disabled...
July 21, 2008 at 4:01 pm
Thanks Shiva,
it worked after comment the
--and u.name like ''tester''
line, what could be the harm to run undocumented procedure sp_MSForEachdb
as i have to execute it my...
July 21, 2008 at 3:58 pm
Shiva,
I am also using SQL 2005 and again tried your big script, but again no luck. See the result below
(0 row(s) affected)
name ...
July 21, 2008 at 2:27 pm
you need to alter the tempdb database in this case(means need to increase the size of DB) from the query analysir, in this situation you might see all the DBs...
July 21, 2008 at 1:43 pm
Shiva/murthykalyani thank you very much for your respond.
Shiva, your script for all the databases is not giving any result don’t know why.
murthykalyani, from your script the below part
select substring(db_name(),1,30)...
July 21, 2008 at 1:41 pm
sp_helpuser is not giving the desired result and its not possible to run it if you have huge no of users - to run it for individual user is not...
July 21, 2008 at 10:25 am
Chad, thanks a lot.
Does any specific authentication needs for this concept.
Or normally sql authentication/Mix mode can be used - as usual.
And server IP or its name + with any user...
July 19, 2008 at 2:01 am
Just keep the server out of firewall - makes it visible across the internet who is haveing its address/Uname/Pass etc.........if its possible-it looks strange to me..........there must be either some...
July 18, 2008 at 1:27 pm
Yeh, ive heard this before also. large data would be slow and its not secure coz your DBs are hosted into someone else server.
But I am intrested to know what...
July 18, 2008 at 1:12 pm
at last its done!!!!!! :):):)
In below three simple steps.......
1.) Create Role ViewSPs --create role ROLENAME(choose the database in which you want to create role)
2.) Grant View Definition...
July 18, 2008 at 7:59 am
Viewing 15 posts - 16 through 30 (of 41 total)