Viewing 15 posts - 16 through 30 (of 98 total)
Have you checked to see if the named instance is listening on TCP/IP ? By default, I dont think SQL Express is "connectable" over the network if thats what you...
October 9, 2015 at 9:46 am
Haven't tried FILESTREAM with CSV's, although we do have CSV's implemented in our A/A cluster. I did have one issue at one time when there were some changes made to...
October 9, 2015 at 9:38 am
Try setting compatibility level to 110 and see if that helps.
June 10, 2015 at 8:43 am
Not sure if you're seeing any memory pressure. Here is my experience which I posted just a few days ago:
I also find that overall performance of SQL 2014...
June 10, 2015 at 8:05 am
Hey Jacob ! Thanks for the reply. My tests are very specific(but very involved as well). There are a few thousand use cases that I run through with a powershell...
June 3, 2015 at 12:39 pm
A more basic question : Do you have any baseline runs of the same process(CHECKDB) on SQL 2008 ? In general, it would not be a good idea(I think) to...
June 3, 2015 at 8:40 am
Check your SPN's. You may have lost an entry or two in AD. Here is more info : http://support.microsoft.com/kb/811889
January 28, 2015 at 8:28 am
Set the database recovery model to simple. It should at least reduce the logging.
January 16, 2015 at 12:13 pm
Update : I did burn a ticket with MS support for this. As usual, something as abstrtact as this got escalated, and it turns out that the escalation engineer also...
June 28, 2013 at 9:09 am
Same problem - no solution. I have servers where they do return data, and some on which they seem to be empty. I wish I could get a reply without...
June 11, 2013 at 1:07 pm
No one ? :w00t: Not even Sean ? Gila ? GSquared ?
December 20, 2012 at 8:58 am
I'm not as much of an expert as some of the other contributors on this forum are, w.r.t. interpreting execution plans, but I would say that your culprit is...
December 13, 2012 at 2:49 pm
and how does this get classified as a SQL Server administration question ...? :w00t:
December 13, 2012 at 1:15 pm
You do not have a primary key on the dbo.ED table. A foreign key can only be created to reference a primary/unique key in another table. As for datatype, varchar...
December 12, 2012 at 1:17 pm
If the purge was accompanied by a clustered index rebuild OR if the choice of keys in the clustered index is right, the table should resize after the purge. And...
December 12, 2012 at 1:08 pm
Viewing 15 posts - 16 through 30 (of 98 total)