Viewing 15 posts - 5,686 through 5,700 (of 9,253 total)
charipg (4/17/2012)
Then we reinstalled C++ libraries , 2005 SP1 version....
April 17, 2012 at 6:58 am
balasach82 (4/17/2012)
😀 Perry,you are right. its 1024Mb, not 1000mb
😉
April 17, 2012 at 6:57 am
When configured correctly it works well. Can you supply more detail on the set up you have, mutli path, etc?
For an idea of getting things setup see my popular guide...
April 17, 2012 at 6:56 am
Junior DBA.M (4/17/2012)
I would like to set up a daily job that backs up the database and transfers a copy of the backup on to a disk on a different...
April 17, 2012 at 4:33 am
opc.three (4/16/2012)
April 16, 2012 at 4:56 pm
winston Smith (4/16/2012)
Just remoted in and gave this a try and it worked! I spent 3 hours looking at this before leaving it for...
April 16, 2012 at 4:26 pm
winston Smith (4/16/2012)
I then ran setspn -d MSSQLSvc/server.domain domain\serviceAccount to remove the MSSqlServer SPN.
I then ran...
April 16, 2012 at 3:58 pm
Firstly, check my guide at this[/url] link for information on creating and using mount points in a cluster.
So, the steps required are as follows;
1/ deploy new windows server using exactly...
April 16, 2012 at 3:35 pm
balasach82 (4/16/2012)
Perry,Size for all the new files would be set to 1000 (mb)
Why 1000MB, 1GB = 1024MB?
April 16, 2012 at 3:06 pm
balasach82 (4/16/2012)
.................ALTER DATABASE tempdb
ADD FILE (NAME = tempdev2, SIZE = 200, FILENAME = 'D:\\...\tempdb2.mdf');
GO
.................
......................one LDF file
Do...
April 16, 2012 at 7:17 am
Perry Whittle (4/15/2012)
You said you restored the database back to the same server as the original and didn't have to re create any logins???
April 16, 2012 at 6:57 am
Cool, no problem.
Like I said though, in my experience i'm dealing with an instance of SQL Server where i am not only adding files but also reconfiguring the primary file,...
April 16, 2012 at 5:00 am
Are the objects in a separate schema, i.e. not dbo?
April 16, 2012 at 4:17 am
balasach82 (4/15/2012)
I had settled for Gail's view that SQL restart is not required after tempdb division. Perry recommends a restart for the algorithm (for which the tempdb is being divided)...
April 16, 2012 at 12:32 am
jim.hamer (4/15/2012)
Perry, I ranexec sp_change_users_login 'report'
but it returned nothing.
Are you sure you set the correct database focus for the query window, you didn't run it in...
April 15, 2012 at 11:55 pm
Viewing 15 posts - 5,686 through 5,700 (of 9,253 total)