SQL failover cluster with DMZ
I'm having a bit of a strange issue.I have a Windows 2012R2 failover cluster running SQL Server 2012 instanceWe have web application servers in a DMZ, and are using HOSTS file for pointing the servers...
View Articleneed help on a sql select statement return rows.
I have 2 millions rows and i want to do a select statement to return from 1000 to 2000.how would i write something like this?i tried this command but it didn't workselect * FROM [dbo].[LocalRollA]...
View ArticleSSRS Issues - Detail Rows
Hello,I'm new to SSRS and SQL Report Builder, so if my verbage isn't correct I'm sorry. We've successful gotten all the information and table joins that we're looking for into our report. The issue we...
View ArticleIgnores my new column-store index
I am using SQL Server 2014I had an existing table with lots of indexes. I added a non-clustered column-store index as a test. When I run test queries it ignores my new column-store index. I don’t know...
View ArticleBacking up SQL Database in the middle of the day
I am fairly new to SQL Database management and just want to check with the experts here to see if it is ok to back-up the database in the middle of the day. I plan to use the maintenance plan in SQL...
View ArticleADSI & SQL query
I was successfully able to connect to my Active Directory Database with SQL and view a list of computers, users etc.. what I would like to know is, is it possible to write to a table each time an...
View ArticleSql job won't work right!
I hope I can explain this right...We are running SQL Server 2008 R2... On this server we have a t-sql job that executes a script... This script essentially points to a php file that builds a report and...
View ArticleFinding a SQL Server Guru for One-Off Assignment
Hi There,One of our clients needs a fairly complicated SQL update routine applied to one of their databases. We think we have most of the parts assembled, but this really needs an expert. Any ideas...
View ArticleSQL Server 2005 SP4 update failure
I will start by saying I know very little about SQL. I am tasked with updating a server running SQL Server 2005 SP3 (x86) to 2012 or 2014. To do this I need to be on 2005 SP4.I downloaded and ran...
View ArticleSSRS Subscriptions Resend Reports
I have a Daily Invoice Report that has subscriptions for all customers and is run every night. The report has parameters of @date & @Customer. We had issues with invoices not being sent due to the...
View ArticleSSIS package will not run
I have set up an SSIS package using the SQL Server "Import & Export Data" wizard. The wizard works well when I run it, no problems. I save the package as a file ( a dtsx file ) and then run it...
View ArticleHow do I create a reset for my SQL CLR running total function?
I'm trying to create a SQL CLR function that performs a running total similar to what's explained here:http://www.pawlowski.cz/2010/09/sql-server-and-fastest-running-totals-using-clr/However, this...
View ArticleHaving a blank Full-Text Search Parameter...possible?
Just started playing around in SSRS (it is ugly but it works) and I need help. But this is a SQL issue so it should be easy for someone not just playing DBA on TV. I have a table and I want to have...
View ArticleINSERT or CREATE record in SQL Server database
I have this SQL Server table structure:MyTable(KEY, datafield1, datafield2...)And now I have to update an existing record / create a new one if it doesn't appear. What's the best way to do that?
View ArticleSQL Server 2008 Maintenance Plan failing
I have a SQL Maintenance Plan that does a full DB backup as well as a log backup. Both are failing with this error:Executing the query "BACKUP DATABASE [DB NAME] TO DISK = N'\\\\MJF..." failed with the...
View ArticleSQL Server 2008 R2 cpu 100%
Hey Folks,We recently upgraded one of our servers from SQL Server 2000 to SQL Server 2008 R2. We have a problem, when a certain query is run the CPU jumps to 100% and stays that way for 2-5 minutes....
View ArticleSQL Auto Growth Alerts
Stepping into the DBA role, I have been going through the databases and making some optimizations. On a few of them, I have found the auto growth to be set either too low or by percent and it growing...
View ArticleTempdb issue
While running the dbcc checkdb(database_name) with no_infomsgs its showing Tempdb is out off space if any know the issue kindly suggest me what to do .Thanks Ravii
View ArticleSQL Server Management Studio
Hi All,I am facing an issue here.There is a column which is not present in the table "ETraining".I was able to alter the table & add the required column.But I have to work on views.I am not able to...
View ArticleSQL 2012 Server Permissions
Hey Guys, I recently have taken in a SQL server in my new job setting. I'm not a SQL expert, but as part of my job I'm trying to clean up old accounts from a previous admin, and make things more...
View Article