SQL Server 2012 installed to Windows Server 2008 R2
It would appear that SQL Server has installed except for the DataBase Engine. Isn't that the reason for even having SQL Server?I have downloaded the ISO file numerous times, I have burned numerous...
View Articletotal project hours is not showing correctly
Hi,In the below query total hours of each project is not showing correct data.WITH CTE_Sum AS (SELECT e.EmployeeName, d.ProjectName, DATEADD(ms, SUM(DATEDIFF(ms, '00:00:00.000', d.Total)),...
View ArticleRemove article from transactional replication
Hi,I want to remove article from my Transactional replication, can I just simply uncheck it from GUI, or it requires anything else..??RegardsZeal DBA
View ArticleShrink Log files
Hi,I have a database with a log file that grows very big very quickly. I'd like to create some sort of job or maintenance plan that shrinks it on a regular basis.I believe I shouldn't just shrink the...
View ArticleReplication Configuration
Hi All I had a SQL SERVER 2008 Express edition as a Default instance and i am having SQL server 2012 Evolution and SQL Server 2014 Evolution are my named instances. When i was trying to configure...
View ArticleUndocumented system procedures
I am trying to determine which are undocumented system procedures used to satisfy our company's security audit. Well, the nature of undocumented system procedures is it's undocumented. Hence, it's hard...
View ArticleImpact on deleting column
We need to rename and then delete the column [BangloreABCD].[dbo].[Market].[StreetID] from ABCDSQL1 instance.Please help in- an impact analysis at the DB level (not application level) for this change....
View ArticleLooping in SQL sever
I have students table having 50 recordsTable ----->SId,SName,Marks,ClassIdIn this table i have 10 records which are having ClassId value 0 ---> for these 10 records i want to change student names...
View Articleerror 26 - error locating server/instance while connecting through named...
Hi All,error 26 - error locating server/instance while connecting through named instance from management studio but I can connect using the same name from SQL CMDThe browser service is running and it...
View ArticleApril TechNet Guru results were announced! Are you entering for May?
The results for April's TechNet Guru competition were been posted!http://blogs.technet.com/b/wikininjas/archive/2015/05/17/the-microsoft-technet-guru-awards-april-2015.aspx Below is a summary of the...
View ArticleSQL Server user credentials
Dear All,Can anyone guide me how can i find SQL Server Username andPassword if i forget it. I'm using SQL Server R2. Thanks for your great guidance in advance.
View ArticleSQL Server Multiple installation
Dear All,Is it possible to install SQL Server 2008 R2 and SQL Server 2012 in single machine?If yes, how can i do that?Thanks for your great guidance in advance.
View ArticleSql 2008 R2
Good MorningI need to install SQL Server 2008 r2 on a new server, the old one has decided to stop working.(cannot get into)I have got the original CD I used from my action pack, but forgot to keep the...
View ArticleSQL agent starts and stops immediately
My SQL(2005) agent starts and stops immediately and says some programs might stop when nothing to do when i try to log on as administrator.But when i run it as local account it runs fineSQL out log...
View Articlemultimedia database using sql server
HiI am new to sql server and i would like to set up a multimedia database (includes photos) using sql server (regardless of the version). How can i achieve that ?Is there a guide anywhere ?<section...
View ArticleInstalling SQL Server on Azure Windows VM
Hi,Can we install licensed version of SQL Server on a simple Azure VM with Microsoft Windows Server 2012? I tried doing that and got an error saying "Exception has been thrown by the target of an...
View ArticleProblems with Lock modes
Hello,I have read more than 10 times. but i don't understand , What is intent locks?Intent-shared.Intent-exclusive and SIXMaybe give me exmaple ? :( thanks
View ArticleNeed to write a sql query
I have a table which shows data in below formatNow I need that only the max date record should be shown for every student as shown belowNeed Help..Thanks,Abhinav
View ArticleCreating a new index or modifying an existing index which is best option
Hi All,I have received a request from a customer having issues when he is executing a function, when i checked the details and executed the function by using theinclude actual execution plan option,...
View ArticleLog backup job is failing in mirrored instance.
Hi Experts,We have a log backup job in the mirrored instance which was succeeding till yesterday and today it started to fail with the following error:Executed as user: ABC\Dba. Microsoft (R) SQL...
View Article