Viewing 15 posts - 106 through 120 (of 1,154 total)
When TempDB runs out of space, SQL Server forces the version stores to shrink. So increase space for the tenpDB.
--
SQLBuddy
March 31, 2014 at 8:50 am
codenamesql (3/29/2014)
A little background blathering:
I understand that different versions (an even different sp's) may be installed on the same machine but I am concerned that I may be...
March 31, 2014 at 8:40 am
lisafox.it (3/28/2014)
"Cannot connect to SQL_VIRTUAL
Additional Information
Cannot generate SSPI context (Microsoft SQL Server)"
And do you use...
March 28, 2014 at 2:09 pm
For loading millions of records, it's better to use SSIS. You'll have good performance benefits.
Linked servers are good for less amount of data.
--
SQLBuddy
March 28, 2014 at 12:00 pm
March 28, 2014 at 9:02 am
You need to check for errors before this ..
[Access Database [53]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
Could you post those errors before...
March 28, 2014 at 8:47 am
Ratheesh.K.Nair (3/28/2014)
Every midnight 1 row is getting deleted from a particular table. Is there anyway to trace how it happens?
I have checked whether any job is running at that...
March 28, 2014 at 8:38 am
Grant Fritchey (3/28/2014)
Unless it's just a huge transaction. In which case, you either have to find a way to reduce the size of the transaction, or you have to have...
March 28, 2014 at 8:35 am
tony28 (3/27/2014)
I found according to this http://windowsitpro.com/windows-server-2012/troubleshooting-windows-server-2012-failover-clusters
in attachment is log
Unfortunately, nothing much logged in this log too ..
--
SQLBuddy
March 28, 2014 at 8:13 am
Admingod (3/27/2014)
March 27, 2014 at 11:52 pm
What error do you get when you try to connect to the Virtual Instance ? And do you use static port for the SQL instance or dynamic ports ?
--
SQLBuddy
March 27, 2014 at 5:53 pm
Locking is a natural DB phenomenon. You should be worried more about blocking. Provide more details ..
--
SQLBuddy
March 27, 2014 at 5:44 pm
david.gugg (3/27/2014)
March 27, 2014 at 5:36 pm
tony28 (3/27/2014)
Log Name: Microsoft-Windows-FailoverClustering/Operational
Source: Microsoft-Windows-FailoverClustering
Date: ...
March 27, 2014 at 5:04 pm
tony28 (3/27/2014)
do you think that is good this setting from your experience ? Auto restart SQL Server if it stops...
March 27, 2014 at 5:03 pm
Viewing 15 posts - 106 through 120 (of 1,154 total)