Server Space
How can I create space on our server's C drive to clear out space used by windows update? Are there any command for cmd that I can use and execute it so I will have space on C drive?
View ArticleMore trouble with SSIS and AS400?
So, I finally got my last SSIS package working. Itmoves data from our AS400 into a database hosted elsewhere using linked servers. I was so happy that the projectwas over, but we have many more uses...
View ArticleSQL Data Cubes - Best Way to track down how data is being pulled
Haven't dug into it very much (out of a little fear) but we have several data cubes that were setup some time before I got into my current position. I want to be able to better understand what data and...
View Articlesql insert trigger - update duplicate row
I have to update a duplicate row. This is a new table so there'll be no duplicates but if someone tries to insert a duplicate I need to update the duplicate row with the new values instead of creating...
View ArticleHow to recover SQL server database from corrupt MDF file
Hi Everyone,My SQL server data file has corrupted and I do not have backup of the database. But as seems there is no problem in log file (ldf). Can anyone please help in recovering the data from...
View ArticleChange server name for SQL server?
We have a small McAfee EPO server running SQL express on it for it's database. We're needing to change the name on the server for reasons that doesn't pertain this question. Based off McAfee's...
View ArticleSQL Indexes, Fragmentation, and Locking
We recently moved from SQL 2008 Standard to SQL 2012 Standard when we did our ERP system upgrade (Epicor) over Thanksgiving. The database went from having a single schema (dbo) to about 4 different...
View ArticleODBC driver for Sql server
I use Access 2003 or Access 2013 client for comunication or store date to SQL server .How can I create ODBC driver form Access module dinamicaly and cool Storage procedure in Sql server ?Thank you
View ArticleSQL Update to SP2 (KB2958429) wreaks havoc upon the server
Server 2012R2, SQL 2012 SP1, KB2958429 will bring SQL up to SP2, Just wondering if anyone else has had issues updating SQL with this KB, the issue that I have experienced was, when running the update...
View ArticleCalculating Totals of SQL columns
I have the following query which is used in the process of creating our payroll reports. Our finance team has asked me to include totals by location on the report for the PayUnit and the Amount...
View ArticleKERBEROS and Service4U2Self
I just want to be sure before i start,and maybe someone had the similar problem like mine.I implemented KERBEROS double hop for IIS to SQL in a domain environment.To use KERBEROS in a non-domain...
View ArticleVirtualized SQL Development - One server or many?
I'm continuing to have a fundamental "discussion" with one of our IT managers and I'd like some input. Over the last year, we've moved to consolidate our physical MS SQL servers to a virtualized...
View ArticleDo not need Local DB, can't disable.
I am installing SQL Server 2012 using the file SQLEXPRWT_x64_ENUThe last five times I've done this on five other computers, it gave me the ability to uncheck the Local DB, as we just need the tools and...
View ArticleSQL Server merge replication without Enterprise? perhaps using third party?
Guys, We would like to replace our SQL Server third party Peer to Peer replication software, the company is not providing great support and I think is time to move on.I was looking at the out...
View ArticleNeed to pipe a variable into a SQL 2012 UPDATE query, or something similar
I wrote a simple update query (all fields arein the same table)to change certain specific field values based on a field called StockCode. What I need to do is run the query for each specific StockCode...
View ArticleTrying to get data from two multiple table?? Best way to turn 2 queries into 1
SQLSELECTDISTINCTJC07.MASTER_NUM--,JC07.JOB_NUM,DIMDATE.WeekDesc,SUM(CAST(JC11.SALE_PRICE1ASMONEY))ASSALE_PRICEFROMJC07JOINJC10ONJC10.JOB_NUMB=JC07.MASTER_NUMJOINREPORTING.DBO.dimDateASDIMDATEONDIMDATE...
View Articlesql check for duplicate and re-order
every time someone inserts or updates a value in a column, it needs to be checked for duplicates and if duplicates are found, the new value in col4 should take stay and the old values should be...
View ArticleSQL Server 2008 New Instance & Database
OK SQL ninjas I am in need of some help. How on earth do I create an additional SQL instance & database, without messing with my other databases? Working on adding GFI LanGuard to our AV server....
View ArticleSSMS to SSRS issue
Good morning,I always have issues with SSRS when I step away from it for a while! I guess that's the joy of being a jack of all trades, master of none :).Anyway, the following SQL runs fine in SSMS and...
View ArticleSQL query - looking up data from within the current table
Hi guys,Sorry if this is the wrong place for this - feel free to move it if I've done goofed.I'm just getting in to SQL & have gotten a bit stuck. Any help you guys could offer would be greatly...
View Article