Denali was the code name for the next version of Microsoft SQL Server which will be named: SQL Server 2012 when it is released. Keep in mind that this product is still in beta and should not be used in production environments until officially released.
11
votes
1answer
123 views
Allowing a stored procedure to select from a system table using a certificate in SQL Server 2012
I'm currently having issues relating to permissions when attempting to run a stored procedure that tries to select from a system table. Basically I'm trying to work around the deprecation of the ...
7
votes
3answers
2k views
Column-based query accelerator in SQL Server 2012
I have been researching, SQL Server 2012 (aka Denali) and Microsoft has a pre-release available. The pre-release is located here with some information on key features. As I have downloaded the ...
4
votes
1answer
340 views
What new features are available in SQL Server Reporting Services Denali?
All I've heard is Project Crescent but that's aimed for end users and ad-hoc reporting (and is web based on Silverlight). Are there any new or updated report controls or features planned for report ...
3
votes
2answers
109 views
SQL close close Gaps in data over time.
I have a table of play data that I'm using for a prototype. I'm generating the data while I'm at work, but when I leave and my machine goes to sleep, the data generation stops. This has cause large ...
3
votes
1answer
85 views
Future of “Logical Records” in SQL Merge Replication
I am building a new application which will be using SQL Merge Replication over very poor networks. It appears that the "Logical Records" feature would help significantly in coping with these network ...
2
votes
1answer
41 views
RC0 Denali - Adding BI Time Intelligence - Error: a time dimension is required in order to add time intelligence
Currently, working with Denali RC0 and unable to add BI Time Intelligence to the cube. I have checked the types of the hierachy (type years) and dimension (type time) and created the Time Dimension ...
2
votes
2answers
110 views
Azure Copy data from 1 db to another using SSIS
I have 2 azure sql db and I've created SSIS job to transfer some data from 1 db to another.
The db has millions of records
The SSIS is hosted on premise and if I execute the package on my pc,
will ...
2
votes
2answers
100 views
SQL Server: How can I copy data from one table to another table without the characters 'e+' being added to the results
I am copying data from a table created by an Excel spreadsheet import.
Here is what I am doing to move the data from the import table to the actual table:
INSERT INTO TableName ([Column1], ...
2
votes
1answer
94 views
What is the mathematical way of calculating PERCENT_RANK() ,CUME_DIST() ,PERCENTILE_CONT() and PERCENTILE_DISC()
I am trying to figure out how these newly introduced function in SQL Server Denali CTP 3 is working but didnot understood properly.
There are ofcourse some articles on this but it has not been ...
2
votes
1answer
452 views
Data lineage in SQL Server Denali
I see a lot of mentioning of the new feature "Data lineage and Impact Analysis" in SQL Server codename Denali, nevertheless all my attempts to make this feature work seem to result in failures. Did ...
2
votes
4answers
264 views
Is “Denali” a next verion of SQL Server?
While tracking a site I came to know that Microsoft has launched a new server for SQL LINK
My queries:
Is "Denali" is SQL SERVER 2011 ? I mean is it a stand alone server or just a feature addition ...
1
vote
1answer
22 views
How to access FileTables from Entity Framework?
SQL Server 2012 "Denali" introduced new nice feature FileTables!
I plan to use EF 4.3 Code First.
How to create poco class for FileTable table?
How to access FileTables from Entity Framework except
...
1
vote
2answers
59 views
Can SQL Server Express LocalDB be connected to remotely?
I am looking into using the new SQL Server Express LocalDB (I think it is code named "Denali") for a desktop application.
It is currently running with SQL Compact, but the user is wanting to share ...
1
vote
1answer
55 views
SSAS -> MDX -> How to create a query that returns a topcount by a date period i.e. week?
I have received a recent request to create a query that returns the top 100 customers by revenue per week. I can obviously and easily return the top 100 customers as a whole but when I add in the ...
1
vote
1answer
328 views
Deploy SQL Server 2012 db project via command line (SQL Server Data Tools CTP4)
I have a SQL Server Database Project targeting a SQL Server 2012 RC0 database. The project was created in Visual Studio 2010 + SQL Server Data Tools CTP4. The project type is different than the ...
1
vote
5answers
145 views
Select into statement where source is other database
How to copy data from one DB into another DB with the same table structure and keep the key identities?
I use Sql Server 2012 "Denali" and I want to copy some data from a Sql Server 2008 DB. The ...
1
vote
1answer
259 views
What is VertiPaq and how it works
I am learning the Column Store index (Denali CTP3 feature) and got to know that it uses VertiPaq architecture for data compression. I got interested to know as what it is , how it works, it's ...
1
vote
1answer
111 views
What is the practical use of FIRST_VALUE and LAST_VALUE of SQL Server 2012 (Code name: Denali) CTP 3
With Denali's CTP 3 release , we have more analytical functions out of which I am interested in two:
a) First_Value
b) Last_Value
I understood that FIRST_VALUE returns first value based on partition ...
1
vote
1answer
425 views
JTDS driver not working for Sql Sever 2008R2 and Denali Native SSPI library not loaded. Check the java.library.path system property
I am trying to connect Sql Server Data Base using windows authentication from my application using JTDS driver but i got following error
SSO Failed: Native SSPI library not
loaded. Check the ...
1
vote
2answers
169 views
What is the real benefit of contained database (Sql 2012 Denali CTP1)
In Sql 2012 (Code Name: Denali), they have introduce the Contained Database. What is the real purpose of this? What drawback of previous version it has fixed for which it is in place?
1
vote
1answer
196 views
What is the true need of sequence in Sql Server 2012?
In SQL Server 2012 (Denali), we have a new feature Sequence. Consider the below program
/****** Create Sequence Object ******/
CREATE SEQUENCE GenerateSequence
START WITH 1
INCREMENT BY 1;
/****** ...
0
votes
1answer
5 views
SSAS -> How do you hide an attribute that is used in a hierarchy? (without using perspectives)
I have some attributes that I am using to build hierarchies....(go figure).....after these attributes have been included in the hierarchy due to the change that I have made in their key columns they ...
0
votes
1answer
15 views
Cube is already deployed, need to update friendly names in DSV, how to push those updates into the cube?
So, as the title reads I need to update the friendly names of attributes and measures in the datasourceview (DSV). I have done so which is fairly straightforward. The problem I am now running into ...
0
votes
1answer
33 views
Visual Studio 2010 Database Browswer won't connect to SQL Server consistantly
I've looked at the other sort of similar questions here and none seem to have a usable answer for me. I am perplexed at the error message I am getting - its a database - it's supposed to allow ...
0
votes
1answer
75 views
UTF-8 Support, SQL Server 2012 and the UTF8String UDT
Researching the pro's and con's of SQL Server's VARCHAR vs. NVARCHAR for my particular application, I came to the realization that it would be ideal if SQL Server supported UTF8 natively. Several SO ...
0
votes
2answers
49 views
SSAS -> KPI Creation -> How to create a kpi that compares the rank of a customer on one day compared to the previous day?
I have been working on creating a kpi that compares the rank of a customer on a specific date compared to the previous day. In turn you would be able to see if that customer has went up in rank or ...
0
votes
1answer
38 views
SSAS -> AdventureWorks Example -> Using the browser to splice a measure by week, shows results that have two of the same week records?
This may be a stupid question.....I have been working on a cube and noticed that when I am browsing measures in my cube by weeks, I am getting an unexpected result, but first let me display my current ...
0
votes
1answer
38 views
SSAS -> Cube Browsing/Querying -> Dimension with three relationships to another dimension, trouble retrieving data
I have a fact [Orders], and a customer dimension [Customers]. There are three relationships between these two, as the fact Orders can have three types of customers. : shipper, consignee, billto. So, ...
0
votes
1answer
40 views
SSAS -> Cube Deployment -> Unable to deploy cube without processing each dimension individually?
Ok, this is kind of an odd question and I am rather new to SSAS. I have noticed that when creating my cubes if I create my cube via the cube wizard and then instantly go and attempt to deploy my cube ...
0
votes
1answer
19 views
How to let the user enter the value into the query 'Visual Studio 2012' & 'SQL server'
I 'm new At visual studio and i want to let the user enter a value into the query
i.e search for an employee I'll use
Select * From Employee Where ID = (i want the user to enter the value here)
...
0
votes
1answer
72 views
RC0 Denali - Cube Browser - Drag levels or measures here to add to the query… - Where are the, “Drop Filter Fields here”?
Currently, working with RC0 Denali, having some issues I am attempting to review data in the cube browser and I am using the adventureworks tutorial as my guide. Everything so far has been pretty cut ...
0
votes
0answers
63 views
Fulltext search with a multi-language database column
I have a table with a column, which stores a text. But that column is multi-language.
For each text, language is defined by another column.
My question is how to use fulltext search for that column?
...
0
votes
0answers
67 views
Designing SSAS cubes with thousands of measures
We want to consolidate many databases so people can analyze across many measures. In effect, this means that we will end up with number of measures in the 1000s - like 5000 to 8000 DIFFERENT measures. ...
0
votes
0answers
44 views
How to get SEARCH PROPERTY LIST of a full text index in a table in SQL server 2012
I was playing with SQL Server 2012 RC0. I want to create a program that has a drop down list of all file tables, and when the user select a file table, the property list asscoated with the fulltext ...
0
votes
0answers
132 views
SQL Server 2012 Installation Error [closed]
I been trying to install SQL Server 2012 on Windows 7 SP1 32 bit.
Logged in as Administrator and launched setup.
Everything installs fine but SQL Server DB Services fails with following error ...
0
votes
2answers
65 views
Sql constraint method returns a false value
I have a problem with a constraint method in sql.
This is my table
CREATE TABLE [relations].[CompoundKey_Contacts](
[compoundId] [varchar](32) NOT NULL,
[companyId] [varchar](32) NULL,
...
0
votes
1answer
238 views
Restore failed for server xxxx/SQLExpress
I am using this code to restore a SQL Server database
Server databaseServer = new Server(new ServerConnection(CvVariables.SQL_SERVER_NAME));
string databasePath = ...
0
votes
0answers
33 views
How do I disable a full-Text Search on a column in sql server ''denali"?
I need to be able to set up relations to a table that has Full-Tech search. I get the error that says:
Unable to modify table. Column: freeTextRank is not full-text searchable.
I read on ...
0
votes
0answers
37 views
Azure federations support on other sql server versions
Does anybody know if Microsoft have plans to support azure like federations in other sql server editions? It would be great to have it, at least in web edition.
Thanks.
0
votes
1answer
35 views
Cannot generate records using Choose(Denali) and Recursive CTE
I want to generate some records in a recursive CTE using the new choose function
;With Cte As
(
Select
Id=1
To = Cast ('India' as varchar(10))
Union All
Select
...
0
votes
0answers
141 views
How do I create a new Data Quality Services project on Denali?
After having a couple of issues getting DQS installed, it appears to be installed, and I can now run the client up; however, after I've chosen to connect to '(LOCAL)', which brings back the dashboard ...
0
votes
1answer
155 views
How can I render a report from SSRS 2010 web service in WPF?
I have a connection to SSRS 2010 web service in my application and I can load the whole hierarchy of report folders and report items contained in my server without a problem. I generated the SSRS 2010 ...
0
votes
2answers
72 views
what rules does SQL Server use to determine which column/columns will the phantom clustered index be created on? [closed]
The Definitive Guide to Scaling out SQL Server 2005:
if you create a nonclustered index and don’t already have a clustered
index, SQL Server creates a “phantom” clustered index because
...
0
votes
1answer
56 views
Information about PARSE and TRY_PARSE function in Denali CTP 3
I know that among the various functions introduced in Denali CTP 3, there are two
as PARESE and TRY_PARSE. But I have not seen any information about those... Could anyone please let me know about ...
0
votes
1answer
349 views
SQL Server PerfMon Counter Details
I am working on SQL Server 2008R2 and 2012 Denali Monitoring Project in this I want to find out all PerfMon counters and its details I mean which perfmon counter used for what purpose.
I did try on ...
0
votes
2answers
587 views
SQL server 2012 `denali`, new report control
What new report controls were added in SQL server 2012?
0
votes
1answer
309 views
How to add Custom component in Denali's (Sql Server 2012) toolbox?
For the first time ever, I have created a custom Data flow component that will simply convert any string in UpperCase. I was very excited to find my custom component working but has been disappointed ...
0
votes
1answer
89 views
What is SSISDB in Denali
In Sql Denali, so far the SSIS is concern we have something as SSISDB.It is a rather new stuff. I searched in the net to get good info on the same but no proper luck. could anyone please explain me in ...
0
votes
1answer
113 views
Real time application/benefit of Denali's With Result Set
What are the real time uses of the Denali's With Result Set so far Sql Stored Procs are concern apart from renaming the column names and data types at runtime.
Even what is the benefit of changing ...
-1
votes
1answer
131 views
How I can setup my custom short cut in SQL Server Denali
I love the custom shortcuts/code snippets in SQL Server 2008 in which we can select custom code snippets like Select * from table and I use them a lot.
SQL Server 2011 (code named Denali) doesn't ...