Viewing 15 posts - 6,286 through 6,300 (of 9,253 total)
how are you loading the data?
as GSquared has already pointed out you must set identity_insert on within the same session
November 6, 2011 at 3:41 pm
in fact, don't start SQL Server in single user mode by modifying the startup parameters, stop the service and then use the command prompt to start your instance in single...
November 6, 2011 at 3:37 pm
to find the Windows process id for an instance of SQL Server you can also use SQL Server configuration manager 😎
November 6, 2011 at 3:34 pm
Minaz Amin (11/5/2011)
November 6, 2011 at 3:29 pm
Everything Ok up to here
Steve-443559 (11/1/2011)
3. Failover the Mirror so that the PHysical Server is the Principal (because the physical server is beefier)
Just install the database onto the physical...
November 1, 2011 at 9:24 am
Don Bricker - Illinois (11/1/2011)
November 1, 2011 at 8:22 am
the .NET framework is required for SSMS to be available!!
November 1, 2011 at 6:10 am
no, clusters are essentially mutli master
November 1, 2011 at 6:07 am
Seems good to me, although
derekr 43208 (11/1/2011)
6. Add the Node to the possible owners list for all Services and Apps
The sql server installation routine takes care of this for you,...
November 1, 2011 at 3:46 am
you can't, the transaction log is used to recover the database during a restart!
October 31, 2011 at 10:52 am
jeanpaulva (10/31/2011)
I wanted to turn off the logging of database.How can i achieve that?
.log?
is this an IIS issue?
You dont turn off logging to the SQL Server database. It sounds to...
October 31, 2011 at 10:20 am
rcaers (10/31/2011)
I get the same error. Don't know what went wrong (it worked just fine), but when I now open SSMS I get the same error. Do you have a...
October 31, 2011 at 10:14 am
take your point but dont agree.
we'll agree to disagree on this one 😉
October 31, 2011 at 10:00 am
EdA ROC (10/31/2011)
We do have RAID servers as a further safe guard.
safeguard against what?
Presumably you mean you have RAID drive configurations not servers?
RAID is used for redundancy and performance,...
October 31, 2011 at 9:52 am
Viewing 15 posts - 6,286 through 6,300 (of 9,253 total)