How to combine two query results into one and I have different column name.
Hi Everybody,I have two queries I want to combine into a single output, I can't use a Union operator because they have different numbers of columns.First query resultA1 A210 15Second query...
View ArticleSQL 2014 cluster shared volume
Hi,I have testing SQL 2014 cluster in my lab to see how it's performing. 2xserver 2012r2 (virtual machines). There are some weird issues that are putting me in dust.1. If I try to backup/restore...
View ArticleHow multiple instances license is calculated?
HiI got bit confused about license. SQL Server license is per core based, for instance standard edition in 2 core physical machine is 2*$1793, correct me if I am wrong.1. Does cost remain same if I...
View ArticleWhy SQL services is dont start in configuration manager studio 2012
I finished installing SQL server Management Studio 2012 and that of configuration management studio.When I wanted to log in did not find server name, and I tried <pc name>\SQLEXpress, still did...
View ArticleMSSQL capacity monitoring
1) I am not a DBA myself, but when someone refers to SQL Server capacity management/monitoring, what exactly does that mean/involve, and what is best practice capacity management and monitoring for SQL...
View ArticleCan I stop users to copy paste from their local SSMS and if they are...
Hi,I have few students to learn development stuff in SQL Server 2008. I have created one of my computer as remote SQL server 2008R2 which is running Windows 7 professional OS. I can connect with this...
View ArticleChange SQL 2012 Security roles after installation
I installed SQL 2012 SP1 Standard edition and during the setup it asked me for the users for various service . I choose to keep them as default After the installation i could see the services were...
View ArticleHow to check remining log space in sql server
HI All,How to check database log free space.ThanksShashikalaShashikala
View ArticleService Principal Name - something that needs to be set up?
I have a few SQL Servers that SCOM is complaining about missing SPN when authenticating using Kerberos.Is Service Principal Name (SPN) part of the normal setup in SQL Server 2008 / 2012?In what...
View ArticleIgot error when install SQL Server 2008 on windows 7
Dear guys,When iam installaing sql server 2008 on windows 7 ultimate i got on message like below. The following error has occurred: Upgrade Failed due to the following Error.The error code is...
View ArticleWhat is a query to return matching dates?
What query can I use to give back records that have matching dates?
View ArticleThe mail could not be sent to the recipients because of the mail server...
Hi,Am facing this email problem. Though this issue is Intermittent. At time the SQL server will send all the emails without any fail (say 58) at times it's not delivering good portion of sent emails...
View ArticleRead Only user
Hello,I am a newbie to MS SQL server so excuse the newbie question.I'm trying to create a read-only user in SQL server 2008, I followed these instructions...
View ArticleBugCheck Dump
Any reviews and recommendations for this DumpCurrent time is 14:57:25 07/21/14. ===================================================================== BugCheck Dump...
View ArticleSql is not working after changing from MsAccess into sql server
Following Sql is not working after changing from MsAccess into sql server. sum(trn.sales) as sales, sum(trn.cost) as cost, sales - cost as profit // Here is not working . can we not use sales a...
View ArticleLogin and schema access
I want to create a new schema and login and the schema should be accessible for that login only. That schema should has Create synonym access alone .Please helpBest Regards, Venkat
View Articledynamic view query
I have a view created from only one table. VW_Stats ( Tab_Name,Load_Status,User,....) Tab_Name & Load_Status columns provides the information about Name of table and status of data getting loaded...
View ArticleBackup job is getting failed
Hi Team,Please help me to fix thisError:18210Error 3041ThanksShashikalaShashikala
View Articlehelp me explain this code follow??
I have some code Store produre follow, how this code run?Explain help me.USE [ThoiTrangOnline] GO /****** Object: StoredProcedure [dbo].[sp_GroupUser_GetByTop] Script Date: 07/23/2014 21:05:58...
View Article