Viewing 15 posts - 676 through 690 (of 757 total)
ALZDBA (11/1/2011)
Did you notice your first query has a "distinct" keyword ?Guess what that does.
Noticed that - Thanks
Even without the distinct, the result is the same
Noticed that the SalesOrderDetailID column...
November 2, 2011 at 12:39 am
Is there nothing in the report file?
November 1, 2011 at 8:56 am
You have to restore a full backup from the primary to the standby server and then all subsequent logs. The database needs to be restore with No recovery/Standby so that...
November 1, 2011 at 8:54 am
Thanks
Does it matter if the Node we evicted and now adding again was the primary Node of the original cluster?
Thanks
Derek
November 1, 2011 at 3:49 am
Elliott Whitlow (10/31/2011)
November 1, 2011 at 12:03 am
Perry Whittle (10/31/2011)
November 1, 2011 at 12:01 am
What is your environment?
Standalone, Clustered etc....
October 31, 2011 at 8:12 am
Hi Perry
If not going for the best practice of reinstalling the clustered applications
Do you think the following could work?
1. Present Shared storage to Node
2. Add Node in failover cluster management
3....
October 31, 2011 at 7:06 am
Then use this
truncate table table_name
or
delete from table_name
October 28, 2011 at 5:04 am
Delete from table_name
Truncate table table_name
Are you trying to remove all the rows from a certain table without deleting the actual table??
October 28, 2011 at 4:59 am
steveb. (10/28/2011)
The stats is a percentage showing...
October 28, 2011 at 4:20 am
Ninja's_RGR'us (10/26/2011)
crookj (10/25/2011)
WOTD - ubiquitouslySPOOK.
Unbeknownst :hehe:
October 27, 2011 at 4:32 am
Viewing 15 posts - 676 through 690 (of 757 total)