SQL Disk Dependency problem on SQL 2008 cluster including errors
Hi All,I have a SQL 2008 cluster running with 2 nodes, and what I have recently noticed is that a snapshot creation code has been failing. I checked the cluster dependency property on the SQL...
View ArticleIntel(R) Xeon(R) CPU E5645 is comaptible with SQL Server 2005 .....?
Hi All,I am getting an error message as showing below when I am trying to install SQL Server 2005 on my Dell R710 Intel(R) Xeon(R) CPU E5645. Is the processor supporting SQL 2005..?ErrorThe SQL Server...
View ArticleQuery in the maintenance plan tables does not reflect reality
Hi all, I am using SQL Server 2005 Enterprise Edition.I want to get information about my maintenance plan using T-SQL but the results I get does not show the real maintenance plans state.Here is my...
View Articleautomate sql scripts
HiHow can i auotmate the SQL Server scripts and route this output to mail.Select @@versionRegardsMrvsMRVSFLY
View ArticleQuestion regarding SQL Server, Disks and Partitioning....
Folks, I have a few basic questions regarding the benefits of partitioning on the same drive. I've ready articles that say there is a benefit, and I've ready articles that say there isn't a benefit....
View ArticleHow does the software know the database is suspect or unavailable?
Hello,We know it is unavoidable that SQL Server database may be damaged, suspect or unavailable for some reasons such as power off unexpectedly, harddisk failure etc.If this happens, we can choose...
View ArticleThe conversion from date to BINARY is unsupported. ERROR
I try to query database, sometime it can query and sometimes it cannotAnd It show error belowcaused by: Unable to retrieve result from data source "xxxxxxx" during query execution. Failed query:...
View ArticleT-SQL Script type job
Hi All,I have a script, the output of which I want to schedule. So far for such tasks I used to use SSIS and then schedule it.Now the problem is that my SQL Server Agent is on local machine and the...
View ArticlePrivious year sales in T-SQL
Hi all,i have a trandate and tranvalue,customer,product now i need to poulate a table withtrandate,tranvalue(sales amount),customer,product,py_tranvalue and i need to populate cy_WTD,cy_MTD,CY_YTD and...
View ArticleDatabase growth per month
Hi,I want to check the database growth/month, please let me know how to check.REgards
View ArticleCPU usage is high...
hi team,we have one of production sql server that production having 8 processes(CPU), those 8 processes always CPU hit to 90% .we checked all the required parameters but no issues, how we can resolve...
View ArticleCan a User Update a Deployed SSRS 2008 Reports?
A User requested the ability to change colors and maybe the type of charts after the report is deployed. I am not able to find any infromation. So I was wondering if it's possible to change the colors...
View ArticleRAID Storage
Hi,I have been reading about recommended SQL Server storage and RAID 5 or RAID 10 controllers have been recommended.On my existing Database server I can see 4 Storage controllers under Device...
View ArticleDBCC Checkdb with MAX_DOP > 1 using Resource Governer?
Hi experts, Someone taught me a technique to run checkdb with MAX_DOP > 1 using resource governer. I tried it but failed. what's wrong? --- CREATE RESOURCE POOL [zCHECKDB]...
View ArticleSQL Server 2012 Standard and Hyper-V Dynamic Memory
Does SQL Server 2012 Standard support dynamic memory feature in Hyper-V 2012? As stated in http://technet.microsoft.com/en-us/library/cc645993.aspx#High_availability hot add memory presents only in...
View ArticleInsert data in Sql Table Visual basic 2012
I am having a problem, someone help me out please:Public Class Form1 Dim conn As System.Data.SqlClient.SqlConnection Dim cmd As System.Data.SqlClient.SqlCommand Dim dr As...
View ArticleReseed Identity Column when other column, value change
hello I have a table with four fileds. The first and second field are primary key. Second field of primary key is a identity. when the first field changed, I need the second field Reseed to...
View ArticleSQL Server 2012 ENT Core licenses
Hi,With SQL Server 2012, Microsoft does no longer offer Server+CAL licensing for the Enterprise edition. Instead the use the "per core" model. The "per core" model is quite straigthforward. However, i...
View ArticleIndex Fragmentation
Hello,Quick question, I have just run DBCC SHOWCONTIG against an index I created against the Person.Person table in the AdventureWorks database and the results are below. Can someone let me know how...
View Article