Viewing 15 posts - 556 through 570 (of 1,365 total)
Do this using query analyzer, it will only change the datatype for the table for which you will run ALTER statement.
MJ
March 17, 2009 at 3:54 pm
Is your issue resolved by taking DAC connection?
MJ
March 17, 2009 at 3:21 pm
Try this from Lowell:
--##################################################################################################
--Purpose: Load All The existing .trc files on a given server to a tracetable so they can be queried.
--Created By Lowell SQLServerCentral.com
--##################################################################################################
-- declare variables
DECLARE
@rowid...
March 17, 2009 at 3:15 pm
What entry do you see in sys.servers for this server instance?
MJ
March 17, 2009 at 2:40 pm
Is this job making use of any word applications based objects?
If yes, then check-->http://kbalertz.com/257757/Considerations-Automation-Office.aspx else ignore.
MJ
March 16, 2009 at 5:26 pm
As suggested by John go thru this(http://support.microsoft.com/kb/904804) KB article and you will get your answer.
This error message indicates that the contiguous virtual memory is either insufficient or is too fragmented...
March 16, 2009 at 5:17 pm
Have you selected the option "Include Referential Integrity" under Right click Publication-->Articles-->Objects(Right hand side) ellipse button-- (bottom window)?
Select that option and u will get primary key replicated too.
HTH!
MJ
March 16, 2009 at 5:06 pm
March 16, 2009 at 4:45 pm
Do this at ur own risk:-
There IS a way though. You can put the SERVER into single-user mode, then connect with the DAC and you can then update the system...
March 10, 2009 at 1:38 pm
Thanks a lot for sharing the link.
MJ
March 10, 2009 at 12:55 pm
Start time is the same as tempdb database creation date. Stop time-->you can get that from sql error logs. To get this information in a table use the method mentioned...
March 10, 2009 at 9:21 am
How frequently indexes are getting rebuilt? Too many updates/inserts could be the reason for fragmentation too.
MJ
March 10, 2009 at 9:18 am
Check under event viewer logs and installation log files at C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files.
MJ
March 10, 2009 at 9:10 am
It seems to be used for internal use only.
http://msdn.microsoft.com/en-us/library/aa260585(SQL.80).aspx
srvstatus smallint For internal use only.
MJ
March 10, 2009 at 8:58 am
Viewing 15 posts - 556 through 570 (of 1,365 total)