Viewing 15 posts - 4,006 through 4,020 (of 9,244 total)
the install media has install locations for x64, x86 and itanium.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 29, 2013 at 4:34 am
sql-lover (7/25/2013)
I want to shrink an existing LUN that holds tempdb and I want to do it on the fly, without taking the SQL failover instance down.
Not going to possible,...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 26, 2013 at 6:43 am
balasaukri (7/25/2013)
We were trying to expand SAN disk size more than 2 TB as part our requirment. But it failed due to the limitation, NTFS can support maximum of 2...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 26, 2013 at 6:30 am
please provide full schedule details of any scheduled backups that occur so that a restore path may be suggested
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 26, 2013 at 6:18 am
Elliott Whitlow (7/25/2013)[hrI generally suggest you add ALL SQL instance to all nodes.
I wouldn't advise this, in fact the SQL Server installation documentation directs you to install the clustered...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 26, 2013 at 1:53 am
Steveyam90 (7/25/2013)
Otherwise you are stuck 🙂
not necessarily, see my solution above.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 25, 2013 at 12:04 pm
shrinking is not as easy as extending a volume, from what i have read it seems that you want to convert to using mounted volumes is that correct?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 25, 2013 at 2:39 am
unless the backup was created as a self extracting archive its not going to be possible without
Depending on the version of...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 7:11 am
kapil_kk (7/19/2013)
Thanks Perry... I was unaware about this TUF file fact...
Books Online is very clear on this, it must not be manually deleted other wise the database will need to...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 5:57 am
saqlainkhan (7/16/2013)
They want you to break mirroring while they move the storage?
YES
What are they moving, just the mirror instances storage or the principal too?
THEY ARE MOVING JUST...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 5:51 am
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 5:45 am
HanShi (7/18/2013)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 5:39 am
ramyours2003 (7/18/2013)
.TUF -transaction undo file
If you have your logshipped database in standby mode and you delete the .TUF file you'll need to re establish the log shipping plan.
In short don't...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 19, 2013 at 5:29 am
Viewing 15 posts - 4,006 through 4,020 (of 9,244 total)