SQL DB Corruption
Hello Database Gurus!I am in a situation I'd hoped not to be in. I have database corruption. It doesn't seem to be noticeable by our users, but I need to fix it.And, as Murphy's law dictates, this has...
View ArticleVisual Studio - Reporting
If I want to create reports from an SQL server database in Visual Studio, do I need to know a programming language or can I just use the design interface (without having to manually code)?
View ArticleMoving SQL to new machine
I am helping a friend of mine migrate from a Small Business Server 2008 (std) to a few standalone vms. So far we have the AD stuff moved over to a new machine but we are left with the SQL database for...
View ArticleImporting Excel 2010 data to SQL 2014
I've got an Excel spreadsheet with about 250,000 rows, I want to import it into SQL but, by default SQL 2014 doesn't allow importing of Excel 2010 files.I've used this guide...
View ArticleImporting IBM DB2 database studio to sql server 2014
Hello All,I tried getting some help on this but wasn't receiving anymore replies. I got as far as setting up an OLED source to OLED db2 destination. I'm having some trouble getting the two to...
View ArticleSQL Server
If I install an application on a computer that has SQL server on it, the computer name will show up when I run an ODBC command on another computer that is on the same network. How can I make sure that...
View ArticleSync 1 Way or 2 Way SQL database.
Hi, I am looking for a solution to create a fail-over server for our SQL database in another server or remote server on VPN. Actually I am just trying to keep things ready in case if one server goes...
View ArticleSQL query sum minute from 2 ore more date-timestamp
Hello,I am not an expert in creating query's so I first would like to document myself, what is the best way to implement this query, what will return the output in minutes for every user divided by...
View ArticleSUM () function Microsoft SQL Server 2014
I have three separate tables with different entries. My end goal is to add two of those tables together and subtract the third table from the sum of the first two. So let me get to my question....
View ArticleLog Shipping to SQL Clustering
Hey Folks,I currently have 2 physical machines for my SQL environment:Primary: Windows 2008 R2 and SQL 2008 R2 (with Service Pack 3) **Production*. machine has 40gb physical memory. Secondary: Windows...
View ArticleCan SQL data be formatted with data separated by groups?
I have a table of data that contains CustomerIDs and addresses. Each CustomerID can potentially have multiple addresses associated with it. What I am trying to do is create an SQL Query that would show...
View ArticleVisual Studio 2010 and SQL Server
I wanted to create SSRS (SQL Server Reporting Services) reports using Visual Studio 2010. I installed Visual Studio and it looks like it also installed SQL Server 2008?Can I create SQL Server tables...
View ArticleSQL backup directory changing
Hello!Almost 2 months ago we built a new server for the purpose of hosting a 3rd party application that uses MSSQL Server 2008 R2We did a database restore to move the db from our old server to the new...
View ArticleMS Sql Server - Allow BULK INSERTs, but do not allow them to bypass Triggers
We are using a piece of unsupported, academically developed, complied software to basically do some very specific ETL functions. It has a very specific glitch that can easily be handled by an insert...
View ArticleQuery to count based on the value before
Hello,I am in the middle of an MSSQL query where I want to carry out based on a condition for a person (HR_ID) how many errors made. I attached the current data what I can list out at the moment, based...
View ArticleSQL Server Permisisons where sysadmin role required
HiThere is an application we use in house that uses Microsoft Access ADP with a SQL 2008 R2 backend. I've recently come across a problem when using Access 2010. I reported it to Microsoft Support, even...
View ArticleSQL Server Hight page reads
Hello ! I use site24x24.com to manage my network and i get an error message about high page reads on my SQL server (2008 R2 SP3). This page read is over 100 per secondes some times then go back under 1...
View ArticleSQL Query - Store Workstation Statistics
Greetings,I was curious if it were possible to create a database in SQL, and have a job run say every evening to collect information such as Disk size, or Uptime?My question is, can SQL run a task that...
View ArticleI need a little help from my friends...with MS SQL Management Studio connection
Hi All,After much research and experimentation I have created a linked Server from Microsoft SQL Management Studio to a copy of the Spiceworks (SQLite) database file.How did I do this?Installed...
View ArticleCreating Reports - Visual Studio 2010 and SQL Server 2008
How do I create SSRS reports in Visual Studio 2010 with data in SQL Server 2008? When I open a new project in VS 2010, I do not see this option. Thanks.
View Article