No announcements
-
1 VotesIn which Edition of SQL Server 2012 will database mirroring be available?
Given the change of licensing model in SQL Server 2012, what is the edition requirement for database mirroring? Will it be Standard as before? I know that mirroring is considered ...Answered | 4 Replies | 25858 Views | Created by Szymon Wojcik - Tuesday, March 20, 2012 9:07 AM | Last reply by Szymon Wojcik - Tuesday, March 20, 2012 11:25 PM -
0 VotesSQL Server 2012 FileTable locks when writing
Hi, I played and tested this a bit and i found one big disadvantage in the FileTable feature. While copying a file, you cannot execute any ...Unanswered | 3 Replies | 6486 Views | Created by Matan504 - Monday, February 27, 2012 1:25 PM | Last reply by Quantum John - Thursday, March 1, 2012 7:37 PM -
0 VotesBUG/COMPATIBILITY: Installing SQL Server 2012 beside SQL Server 2008 causes T-LOG backups to hang at end
During our testing of SQL Server 2012 RC0, we have noticed that when the product is installed beside SQL Server 2008, tlog backups will hang at the very end intermitently. The application ...Unanswered | 1 Replies | 5565 Views | Created by bitslasher1 - Wednesday, February 29, 2012 1:09 PM | Last reply by Erland Sommarskog - Wednesday, February 29, 2012 4:27 PM -
0 VotesColumn store Index mechanism:
Hi, I've created NonClustered Index (IDX_x) and COLUMNSTORE INDEX (idx_csi). Once I run SELECT query with NonClustered Index, the query takes 30 secs to execute ...Unanswered | 3 Replies | 5550 Views | Created by Santosh Umarani - Friday, February 17, 2012 4:58 AM | Last reply by Erland Sommarskog - Tuesday, February 21, 2012 9:29 PM -
0 VotesLooking for Information...Oracle CDC for SQL Server...
Hello, all. I've read several times that SQL Server 2012 will have a new technology for change data capture from a company called Attunity. This CDC technology will make it possible to ...Unanswered | 3 Replies | 10150 Views | Created by Roshall - Saturday, October 29, 2011 1:34 PM | Last reply by JasonHowell - Tuesday, February 21, 2012 6:49 PM -
0 VotesCONTAINS - RC0 2012
I am trying to use the new CONTAINS tool in sql2012 RC0. I set up the full text search. But when I run a query my results show only records with an exact match. Any ideas?Unanswered | 7 Replies | 5525 Views | Created by Shlomo35 - Monday, January 23, 2012 2:45 PM | Last reply by Shlomo35 - Sunday, February 19, 2012 11:27 AM -
0 VotesPurchase SQL
I have a new client who wishes to purchase SQL. It seems crazy to buy 2008 R2 when release of 2012 is just around the corner. Is there a fixed date for the release of 2012 yet, ...Proposed | 4 Replies | 5968 Views | Created by LynneJS - Monday, January 16, 2012 3:02 PM | Last reply by Phaneendra Babu Subnivis - Friday, February 17, 2012 4:42 AM -
0 VotesCreating/Writing files in a filetable:
Hi, From the link http://msdn.microsoft.com/en-us/library/gg492089%28v=sql.110%29.aspx its given that Creating Files and Directories in a FileTable and Writing and Updating ...Unanswered | 1 Replies | 5533 Views | Created by Santosh Umarani - Wednesday, January 18, 2012 9:35 AM | Last reply by Phaneendra Babu Subnivis - Wednesday, February 15, 2012 11:33 AM -
1 VotesCONTAINSTABLE in Full-text search:
Hi, I was looking CONTAINSTABLE in Full-text search. In the MSDN site (http://msdn.microsoft.com/en-us/library/ms189760%28v=sql.110%29.aspx) an example is ...Proposed | 1 Replies | 6398 Views | Created by Santosh Umarani - Friday, January 27, 2012 9:26 AM | Last reply by Samuel Lester - MSFT - Monday, February 13, 2012 11:16 PM -
0 VotesIs SQL Server 2012 RC0 Enterprise available?
Hi, I tried to upgrade from SQL Server 2008 /2008R2 Enterprise to SQL Server 2012 RC0 but failed, because there are only evaluation and express selectable when upgrading. According ...Answered | 2 Replies | 5655 Views | Created by JulianHe - Monday, February 13, 2012 8:05 AM | Last reply by JulianHe - Monday, February 13, 2012 8:33 AM -
0 VotesSearch Property Lists:
Hi, I wanted to know what is the usage of creating of Search Property Lists? (If I'm not wrong it will be used in full-text search/full-text ...Answered | 2 Replies | 5428 Views | Created by Santosh Umarani - Wednesday, January 25, 2012 8:03 AM | Last reply by Santosh Umarani - Tuesday, January 31, 2012 3:09 AM -
0 VotesRANK in FREETEXTTABLE and CONTAINSTABLE:
Hi, I executed the following queries: SELECT * FROM CONTAINSTABLE(DocumentStore_Test,name,'query') and SELECT * FROM ...Unanswered | 2 Replies | 6130 Views | Created by Santosh Umarani - Friday, January 27, 2012 12:00 PM | Last reply by Santosh Umarani - Tuesday, January 31, 2012 3:08 AM -
0 VotesSELECT for Full-Text search feature:
Hi, I'm able to create search property (System.Keywords) using 'ALTER'. Once I create search property, can anyone please let me know how can I use this feature?If I want to query ... -
0 VotesSecurity inconsistent with FileTable
1. Create an additional Windows account, I'll refer to this as Machine\User2. 2. Add Machine\User2 as a login to the instance. 3. Create a database, which I'll ...Unanswered | 1 Replies | 7525 Views | Created by Michael Hotek - Tuesday, November 15, 2011 7:02 AM | Last reply by Speedbird186 - Sunday, January 22, 2012 12:33 AM -
0 VotesTo aceess filetable in the C# application:
Hi, Once I created a filetable, how can I access the filetable in the C# application? Also, please let me know the benefits/advantages of having ...Unanswered | 2 Replies | 6671 Views | Created by Santosh Umarani - Friday, January 20, 2012 4:51 AM | Last reply by Santosh Umarani - Friday, January 20, 2012 10:41 AM -
0 VotesFETCH FIRST/NEXT N ROWS + UNION bug or feature?
Hello, I am running SQL Server 2012 RC0 (11.0.1750) LocalDB. I was testing the new paging feature of Denali and found 1 interesting problem. This simple query ...Answered | 4 Replies | 8746 Views | Created by Alexey Daryin - Wednesday, January 18, 2012 6:10 PM | Last reply by Alexey Daryin - Friday, January 20, 2012 6:05 AM -
0 VotesInserting files in File Tables:
Hi, Can anybody pls let me know if I can insert/copy files in File Tables through sql query in SQL server 2012? If its not possible, then what is the use of Insert ...Answered | 6 Replies | 6073 Views | Created by Santosh Umarani - Wednesday, January 18, 2012 8:56 AM | Last reply by Santosh Umarani - Thursday, January 19, 2012 4:27 AM -
0 VotesFilestream bug?
I am currently running on SQL Server 2012 RC0 (11.0.1750) What i did was to create the following database and FileTable table CREATE DATABASE ...Answered | 4 Replies | 6690 Views | Created by MortenDvinge - Friday, January 13, 2012 2:37 PM | Last reply by Erland Sommarskog - Wednesday, January 18, 2012 10:34 PM -
0 VotesExplore FileTable Directory is disabled:
Hi, I've created a filetable in SQL Server 2012. When I right click on the name of the file table in object explorer in SSMS, the option "Explore FileTable Directory" is ...Answered | 6 Replies | 13942 Views | Created by Santosh Umarani - Tuesday, January 17, 2012 8:21 AM | Last reply by Santosh Umarani - Wednesday, January 18, 2012 10:03 AM -
0 VotesFILESTREAM Directory path:
Hi, I was trying to enable Filetable in SQL 2012. I've to do as below to enable the file table. In the database property, I've given the FILESTREAM Directory Name ...Answered | 5 Replies | 12593 Views | Created by Santosh Umarani - Friday, January 13, 2012 8:36 AM | Last reply by Santosh Umarani - Wednesday, January 18, 2012 9:59 AM - Items 1 to 20 of 114 Next ›
No announcements
