Guys I have a really weird thing going on in mvc3. Am using C# as the programming language and using SQL Server 2008 R2 as server and am using Linq-to-SQL.
I have a SQL 2008 R2 database with some tables on it having some of those开发者_C百科 tables a Full-Text Index defined. I\'d like to know how to determine the size of the index of a specific table, in
Is there a limit on the number of indexes a 开发者_StackOverflowdatabase table can have in SQL Server?
This merge script i\'m writing isn\'t compiling and I believe I have the correct syntax. MERGE into MyTable ct_current
We have a number of Views, Stor开发者_C百科ed Procs, Table Values and Scalar functions. How can we see how often or even how many times these have been called from within SQL Server?
I have created a full-text catalog and I use full text index on some of the columns in a table. The problem is, if I try to change the language for word breaker in the properties of my full text cata
I have a problem retrieving items from a fairly large list. I can quickly and easily retrieve items from a small list with more or less 50 items, but when I try to retrieve items from a list containin
I\'ve just upgraded SQL Server 2008 R2 Express Edition to the SQL Server 2008 R2 Standard edition. The setup tool has performed the upgrade without any problems.
Are FILESTREAM datatypes stored in the .mdf file? Can they be stored anywhere e开发者_开发知识库lse like a separate directory?
This issue was resolved with SQL Server 2008 R2 Cumulative Update 5 / SP1 / SQL Server 2012 RTM On occassion when I try to build a Reporting Services project as part of either deploying or previewi