Viewing 15 posts - 6,271 through 6,285 (of 9,253 total)
SAinCA (11/10/2011)
Cheers. Appreciate the detail you went to in the...
November 10, 2011 at 12:58 pm
k-335975 (11/10/2011)
I usually monitor Avg. Disk sec/Read and Avg. Disk sec/Write to check disk activity, without mount points adding this counters in perfmon is not an issue. But with mount...
November 10, 2011 at 12:21 pm
SAinCA (11/10/2011)
November 10, 2011 at 12:16 pm
rmechaber (11/10/2011)
They may be used for system files, database...
November 10, 2011 at 7:05 am
philip.nash (11/8/2011)
Thanks, for the information. I deleted and then recreated end points, login etc used the new login and associated it with new endpoints and it all worked successfully.
Once...
November 8, 2011 at 3:48 am
Peter Jin (11/7/2011)
Hi Perry,Is it possible to run the exercise on VMWare ESXi 4.0?
The process differs a little, but yes it is completely possible. I run mine on ESX ๐
November 7, 2011 at 6:14 pm
mfreeman 45141 (11/7/2011)
November 7, 2011 at 11:38 am
You can do this via SSIS or Jonathan Kehayias showed how to this directly through SMO. I'll see if i can find the link
November 7, 2011 at 10:51 am
they more than likely deleted a system database by mistake, as Gail says error messages please!
November 7, 2011 at 10:47 am
Windows 2003 or Windows 2008 cluster?
November 7, 2011 at 10:45 am
In a maintenance plan not sure don't use them myself. Via T-SQL, use the mirror capability in the backup database command like so
BACKUP DATABASE AdventureWorks
TO DISK = 's:\mybackups\somedatabase.bak'
MIRROR TO DISK...
November 7, 2011 at 10:31 am
Check the Windows services for a SQL Server Reporting Services service
November 7, 2011 at 10:30 am
This
declare @date datetime
set @date = '2011-11-08 21:30:00.000'
select CONVERT(VARCHAR(30), @date, 109)
Or this
declare @date datetime
set @date = '2011-11-08 21:30:00.000'
select CONVERT(VARCHAR(30), @date, 100)
November 7, 2011 at 10:29 am
alark (11/4/2011)
November 6, 2011 at 3:45 pm
Viewing 15 posts - 6,271 through 6,285 (of 9,253 total)