A 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 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 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 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 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 ArticleDisplay 2 months previous to the input
I need to update the column with the following value, what is the best way to do this. I tried using a case statement with concatenate (+) but when i tried to concatenate, the value gets summed up. I...
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 ArticleWhat is a query to return matching dates?
What query can I use to give back records that have matching dates?
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 ArticleHow do I quickly check whether a sql server instance is clustered?
Hi there,How do I quickly check whether a sql server instance is clustered? Do I see the "Cluster Service" windows service running on the active cluster node for instance (using a RDP session via the...
View Article