Viewing 15 posts - 151 through 165 (of 534 total)
Thanks for all your help. I have moved system files around and never had this kind of problem.. I will uninstall my sharepoint instance and start again. ...
January 14, 2011 at 1:43 pm
from the CMD window, I issued:
SQLCMD - s Server\sharepoint
USE master
GO
ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'H:\MSSQL\Server\Sharepoint\TEMPDB')
GO
ALTER DATABASE tempdb MODIFY FILE (NAME = templog, FILENAME =...
January 14, 2011 at 1:14 pm
I am able to connect to the instance using SQLCMD and re-issue my commands.. and when I restart the instance.. it actually CREATES the new tempdb files in the new...
January 14, 2011 at 12:36 pm
Not really sure what to do at this point..
C:\Users\>sqlcmd -s Servername
HResult 0x2, Level 16, State 1
Named Pipes Provider: Could not open a connection to SQL Server [2].
Sqlcmd:...
January 14, 2011 at 11:39 am
I tried Gail's suggestion:
Start SQL from the command line with the flags -f -T3608
sqlservr.exe -f -T3608
That will start SQL in restricted mode, won't recover any databases. You'll be able...
January 14, 2011 at 10:48 am
Thanks Guys!!
I did start the instance using this command from the command prompt
E:\Microsoft SQL Server\MSSQL.3\MSSQL\Binn>sqlservr.exe -f -T3608 Servername
2011-01-14 11:42:41.55 Server A self-generated certificate was successfully
...
January 14, 2011 at 9:54 am
Thank you so much for the reply. what I ended up doing was
Select distinct path from ArticleSection
except
Select distinct path from Article
I found 3 rows that...
January 6, 2011 at 3:24 am
we are not going to 2008 because we have too many legacy apps that are not certified for 2008
December 21, 2010 at 7:48 am
Just a thought.. but we recently moved several DB Servers (SQL Server and DB2) to a new Hosting Company.
What I did was install 7Zip on each Server (source and...
December 14, 2010 at 2:07 pm
Thank you. I missed that in the drop-down.. and your link helped : )
November 29, 2010 at 12:21 pm
I beleive that their are already exact copies of all of the other Server in the mix.. DNS, Domain Controllers, etc.. The last peice is to get our...
October 14, 2010 at 9:11 am
2003 R2 Enterprise Edition (64bit)
October 14, 2010 at 8:00 am
Thank you!!!
Do you think I should only take the Cluster Group offline or should the the Disk Group and MSDTC group also be taken offline?
October 14, 2010 at 5:22 am
Same here.. very rusty : )
October 13, 2010 at 1:45 pm
Viewing 15 posts - 151 through 165 (of 534 total)