Viewing 15 posts - 46 through 60 (of 1,538 total)
is this about replication or clustering? can you elaborate more?
September 16, 2011 at 1:20 am
you may want to split the text on comma and then removing single quotes.
see here how to write split function.
September 16, 2011 at 1:18 am
do you mean to say when you restore database, sp, triggers etc is restored as well along with data?
if thats what you mean then yes. a db copy of the...
September 15, 2011 at 11:47 am
Differential backups are independent of other differential backups and depend on the previous full backup.
September 15, 2011 at 7:21 am
Since log truncation is waiting on replication, either u create and drop the replication (as suggested by Gail earlier) or you keep on running sp_repldone at intervals. Log backups will...
September 15, 2011 at 5:28 am
PhilipC (9/15/2011)
Turned out he wanted multiple sql instances installed in the same resource group. I didn't think this was even possible. Am I missing something here,...
September 15, 2011 at 5:25 am
madhuu1905 (9/15/2011)
Actually my requirement is we have 10 instances in QA in same domain, if we create login on one instance then it should be created on other 9...
September 15, 2011 at 4:53 am
forsqlserver (9/15/2011)
September 15, 2011 at 4:42 am
The link posted above contains an extremely useful set of scripts suitable for regular maintainance.
However, since you are trying to learn things, you should write your own scripts and...
September 15, 2011 at 4:39 am
SQL SERVER NOOB (9/14/2011)
I can't open the db because it's in standby mode.
You should be able to open and check your database. That's why we have the standby...
September 14, 2011 at 2:11 pm
Can you specify V1 in more detail. What are you referring to by specifying V1 as Network name?
September 14, 2011 at 6:31 am
If V1 and V2 are physical nodes which form the cluster, whenever you install a sql server, it'll have to be identified by it's own name (virtual server or resource...
September 14, 2011 at 6:24 am
DSmith11 (9/14/2011)
V1\InstanceName1V1\InstanceName2
rather than
V1\InstanceName1
V2\InstanceName2
in the above example, V1 and V2 will be the resource name (or the instance name or the virtual server name).
For named instance, it'll be V1\V1 and V2\V2
and...
September 14, 2011 at 6:05 am
Here is the clustering whitepaper.
http://www.microsoft.com/download/en/details.aspx?id=19736
In a cluster, when you install a sql server instance, you put all resources (db engine, sql server agent, disks, IP etc) in a resource group....
September 14, 2011 at 5:42 am
DSmith11 (9/14/2011)
September 14, 2011 at 4:58 am
Viewing 15 posts - 46 through 60 (of 1,538 total)