how can I update a sql table based upon data in a different sql table
I am running SQL Server 2008. I am looking for a way to update data in one table from another table. I have a Material table which has many columns in it. I want to match to a second table using the...
View ArticleMonitoring and alerting tool?
Hi all. I'm wondering if anyone can help recommend a tool for me.I'm hoping to find a utility that can monitor SQL Server jobs. We have several important overnight processes here. If one of them...
View ArticleSQL Server 2014 db's in recovery pending. T logs gone. test environment
We have a SQL Server 2014 running in a clustered environment active/passive failover with a VSAN drive for the database and transaction logs. While converting the SAN L drive to a HA via Starwind...
View ArticleSystem date change causes inconsistency?
Hi there!First of all I wish everyone a Merry Christmas and a great new year!Now I would like to have some feedback from you, we have a client which has one software with a MS SQL 2008 database on it....
View ArticleReoccurring large amount of Full Table Scans. How do I resolve this?
Hey DBA's,I'm seeing a large, reoccurring amount of Full Table Scans. Software is an EMR Package. I don't manage the SQL/Query side of things, but I do manage the Server/Infrastructure.Here are the...
View ArticleSQL AlwaysOn Client to Listener
We have setup 2 SQL 2012 Servers utilizing AlwaysOn. We've setup the Listener on port 5025 however when we point the client to 5025 they don't connect.They only connect when they directly connect to...
View ArticleSSRS why?
I've got three different reports, housing the same kind of information. Same expressions. One is working properly and the other two aren't.The following is the code that works( and by works, I mean...
View ArticleSumming a a field by Date and Day
How would I add up my "labor hours" column by day so that I can pull a total from it measure for an overtime column?Here is my...
View ArticleSQL noob seeks help
I have some cells in an SQL table that contain UserID's that are seperated by semicolons. I need to search for any records that have a given UserID in a column. What command would i give to search...
View ArticleSQL maintenance tasks and backup scheduling
We are deploying a 2 node active/passive SQL 2014 Server for an MIS system and Dynamics GP. Our heavy usage will be from 8 AM to 6 PM with minimum usage between 6 PM and 11 PM. From 11 PM to 6 AM there...
View ArticleJoining two week to date created tables.
I am trying to join two week to date fields created so that I can get an accurate reading of feet per hour by dividing Laborhours by Throughput. I have tried several ways to bring either table into the...
View ArticleSQL Grouping? When I try to SUM certain fields the number blows up?
SQLIamtryingtogroupandSUMcolumnsinthissqlquerybutwhenIdomycolumnnumbersseemtomultiplybyseveralfactors.Whatcouldbecausingthis?SQLDECLARE@Weekstable(weeknumberint,mindateidint,maxdateidint,dateformattedd...
View ArticleRemote Control Via Team Viewer on a Google Compute VM Instace
I am running a Windows Server VM Instace on Google Compute Services... I can access the instace via the "Windows Remote Desktop" no problem... I could install Team Viewer on the instance...Because of...
View ArticleAre there any limitations drawbacks to activating SQL 2012 Trial to Std. Core?
I always wait for licenses to get in, but with the holidays and limited install time, I want to get a head start on a new install, and was wondering if there are any issues with activating a Trial of...
View ArticleHow to Migrate to a new SQL Server
What I am trying to do is Move my current SQL server to a new server. The Current one is SQL server 2008 R2 and the new one will be SQL Server 2012. The reason why I am moving this server is because I...
View ArticleSQL server Windows application log flooded
I have a friend who's SQL server is presently being flooded with event id 24 and 43 messages. I've replaced his hostname for privacy.Error 24's description: FileWriter: usp_CheckFileRow call failed....
View ArticleSQL Version Help
Customer's server crashed and is being rebuilt. We are moving a program to a temp workstation to run the application for a few weeks until the customer gets the server back up. Here is the server info...
View ArticleINSERT INTO? This should work
I am messing around with some things in a test database and came across something I would like to do. In the future I will have to update some information in a table with new dates and budget info....
View ArticleMoving SQL Express DB and new OBDC connection
Hi all,I'm trying to move a SQL Server Express database from a server (ASERVER) to a workstation (MYWORKSTATION).This database is used from a software installed on a second server (BSERVER) with a...
View ArticleHow to Link an SQL Server To Another Sql ServerGuys I need your help on this,
Guys I need your help on this,Am having a PC with an Sql server 2008 installed on let me call this PC-A, And Also a Server Running Sql 2008 in Our Server Room PC-B. Now is there a means by which i can...
View Article