Viewing 15 posts - 1 through 15 (of 18 total)
anthony.green (1/28/2013)
Base price on NL without...
January 28, 2013 at 11:47 am
Hi, I'm running the same problem in a SQL Server 2008 Box.
I believe that is a performance / index fragmentation issue, because this database is around 11 TB....
June 28, 2011 at 11:08 am
Stop the running server.
2. Open a Command Prompt and go to the SQL Server directory.
3. Type:
sqlservr -m -T4022 -T3659 -q"new collation"
Example: sqlservr -m -T4022 -T3659 -q"latin1_general_ci_ai"
I don't know How,...
November 17, 2010 at 6:19 am
It worked, but I got the message:
Msg 6841, Level 16, State 1, Line 7
FOR XML could not serialize the data for node 'processing-instruction(definition)' because it contains a character (0x0000) which...
June 15, 2010 at 11:29 am
This script saved my head: tks a lot
start /wait <DVD Drive>\setup.exe /qn INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=<NewStrongPassword> SQLCOLLATION=<NewSystemCollation>
December 5, 2009 at 7:41 pm
I Have this issue running SQL Server 2008 and this message was in the log:
"Login failed for user '%'. Reason: Token-based server access validation failed with an infrastructure error....
July 14, 2009 at 8:38 am
I Have this issue running SQL Server 2008 and this message was in the log:
"Login failed for user 'CENTRAL\operacao'. Reason: Token-based server access validation failed with an infrastructure error....
July 14, 2009 at 8:22 am
I had this trouble about 1 mounth ago and fixed exactly as you said...
I spent more than 13 hours to figure out what was happening...
I'm sure that you...
July 14, 2009 at 7:12 am
Hi,
1)The fill factor is already set to 90.
2)The growth predicted has reached months ago…
I´m think that there are something related to duplicated data, however SAP has about 50K...
February 18, 2009 at 2:35 pm
Hi Jones, transaction log backups are done every 5 minutes, sometimes they have 1,5GB, usually they have 300MB. The log files are limited to 50 GB and believe this...
February 17, 2009 at 6:04 am
noeld (2/9/2009)
Looks like someone ran the script to move tempdb from drives and never rebooted the service, which is required!
I did the first SYSALTFILES select posted after a...
February 10, 2009 at 1:34 pm
nilmov (1/20/2009)
use this code and check if orphan records goes offalter database tempdb
REMOVE file locigal_file_name
Hi Nilmov...
Sorry to take so long to anwser...
It worked perfctly!!!
Thank...
February 9, 2009 at 1:03 pm
Please run this command and post the result, I think I have the same problem here...
select * from sysfiles
select * from sys.sysaltfiles where [dbid] = 'your db id'
Regards
Edu
January 20, 2009 at 6:35 am
Perhaps you have transactions open in the secondary database that are blocking the restore from going?
Make sense, but no body can connect to this database, and this occur when...
November 7, 2008 at 10:45 am
Viewing 15 posts - 1 through 15 (of 18 total)