Viewing 15 posts - 241 through 255 (of 816 total)
are you sure this is your cluster machine?
The error from SQL seems like saying the machine is not the cluster aware.
In start-Run-- cluadmin, are you able to see...
May 24, 2011 at 3:57 am
tick the checkbox which say save username and pwd
May 24, 2011 at 3:45 am
you should have configured distributor and publisher on the same server.
May 24, 2011 at 3:42 am
I agree with above comments. I am using OLA script since long and recently he upgraded the script with additional features.
Use the script, it will make your life more...
May 24, 2011 at 3:24 am
your id or the group in which your id belongs, doesnt have the permission to modify or copy the file in c drive. Ask windows team for this permission if...
May 24, 2011 at 3:20 am
no problem....keep us posted how you proceed(if u would like to)
April 11, 2011 at 8:48 am
this link should help :-
http://www.sqlservercentral.com/Forums/Topic688810-146-1.aspx?Highlight=master+database+corrupt
April 11, 2011 at 5:51 am
Database Mirroring Transport is disabled in the endpoint configuration.
Starting up database 'master'.
WARNING: did not see...
April 11, 2011 at 5:44 am
have a backup of your registry and start the installation.
Also if you can then try to reboot first before installing SQL, it should release the lock on registry if...
April 11, 2011 at 5:02 am
1) Check application log, probably you will see the reason of failure there
2) Do you remember the location of system database files(mdf and ldf)? Check if the files are available...
April 11, 2011 at 4:58 am
you can go ahead with your installation as I have sql on win7 in my local machine.
It might ask you for .Net Framework 3.5 which can be downloaded and...
April 7, 2011 at 4:15 am
i guess varbinary(max) introduced in 2005 onwards and thats what I see the problem here for existing records when you doing update.
I think while update you need to convert...
April 6, 2011 at 10:59 pm
Growth of file is not depend on the version or edition you are using for sql server(thats what I think, and there are many expert here who can correct me...
April 6, 2011 at 10:54 pm
INNERJOIN sys.dm_exec_connections ec
should be INNER JOIN sys.dm_exec_connections ec
CROSSAPPLY sys.dm_exec_sql_text(ec.most_recent_sql_handle) st
should be CROSS...
April 6, 2011 at 4:13 am
because I beleive the table and its stats are out dated.
What does the index fregmentation reports for the perticular index of the table?
April 6, 2011 at 3:55 am
Viewing 15 posts - 241 through 255 (of 816 total)