Setup a linked server from SQL 64-bit to 32-bit ODBC database
I'm looking for a solution to create a linked server from my SQL 2008R2 Server running on Windows 2008R2 server to my 32-bit Pervasive database running on a Windows 2008R2 server. I created a ODBC...
View ArticleSQL Server Query
I have this SQLselect Cuenta, Nombre_Cuenta, sum(Monto) from(select a.cod_cta as Cuenta, b.nom_cta as Nombre_Cuenta, case when a.cod_moneda='2' then floor(sum(imp_mov_mo)) else...
View ArticleSQL Maintenance Best Practice
Hello All,I am a newbie to some IT functions for SQL. My background is in programming but my employer has extended my responsibilities to include IT functions which I have little experience with.So I...
View ArticleCreating template Excel (ODBC) reports for clients
I would like to create some template reports in Excel for our clients who will be using the same database as us, but obviously a different server.These templates will be packaged with our...
View ArticleSql Server is sometimes not reachable
Site A:There is an a SQL Server 2012 r2- Proliant ML350p G8- Processor Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz, - Installed Physical Memory (RAM) 64,0 GB8 Virtual processors4 socketsUsers on site B...
View ArticleLive backup SQL Server
Greetings to well of knowledge...We had a catastrophic failure of our SQL Server box. If anything could have gone wrong, it did. We're slowly trying to rebuild our current environment, but I'm trying...
View ArticleSubquery returned more than 1 value. This is not permitted... Help please!
Can anyone tell me how to fix this query? The error I'm receiving is:"Msg 512, Level 16, State 1, Line 1Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <,...
View ArticleGoogle Cloud GCE - SQL Server - SSD?
I am setting up a MS SQL server on the Google Compute Engine.This SQL server is the backend to a client/server application that we use internally.SSD is an option for the boot disk, but is more...
View ArticleOLAP cub file
I get an OLAP cub file from a vendor with sales info in it, what I want to do is access it via my SQL server as a linked server. According to the vendor it is an export from MS SQL Server Analysis...
View ArticleHow to change the database location in SQL Server?
I want to change default database location?Can anybody explain me how to change the default SQL Server database location via SQL Server Management Studio or Transact-SQL
View ArticleError while impoting to the registry
Hello there,I am trying to import the registry of SQL server. I have the exported SQL 2008 r2 server’s registry. But while exporting the reg file the keys to the path,...
View ArticleSQL Reporting question
Hi All,I'm trying to modify an existing report in SSRS and I do not have the RDL from the original project, but I think I've found the part of the report that colour codes certain cells. Downloaded it...
View ArticleDATEADD convert minutes to time
Hi,I have a SQL table that has following fields & data..ID NAME START1 User1 6312 User2 7263 User3 5514 User4 908My query looks like this:Select Top...
View ArticleInstall 32-bit SQL Native 10.0 ODBC driver on Server 2012 r2 for DSN
My google fu must be compltely broken or I am missing something.Server is running 2012r2. I need to install the driver for SQL Native 10.0 in the ODBC Data Source Admin (32 bit) so I can add a system...
View ArticleCan't See SQL Instance On Network
This seems like another "duh" question for a seasoned IT Pro...but I have a SQL Express Server that I am trying to backup remotely with backup software we own and I not only can't see it with the...
View ArticleSQL connection help
Have a SQL server reporting service that communicates and pulls data from clients. Everything works fine except for one particular site/client won't connect properly seems like the traffic is just...
View ArticleCorrect way to failover a Windows Failover Cluster SQL availability group
Hi All,I just started working with failover clusters\Availability groups and would like to know to correct way to fail over "cluster groups", "Available Storage" and "Services & Applications" and...
View ArticleGet alert when specific rows in a table in a SQL database does not update
Hello all. Looking to set up email alert when a specific SQL table that contains certain equip status connections (up to 99) does not update within 5mins. The table has hundreds of rows that update...
View ArticlePrecautions when copying MS SQL Server VM to new storage?
I am getting ready to copy a SQL server that is comprised of three volumes. A root VHD a data VHD containing SQL DB's and it is attached to an iSCSI volume for the log files. The environment is...
View ArticleSQL Reporting Services 2014 Connection Issues
I recently installed SQL Server 2014 on Windows 2012 R2. I have configured the Reporting Server through the configuration manager. Running in native mode.I can view the Report Manager interface from...
View Article