<a href="https://www.urbanpro.com/bangalore/amit-patil/5608652?_r=widgets|UrbanProBadge|Proud to be a Teacher|336x132|818882"><img src="https://www.urbanpro.com/images/new-ui/Proud to be a Teacher@336x132.png"></a>
How to Kill process. (When one Process Locked by anotherr Process)
Posted by
Unknown
at
05:01
How To KILL Process in SQL Sever.
In organization Application Team, M.I.S Team,
Development Team (Transactions, such as ASP.NET & JAVA dependent tool) send
bulk of SQL
statements to process the request.
After the job execution, the process ID stays in the server
and waits for next command with sleeping status. Since this process does not go
away, next job adds another process and eventually, the server is overloaded
with these processes and dies.
Follow the below steps:
Login to SQL server & connect to Particular Instance as
shown below: Connect (Click on) <server Name> server
Go
to “Management “option-à expand à click on activity monitor
Restore bckup from 2012 to 2008,2008R2.
Posted by
Unknown
at
21:49
Can I restore database backup taken from 64-bit server to 32-bit server and vice-versa?
Absolutely, You can do it as backups are just a file. Just like any other files (JPG, docs, etc) you can use them in 32 bit and 64 bit application server without any issue. The issue related to the platform should only arise with the application (like SQL Server, Office etc.).
Can I restore a SQL Server 2012 database to earlier versions like 2008 or 2005? Or How to Downgrade my Database to earlier versions?
No, you can only move forward. This means, you can restore the database from 2005 or 2008 to 2012 version but can not do it in reverse order. The next most popular question is if we can’t restore a SQL Server 2012 database to earlier version what is the next best option?
Yes, we can Do it by Exporting the data to particular database on server.
Absolutely, You can do it as backups are just a file. Just like any other files (JPG, docs, etc) you can use them in 32 bit and 64 bit application server without any issue. The issue related to the platform should only arise with the application (like SQL Server, Office etc.).
Can I restore a SQL Server 2012 database to earlier versions like 2008 or 2005? Or How to Downgrade my Database to earlier versions?
No, you can only move forward. This means, you can restore the database from 2005 or 2008 to 2012 version but can not do it in reverse order. The next most popular question is if we can’t restore a SQL Server 2012 database to earlier version what is the next best option?
Yes, we can Do it by Exporting the data to particular database on server.
How to bring MSSQL server online.
Posted by
Unknown
at
21:26
SQL 2008
R2: HRESULT: 0×80071736 SQL Server could not be brought online
Connect
to SQL server (2005, 2008, 2008R2) Instance
Check In to particular server, check for properties.
Select cluster
(Domain Instance), give all permission.
1.
Make sure that you know the name of the cluster and the name
that the clustered service or application will have.
2.
On a domain controller, click Start, click Administrative
Tools, and then click Active Directory Users and
Computers. If the User Account Control dialog box appears, confirm that the
action it displays is what you want, and then click Continue.
3.
In the console tree, right-click Computers or the default container in which
computer accounts are created in your domain. Computers are located in Active
Directory Users and Computers/domain node/Computers.
4.
Click New and then click Computer.
5.
Type the name that you will use for the clustered service or
application, and then click OK.
6.
On the View menu, make sure that Advanced
Features is
selected.
When Advanced
Features is
selected, you can see the Security tab in the properties of accounts
(objects) in Active Directory Users and
Computers.
7.
Right-click the computer account you just created, and then
click Properties.
8.
On the Security tab, click Add.
9.
Click Object Types and make sure that Computers is selected, and then click OK.
Then, under Enter the object name to select,
type the cluster name account, and then click OK. If a message
appears, saying that you are about to add a disabled object, click OK.
10.
Make sure that the cluster name account is selected, and then,
next to Full Control,
select the Allow check box.
Please find the
below Screen shots.
Subscribe to:
Posts (Atom)