Viewing 11 posts - 31 through 42 (of 42 total)
hi ravi,
For findout the howmany no.of users connected to sql server you can able to use the stored procedure: sp_who
For find out the no. of the active users...
March 2, 2011 at 2:56 am
Hi Bhuvenesh,
when ever your tempdb full then automatically sql server restarts so check that one and one more thing is are you checking any query which is running long period...
March 1, 2011 at 6:26 am
Hi Holio,
db_owner is database level role means person having the db_owner permission means he can able to do any thing in the particular database ..db_owner and database owner both indicates...
March 1, 2011 at 5:50 am
Hi Bhuvnesh,
Thaks for reply
yes i have to create an linked server for pull the data from multilple servers .i too thought like that .let me try once
Thanks
rekha
March 1, 2011 at 5:40 am
Hi,
Is any problem for user having the public role?
Thanks
Rekha
February 28, 2011 at 4:31 am
Hi,
Actually i want to use the below script for giving the datails of database name and size for all databases..
SELECT DB_NAME(database_id) AS DatabaseName,
Name AS Logical_Name,
Physical_Name, (size*8)/1024 SizeMB
FROM sys.master_files
so what...
February 28, 2011 at 3:51 am
Hi Muthukkumaran,
Thanks for quick response...could you give me that script having loop for all databases which gives database name and database size.
Thanks
Rekha
February 28, 2011 at 3:09 am
Iam talking about dts packages only...
How to scheduling (jobs)and executing the dts...
January 21, 2011 at 1:55 am
Viewing 11 posts - 31 through 42 (of 42 total)