Viewing 15 posts - 5,611 through 5,625 (of 9,253 total)
zetchi (5/1/2012)
is there anything special to do or to install before installing sp1 ?thank you
apart from the obvious, check you have backups before starting, no. Install the service pack and...
May 1, 2012 at 7:38 am
dixon_dwayne (4/30/2012)
May 1, 2012 at 6:53 am
check this link on the Microsoft website
May 1, 2012 at 6:43 am
derek.colley (5/1/2012)
May 1, 2012 at 6:31 am
Nice article, incidentally RAID 1+0 and 0+1 are not identical. As 0+1 is essentially 2 stripes the loss of 1 disk in each portion of the array is catastrophic. 1+0...
May 1, 2012 at 12:55 am
mohan.bndr (4/29/2012)
Hi,Can i know what are the prerequisites for Cluster Environment please....
Thanks,
Windows Server 2008 Enterprise or above.
Sufficient shared storage solution.
Identical node hardware
April 30, 2012 at 11:39 am
Hans Lindgren (4/30/2012)
should require a RESTORE LOG and not a RESTORE DATABASE.Anyone knows why this seems to work?
That's because the command that will run is a log restore, i ran...
April 30, 2012 at 11:29 am
Dev (4/29/2012)
It would be lot easier than Export / Import Data Task.
huh, how do you work that out, they both have the same end result, execute an SSIS package!!
April 29, 2012 at 7:09 am
wmlbill (4/26/2012)
--------------------------------------------------------------------------------
Hi all,
Some how the log file name on one of my databases changed from dbname_log.ldf to dbname_1.LDF Can anyone explain why this happened?...
April 27, 2012 at 4:52 am
use this
selectobject_name(i.object_id) as TableName
, ISNULL(i.name, 'HEAP') as IndexName
, i.index_id as IndexID
, i.type_desc as IndexType
, p.partition_number as PartitionNo
, p.rows as NumRows
, au.type_desc as InType
, au.total_pages as NumPages
, au.total_pages / 128 as...
April 27, 2012 at 4:43 am
mark.harby (4/27/2012)
Should really be using SMO for this sort of thing.IMHO
+1
April 27, 2012 at 2:07 am
Rohit, you need to join allocation_units on the correct columns, let me find my script and post it back shortly
April 27, 2012 at 12:38 am
My preference would be to invoke the SMO objects directly within C# to backup the database
April 27, 2012 at 12:29 am
Fraggle-805517 (4/25/2012)
rudy - Doctor "X" (4/25/2012)
How much RAM on the Windows side ?
How much RAM is allocated to SQL Server ?
Are you using any startup trace flags...
April 25, 2012 at 9:35 am
gregtm (4/25/2012)
It depends, if the replication technology sync's accounts...etc then Database. if not Server level.
accounts are not synced thats a manual process, so what it is you are trying to...
April 25, 2012 at 9:32 am
Viewing 15 posts - 5,611 through 5,625 (of 9,253 total)