Viewing 15 posts - 46 through 60 (of 79 total)
I believe that for monitoring SQL server remotely there is no requirement of Administrative privileges. I don’t think that an outside vendor will not restart the sql server(if he has...
June 23, 2005 at 1:04 am
use dbcc traceon (1807) with the T-sql for restore.
Using this you can restore the bkp directly from standalone server without moving any files.
Wrm Rgds
Binu John
June 16, 2005 at 12:53 am
Then what is the advantage of having Table variable compared to temporary table??
June 15, 2005 at 10:53 pm
but under what circumstances that will create in memory???
June 15, 2005 at 5:20 am
Dear Remi,
But can you clear the things for me.
I read this on 'Sql server 2000 for Experienced DBAs' writern by Brian Knight.
June 14, 2005 at 10:06 pm
Hi,
But this time I have made the data file size as I mb and run the query
set nocount on
declare @tmptable table
(
login char(50),
hstname char(50)
)
--select * from @tmptable
declare @i int
set @i=1
while...
June 14, 2005 at 6:35 am
Sorry Friends,
I got the T-sql from BOL,and added a new file without restarting server.
ALTER DATABASE Test
ADD FILE
(
NAME = Test1dat1,
FILENAME = 'C:\Program Files\Microsoft SQL Server\MSSQL\data\test_Data1.ndf',
SIZE =...
June 13, 2005 at 5:30 am
I have also a similar environment, RMS(remote management services).But we do with some third part tool that is Hp open view and defined some matrices like you mentioned and that...
June 9, 2005 at 1:12 am
Hi,
Hope you are using System Dsn.
1.At the client system, select System Dsn and click on add button.
2.Select driver as Sql server.
3.Name the Dsn and select the server.
4.if the server not...
June 7, 2005 at 11:46 pm
What is the recovery model? If it is Full recovery I think by restarting the sql service that will work.Or restore from last backups.
Regds
Binu John
June 7, 2005 at 11:20 pm
Urgent help needed...
I want to know T-Sql statement that how to update a login with password and enable 'always prompt for login name and password ' option in the...
June 5, 2005 at 11:53 pm
Use EM.
A.To shrink Log file
1.Right click database.goto All Tasks.Goto shrink database
2.Select box shrink files.And click on files button.
3.In the database file select the log file.
4.In the shrink action select shrink...
June 3, 2005 at 6:19 am
1.Shrink log file to required size.
2.Restrict log file growth.
Regds
Binu John
June 3, 2005 at 3:36 am
Dear Milner,
Thanks for your help,and also want to find is there any sigle step/command to tackle this kind of situation?
Rgds
Binu
June 3, 2005 at 3:29 am
Viewing 15 posts - 46 through 60 (of 79 total)