Viewing 15 posts - 1 through 15 (of 28 total)
Since rebuilding the indices, after a week the fragmentation of couple of indices is back to 85%-90%. Any suggestions on what i could do..?
May 1, 2017 at 4:50 pm
What is the cardinality of the RecordLocator column?
I ask because you're talking to...
April 26, 2017 at 4:53 pm
April 26, 2017 at 4:52 pm
April 25, 2017 at 2:34 pm
Below is the Deadlock graph I get:
<deadlock>
<victim-list>
<victimProcess id="process5564bc8"/>
</victim-list>
<process-list>
<process id="process5564bc8" taskpriority="0" logused="0" waitresource="KEY: 5:72057594038321152 (a6748733bdf1)" waittime="1208" ownerId="3225800362"...
April 25, 2017 at 1:27 pm
April 25, 2017 at 1:24 pm
oops! misunderstood the question, my bad. If deleting all the data from table and deleting the table is what required then truncate is the best option.
April 19, 2012 at 12:04 pm
As Deleting rows from tables in database would be logged onto transactional log if it's in full recovery mode, i've specified to change the recovery mode to simple. Once the...
April 19, 2012 at 11:32 am
use sp_msforeachtable, which loops through each table in the database and deletes data based on the condition. Also change the database to simple recovery mode before running the script.
April 19, 2012 at 10:29 am
@paul-2, Thanks for the reply
Yes, it is a recurrent process ocuuring every three months to move data older than 3 months to archive database on another server and...
April 19, 2012 at 9:35 am
EdVassie (8/30/2011)
August 30, 2011 at 2:54 pm
Perry Whittle (8/24/2011)
Dj463 (8/24/2011)
No the server is not a part of windows cluster.
so how do you plan to install a clustered instance of SQL Server if the server is not...
August 24, 2011 at 3:10 pm
Perry Whittle (8/22/2011)
Dj463 (8/22/2011)
I mean if standalone instance name is SQL123 and IP 10.1.2.12, Then can i install a clustered instance on...
August 24, 2011 at 2:44 pm
Lowell (8/22/2011)
Rename the existing SQL123 to, say SQL123CLUSTER
I think we connot rename a SQL instance.
August 22, 2011 at 12:45 pm
@perry: Can we do it within the same domain?
I mean if standalone instance name is SQL123 and IP 10.1.2.12, Then can i install a clustered instance on the...
August 22, 2011 at 9:36 am
Viewing 15 posts - 1 through 15 (of 28 total)