Viewing 15 posts - 4,021 through 4,035 (of 9,253 total)
New persopn (7/18/2013)
Here we have to setup cluster environment for one of my client.
Here we are having the 500gb hard disk and 8 instances.
in that 4 applications are running.
can...
July 19, 2013 at 5:48 am
I prefer this
selectOBJECT_NAME(o.OBJECT_ID)AS TableName
, ISNULL(i.name, 'HEAP')AS IndexName
, i.index_idAS IndexID
, i.[type]AS IndexType
, i.is_disabledAS IsDisabled
, FILEGROUP_NAME(i.data_space_id)AS FGName
, p.partition_numberAS PartitionNo
, p.[rows]AS [RowCnt]
, p.data_compression_descAS CompressionType
, au.type_descAS AllocType
, au.total_pages / 128AS...
July 19, 2013 at 5:45 am
Mohammed Imran Ali (7/16/2013)
July 17, 2013 at 2:06 am
Is the table partitioned across multiple filegroups, is this file in its own filegroup?
July 16, 2013 at 10:18 am
Au contrair mon pere
All the dev and ore systems I have worked with are built to the same exacting specification.
July 16, 2013 at 9:31 am
As I said though if you partition the drives in accordance with best practices then compression is not available!
July 16, 2013 at 7:38 am
ariely.ronen (7/16/2013)
Yes you can "Shrink SQL Database During Restore" using workaround 🙂 and with out "provide enough disk space (=size of the...
July 16, 2013 at 4:34 am
This link details rolling upgrades on sql server 2008.
July 16, 2013 at 4:21 am
$w@t (7/16/2013)
i need to get reports based on given values..if i enter today's date i need to get all data till today..reports can be requested any time
Up to today or...
July 16, 2013 at 3:53 am
Add the domain user to instA and use impersonation.
Do you have your SPNs set up correctly otherwise windows authentication will still fail?
July 16, 2013 at 12:36 am
Viewing 15 posts - 4,021 through 4,035 (of 9,253 total)