Viewing 15 posts - 226 through 240 (of 442 total)
Steve Jones - SSC Editor (3/22/2013)
In terms of roles, there...
March 22, 2013 at 11:07 am
Steve Jones - SSC Editor (3/22/2013)
SQL Server roles won't help here. Row based access means you're using joins to help accomplish this.A couple links that might help:
http://technet.microsoft.com/en-us/library/cc966395.aspx
http://stackoverflow.com/questions/1122513/how-to-implement-database-access-control-on-row-basis
I think you...
March 22, 2013 at 10:10 am
Erin Ramsay (3/20/2013)
I have a table, call it tableA, that contains 1 million rows on my publisher and uses 103 MEGs of data space.
tableA in the...
March 21, 2013 at 5:53 am
Is this problem resolved?....I am curious.
SueTons.
March 21, 2013 at 5:16 am
Thank you so much for all of your feedbacks.
SueTons.
March 20, 2013 at 6:04 pm
Thanks Michael, appreciate it.
SueTons.
March 20, 2013 at 2:34 pm
What are different ways you can call a batch file within an SP?
SueTons.
March 20, 2013 at 1:52 pm
Eugene Elutin (3/20/2013)
Well, this SP should be pulling the job tables every 5 min or so and seeing if any are running longer than defined SLA for that job, so,...
March 20, 2013 at 12:55 pm
Eugene Elutin (3/20/2013)
SQLCrazyCertified (3/20/2013)
Eugene Elutin (3/20/2013)
Not really good idea to do so, but if you really need it, use xp_cmdshell.
xp_cmdshell 'c:\MyBatch.bat'
Thanks Eugene, what you mean by not really good idea?....what...
March 20, 2013 at 12:21 pm
Eugene Elutin (3/20/2013)
Not really good idea to do so, but if you really need it, use xp_cmdshell.
xp_cmdshell 'c:\MyBatch.bat'
Thanks Eugene, what you mean by not really good idea?....what are the alternatives,...
March 20, 2013 at 11:31 am
anoop.mig29 (3/19/2013)
March 19, 2013 at 1:51 pm
anoop.mig29 (3/19/2013)
March 19, 2013 at 1:48 pm
Thanks for your reply.
If I have to monitor the performance/timing of a particular SP, can I automate this? If so, how?
SueTons.
March 19, 2013 at 9:28 am
GilaMonster (3/15/2013)
Check log_reuse_wait_desc in sys.databases for why the...
March 15, 2013 at 4:41 pm
Lynn Pettis (3/15/2013)
March 15, 2013 at 3:58 pm
Viewing 15 posts - 226 through 240 (of 442 total)