Viewing 15 posts - 1 through 15 (of 74 total)
I have now performed the same test on a x86 SQL Server build using the 32 bit drivers and I have not been able to repeat it.
I will assume ms...
November 21, 2011 at 7:20 pm
Even with service pack installed get the same behavior.
Does anyone have any suggestions/ideas. Looks like going to x64 is not a good idea
November 20, 2011 at 10:18 pm
Just discovered that a service pack exists.
http://support.microsoft.com/kb/2460011
Not sure if this will resolve my issues only one way to find out. 🙂
November 20, 2011 at 9:37 pm
Also D is a local to the server.
I have also killed of the thread using process manager however this causes the SQL Server and the openrowset works again.
November 20, 2011 at 5:18 pm
You could try this
GO
/****** Object: StoredProcedure [dbo].[DBA_checkForBlocks] Script Date: 07/13/2010 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER proc [dbo].[DBA_checkForBlocks] @wait_threshold as int,
@emailto as varchar(500)
AS
--Last updated 22/07/2008...
July 12, 2010 at 7:07 pm
Hi this is a awesome backup report
Made a couple of changes to so it did not return blank results and databases that do not require backups. ie tempdb
--Create a table...
February 1, 2010 at 10:16 pm
We are also running sql Safe. PRocess could not backup as well.
February 15, 2008 at 6:53 pm
Yes all databases are enabled to auto grow.
July 31, 2007 at 9:02 am
we encountered the same error on sql server 2005 x64 sp2. Error log grew to 12gb.
Service was restarted
July 30, 2007 at 12:24 am
we encountered the same error on sql server 2005 x64 sp2. Error log grew to 12gb.
Service was restarted
July 30, 2007 at 12:24 am
You can run the following in the master db
select count(*) from master.dbo.sysprocesses
or can use sp_who or sp_who2 for more detail other than a count.
Hope this helps
January 21, 2007 at 8:54 pm
I did this by using udf's to work out the start and end date of the month.
The link below explains how you can do this
http://www.sql-server-helper.com/functions/get-last-day-of-month.aspx
Hope this helps.
November 13, 2006 at 9:00 pm
Unfortunatley without the previous log or log files you will not be able to recover this particular log file.
October 31, 2006 at 10:32 pm
You can also try Books on Line
moving system databases
http://msdn2.microsoft.com/en-us/library/ms345408.aspx
moving user databases
http://msdn2.microsoft.com/en-us/library/ms345483.aspx
September 21, 2006 at 12:01 am
xp_smtp_sendmail can be found at
http://www.sqldev.net/xp/xpsmtp.htm
I have found this program also very useful.
http://www.dimac.net/default2.asp?M=Products/MenuCOM.asp&P=Products/w3JMail/start.htm
September 5, 2006 at 5:50 pm
Viewing 15 posts - 1 through 15 (of 74 total)