SQL Server 2005 and MSDTC use
Hi All, We have MSDTC installed as a Clustered resource in SQL Server 2005 environment. I know MSDTC is used for cross-database and distributed transactions.I wanted to know: 1. Even if there are no...
View Articlehow to count same column number with same id
Hello, everybody actually i want to count the same value of multiple row with same id.Idclassname Value Para_id1 carVersion Audi A4 1.8 TFSI Multitronic 1 3 mileage Mileage1 8 communication USB...
View ArticleRunning SQL Agent job as proxy user and accessing two different sql servers -...
I have a job that runs on server A. The job runs a package which access databases on both A and B. There is a proxy user defined on server A. Does it also need to be on B?
View ArticleNovember on TechNet: Calling All SQL DBE Gurus - Enlighten Us!
"An influential teacher, or popular expert" Oh mighty reader, we need your enlightenment! Only YOU can show us... the TRUE WAY to code! Win the love and adoration of generations to come, by giving...
View ArticleCant Able to restore .bak file
Hi,When i try to restore my bak file am getting below mentioned error...This shows am using different version of SSMS.....any one suggest how to update my SSMS with10.00.2531........Thanks SABARINATHAN87
View ArticleHow to repair corrupt SQL 2005 Database
We have recovered from RAID5 server the SQL 2005 database, which are not attaching.There are more than dozen databases under master.Please help to resolve this problem.
View ArticleSuspected problem with identity seed on SQL Server 2012 Standard
SQL Server version 11.0.3128. I have an automated process (job, stored procedure) that inserts DMV data into database tables every half hour. It has run without incident for well over a month. On Nov....
View ArticleSQL Server memory term "Target" mean?
Hi Everyone, Can anybody explain what the term "Target" means dbcc memorystatus. Is this the amount of RAM installed on my box? I get so confused with this term and think it as Target Server memory...
View ArticleServer Audit fails to re-start
Hi,I have created 3 Server audits on a SQL 2012 Enterprise Server to capture Read, Change and Execute separately. Initially I created them with 'Max_Files' value of 10. The Change and Execute went on...
View ArticleSQL Server Agent does not start
Hi,Up until now SQL Server Agent was running. I stopped it and tried to Start again today and since then it does not Start again. I right click on SQL Server Agent then I click on Start. The Process...
View ArticleHave a lot of customers -> which design should be chosen (one or multiple...
Hi! I'm a little bit confused with this task, but it should be done. So, we have a lot of customers who should use SQL server for their applications. Design is standard and simply: Customer ->...
View Articleimporting pipe delimited files without creating tables
Hi,i am looking to import about 40 pipe delimited files, each will have 5 or 6 columns, i dont want to create 40 tables and 200 fields, is there way to import the files without first specifying the...
View ArticleMicrosoft TechNet Wiki SQL DBE Guru - Winners for October!!
The results for October's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/11/17/technet-guru-awards-october-2013.aspx Congratulations to all our new Gurus...
View ArticleSQL 2012 statistics issue
Hello,I have a performance problem on my SQL 2012 SP1 enterprise edition database server. Basically we have a query that is reporting against a 600 million row table on which we have a clustered index...
View ArticleOne sql server job("Runs DBCC UPDATEUSAGE(0) against all database so database...
Here is error message:Date 11/24/2013 4:00:02 AMLog Job History (_SQL_UpdateUsageAll)Step ID 2Server DECSQL05Job Name...
View ArticleGetting error on ALT+F1
I am getting below error when I am clicking on ALT+F1 to see that table structure. Even I select any of the table, getting same error message. Msg 208, Level 16, State 1, Procedure sp_help, Line...
View ArticleGetting error on ALT+F1
I am getting below error when I am clicking on ALT+F1 to see that table structure. Even I select any of the table, getting same error message. Msg 208, Level 16, State 1, Procedure sp_help, Line...
View ArticleUpgrades and Migrations
hi,what is the sql server "Up gradation & Migrations " and what are steps we can follow from lower version to higher version (2005 to 2012 or 2008 to 2012).please give the clear picture of this "up...
View ArticleIncorrect syntax near the keyword 'by'. Incorrect syntax near the keyword...
conn = new SqlConnection("Data Source=PROJECTIDEAS\\SQLEXPRESS;Initial Catalog=Amruta_Ontology;Integrated Security=True"); conn.Open(); da = new SqlDataAdapter(); da.SelectCommand = new SqlCommand();...
View Article