Viewing 15 posts - 316 through 330 (of 333 total)
Agree with Jen.
I heard that in Oracle Instance=Database
But in SQL it is Instance = SQL Server
http://www.windowsitpro.com/SQLServer/Article/ArticleID/8686/8686.html
"Microsoft didn't build in a hard limit for the maximum number of named instances...
February 10, 2006 at 6:45 am
I am not clear with problem description. Job is working but files are not getting copied/restore?
1. Go to Loshipping Monitor, Click on the pair and Check Copy/Restore history. Is it...
February 10, 2006 at 6:38 am
How did you check that NON clustered is not rebuilt?
February 1, 2006 at 3:24 am
I agree with Chris.
Here are the steps in recovery:
1. Analysis
2. Roll forward commited transaction
3. Rollback uncommited transaction.
Now, if there was a transaction which was running for long time and SQL...
February 1, 2006 at 3:15 am
Below are the steps which you can follow.
1. Stop SQL Server
2. Start SQL Server from Command prompt using below syntax
sqlservr.exe -c -m -T3607
One it is done, open query analyzer and...
January 25, 2006 at 4:56 am
What do you mean by "it is full"
where did you see message? Please provide exact message from SQL Error Log
January 24, 2006 at 6:28 am
You will see the error if SQLAgent started when exchange server was down. The reason is as follows:
SQL Server Agent validates the mail profile with Exchange Server when it starts....
January 23, 2006 at 11:46 am
For database orphan users, do below steps
1. Try adding Login on the server.
2. sp_change_users_login procedure to fix mismatch between login and User
3. Now either use or drop the user.
January 23, 2006 at 11:33 am
Are you able to get any results from any catalogs?
Did you try sample script as in http://support.microsoft.com/?id=295772
Please run and let us know the results.
January 23, 2006 at 11:29 am
Is there any specific reason that why you can't go with workaround?
Equivalent of Integrity check is DBCC CHECKDB
Equivalent of Optimization job is DBCC DBREINDEX
January 23, 2006 at 11:26 am
Refer Books on Line:
MSDN Link
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/instsql/in_overview_2xtf.asp
If the path is not given, please follow detach/attach.
January 23, 2006 at 11:15 am
Could you please post the query? Also check collation of SQL Server.
November 30, 2005 at 1:30 pm
Not sure that you seen KB article
http://support.microsoft.com/?id=811891
PRB: SQL Server Only Uses Two GB of Memory Even Though the AWE Option is Enabled
November 20, 2005 at 2:46 am
Viewing 15 posts - 316 through 330 (of 333 total)