Viewing 15 posts - 1 through 15 (of 44 total)
Thanks Gianluca for your kind reply. It is just for example i quoted the script. I achieved my requirement. I am going to implement a centralize monitoring in our environment....
February 10, 2015 at 1:53 am
Thanks Jason for your reply.
I am trying to achive to capture all the transactions which is goin on my database in a different database table. In that case i dont...
February 9, 2015 at 6:03 am
Thanks for the reply,
Run DBCC CHECKDB in Emergency mode:
==============================
Msg 2533, Level 16, State 1, Line 1
Table error: page (1:1156536) allocated to object ID 2121058592, index ID 0, partition ID 72057594038845440,...
December 12, 2013 at 5:04 am
Hi Buddies,
I am facing the same problem even my database Auto_close option is False. When the application team running package, database going on suspect mode. rest of the time its...
December 12, 2013 at 1:43 am
mohammed moinudheen (5/5/2012)
MSQLDBA (5/5/2012)
Hi Friends,So can anyone suggest me how i can restrict users to access database.
Mirrored database as such is not accessible.
🙂 I know bro. I m talking...
May 6, 2012 at 4:42 am
Suresh B. (3/11/2012)
SELECT
DB_NAME() As DBNAME
, DB_ID() AS DBID
, SUM(size / 128) AS 'Total Size in MB'
, SUM(size /...
March 13, 2012 at 9:38 am
anthony.green (3/13/2012)
What edition of SQL is this on? Express? Std? Ent?
Its Ent edition.
March 13, 2012 at 9:14 am
PaulB-TheOneAndOnly (3/11/2012)
MSQLDBA (3/10/2012)
After this result i increase the size of the database file, upto 2GB.
Did you increase the datafile size or did you allow SQL Server to extend datafile up...
March 12, 2012 at 9:03 pm
Hi dskinner,
Please try the following,
1) Create one domain account on the Domain machine with administrative previllages for the login, if exist then good.
2) restart your mssql server machine and login...
March 10, 2012 at 12:31 am
bitbucket-25253 (2/11/2012)
http://www.sqlservercentral.com/Forums/Topic1250789-146-1.aspx
Now how about try this T-SQL and we can see if any of those indexes...
February 12, 2012 at 11:26 pm
Hi Gila,
But on server performance problem, how i can resolve that?
February 12, 2012 at 11:09 pm
GilaMonster (2/11/2012)
How big are the indexes? How many pages?Your rebuild won't affect heaps, that's why they don't change.
The Index size is >=502544KB, and
Pages are >=277 on each cluster and...
February 11, 2012 at 12:37 pm
I checked there is no problem with // slash and also i checked to run this command manually. Its working fine but when its running in schedule its genrate an...
June 16, 2011 at 4:10 am
Hi venkat,
Try it once please login on ur SQL server with SA login and go into the security folder in object explorer and check the logins, is there your...
June 16, 2011 at 4:00 am
Hi venkat,
Please login on ur SQL server with SA login and go into the security folder in object explorer and check the logins, is there your windows login or...
June 16, 2011 at 3:55 am
Viewing 15 posts - 1 through 15 (of 44 total)