Connect to SSAS 2012 tabular cube from Excel using C#
Hi,My aim is to have a dropdown list in an Excel report populated from a column in an SSAS tabular 2012 cube, say 'Year', then when the user selects a year a second dropdown list which is populated...
View ArticleMS-SQL 2012 Database Replication - Multiple Schemas /w Same Table Names
Hello,I'm working with a colleague on replicating a MS-SQL 2012 database over to another MS-SQL 2012 box. The issue we're running into is that the database has multiple schemas that re-use some table...
View ArticleMSSQLServer Event ID 26014 - Unable to load user-specified certificate
Hi First, I'm using Server 2012 R2 and SQL Server 2014I started reading this post because first, my SCCM console would not open. I found that both the SQL Server (MSSQLSERVER) and the SQL Server Agent...
View ArticleTrying to Create SQL Query using CASE
Here is my code select ID, Case When Order_date Between '2016-01-01 00:00:00.000' And '2016-01-31 00:00:00.000' Then 'January' Else ORDER_DATE End As [EXCH RATE] from Customer_orderbut when...
View ArticleSQL concurrent user capacity
Dear Spiceheads,Long time reader first time poster! So far, I have accumulated so much experience from the discussions in the community but now I personally need your help.(A little backstory so you...
View ArticleHow to Create Backup Process without using maintenance plan in Sql Server 2014
Hi,Am looking of scheduling a backup process in sql server 2014 without using maintenance plan wizard.
View ArticleSQL move questoin
We have an implementation of Microsoft AX. In which we are having some performance issues with our SQL server. It's current configuration has all internal storage. I am planning on moving the Data...
View Articlesql select query and virtual field
Dear all,I have a table with following field and I am trying to find a way to run a query that will have a virtual field with the data. I have no idea how to do this, I will be very grateful if someone...
View Articleconverting SQL server 2008r2 database to 2008
we currently have SQL server 2008 on our production system that's being used by third party software and to make a long story short, our system went down so we had the vendor of the third party...
View ArticleView SQL Database
So I have a really stupid question. I have an NPS server for WiFi and switch/router authentication. I set up accounting on an SQL server. I have no idea how to view that information. Is there database...
View ArticleI need a SQL query if anyone can help.
I am no SQL programmer by any stretch.I have two tables, one containing sales information data and the other containing quotes issued data.A quote is (read should be) linked to an opportunity.The...
View ArticleFine Tuning SQL Database
My company uses a "time and billing" application, which uses SQL for its database.We have found that the software is slow (sometimes at a sloth's pace). The software opens relatively quickly, but...
View ArticleAccumulate the same type of "Entry Type" in MS SQL
Hello All,I have a table called "Item Ledger Entry" table in Microsoft Navision 5.0 which backend connecting to MS SQl 2005. We need an Excel report to pull out each item (in Barcode level) for...
View ArticleSQL 2012 Mirroring Fail Between 2 VMs
Greetings all,We're upgrading our SAP installation and I've got a data analyst that would love to run queries and views directly on the production server. Not wanting to have him accidentally wipe...
View ArticleSQL Server SLOWness
SQL server 2012 vm; which has a PC that connects to it via an odbc connection (windows 7 Pro). This PC runs a check in/out program that calls to the database for results. Currently the program...
View ArticleDetermining what SQL reports exist on the Network
We don't have SQL admin and have had some turnover in the four years I've been at my company. We have a report writer who is creating reports from scratch for departments on a regular basis. I'm...
View ArticleSQL Question
GentlemenIf I have a table named users and the values are (date YYYYMMDD)User_idnamelast_nameQty Date2121 Eliseo Carbajal0 201202022121 Eliseo Carbajal 2 201203012121 Eliseo Carbajal 6 201303032121...
View ArticleRequire TLS 1.2 on Microsoft SQL Server
I'm attempting to restrict access to my MS SQL server to TLS 1.2 I have applied all of the patches here: https://support.microsoft.com/en-us/kb/3135244 And made the relevant registry changes. Using...
View Articletransaction vs full backups Question
recurrently I noticed that when taking transaction and full backup (sql 2012), the size are the same.for some reasons I thought the translocation backup should be smaller.can someone confirm...
View Article