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 ArticleCheck duplicates within a ID in sql server 2008
HI, I have a scenario like ID should be unique within the division. Here ID is not IDENTITY, its a input from user, I should make a check ID is Unique or not.Below is the snapshotIn the above...
View Articlefew questions about sql2008 functions and commands
hello,I am learning sql2008 implementation and maintenance,I am just 2 weeks bussy.there is some questions in my mind wich I can't answer it.1-when I can use USE MASTER statement2-can a database for...
View ArticleI can't uninstall sql server express
I'm running Windows 7 64 bit and trying to install SQLEXPRWT_x64_ENU.exe PLEASE HELP... AT LEAST HELP Me GE GET IT OFF MY SYSTEM.LOsing patience, and my mind. Thanks in advance.Kay
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 ArticleCreating mdf file from a database project in Visual Studio for Web
I am very new to database programming in Visual Studio and SQL Server Express LocalDB. I went through a walk through of setting up a database project (using visual studio express 2013 for web and SQL...
View Articlefacing problem when install sql server 2008 on windows7
Hi I installed sqlserver 2008 on windows7 ultimate sp1 then i got one error like below MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code =...
View ArticleA chance for YOU to play for the SQL Server team, in the TechNet Guru World Cup!
The World Cup is here again!Not balls... brains!And YOU have been selected to play on our team!Yes forum reader, step up and take a shot!Slam some techie tips in the back of our nets!No dribbling...
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 ArticleWhich SQL Tools to use
Hi,we are planning to realize a small solution to give users Access to different logfiles.The Plan was to Import The different logs by Integration Service into different tables and then give the users...
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 ArticleHow to check remining log space in sql server
HI All,How to check database log free space.ThanksShashikalaShashikala
View ArticleHow to combine two datatable in c#}
Hi Everybody,I have two datatables I want to combine single output.First datatable1 resultA1 A210 15Second datatable2 resultB1 B25 10The final result should be in datatable3A1 A2 B1...
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 ArticleCannot send mails to mail server. (The operation has timed out.)
I have configured database mail in sql server 2008 r2 on my local machine.While testing I have observed that some of mails are not getting triggered.Log file shows following message-The mail could not...
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 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 ArticleError: Generating Instances in SQL Server is disabled...
Use sp_configure 'user instances enabled' to generate user instances.I get the above error when I attempt to add an SQL Database item into my VS (C#) project. I do not understand what needs to be done...
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 Article