Viewing 15 posts - 76 through 90 (of 1,654 total)
sqlnaive (3/13/2012)
Thanks. Is there something same for memory utilization monitoring ? I tried googling and didn't found anything.
Did you have a look at the DMV I told you? It's all...
March 13, 2012 at 7:32 am
A SPID -3 is realted to a rollback and should resolve after a while automatically.
March 13, 2012 at 2:53 am
mandirkumar (3/12/2012)
I need to move that data into a table in another sql instance with out using DTS, SSIS,Linked Servers.
WHY??? SSIS is just the tool designed for this kind...
March 12, 2012 at 6:38 am
The short answer would be YES, it is possible. All the necessary information can be queried from various DMV's like sys.dm_os_sys_memory, sys.dm_os_sys_info, sys.dm_os_performance_counters or sys.dm_os_ring_buffers.
I don't have a nice ready-to-use...
March 12, 2012 at 4:33 am
Jeff Moden (3/9/2012)
My favorite of all time free tools... GOOGLE.
Jeff could you send us a download link for it?
March 9, 2012 at 6:59 am
Actually there are quite a lot of free tools around, you only have to know how find them and determine what exactly are your needs. Codeplex is always a good...
March 9, 2012 at 2:28 am
MysteryJimbo (3/8/2012)
Worth noting that successful logins...
March 8, 2012 at 8:49 am
saidapurs (3/8/2012)
Hi All,Can it is possible to edit the SQL Server security log??
Satish
What do you mean by SQL Server Security Log ? And why do you...
March 8, 2012 at 2:16 am
In sys.indexes you will find the column "allow_page_locks".
But why do you post this question in a 3 year old thread instead of creating a new one?
March 7, 2012 at 4:25 am
In order to view reports a user have "System User" permissions on the site level and be a member of the "browser" role either for a specific report or on...
March 7, 2012 at 12:39 am
stebennettsjb (3/6/2012)
But wouldn't that create a temp table on every server, with the results of only the server its created on. I would like to run a query...
March 6, 2012 at 8:39 am
stebennettsjb (3/6/2012)
Hi,MarkusB:
Thanks for the link, i had found it while doing my own searching, but i hadnt found a way to insert into a table..
S
What exactly is your problem?...
March 6, 2012 at 7:37 am
There are a couple of options how you can do this and the best choice will probably depend on what exactly you try to achieve.
With SQL 2008 you have the...
March 6, 2012 at 7:00 am
If it is your intention to just let him see the definition of procedures en functions you could GRANT SELECT permissions on sys.sql_modules or maybe even better create a view...
February 28, 2012 at 4:07 am
balasach82 (2/28/2012)
1. For Extended SP's, I go to Database Properties->Security-->
Roles-->Database Roles--> Public--> Properties-->Securables
Here, I see a number of Extended SP's. I had to select each one and then remove EXECUTE...
February 28, 2012 at 3:30 am
Viewing 15 posts - 76 through 90 (of 1,654 total)