New Top Support Solutions blog
HelloAs part of our efforts to keep our communities informed about the most relevant content that address the top questions that we are getting in out forums and other support channels we want to...
View ArticleCheck Constraint Question
Hi,Is there a way to create a check constraint so that the value of a column will be unique depending on the value of another column?More specifically, the value of column B can be different only if...
View ArticleIs mssql developver edition license geo blocked
hi, We have a mssql developer edition license and used it for development and our product demonstrations.this license was purchased in india. Can i use the same license in USA for our demo...
View ArticleSQL Server Database Restoration Error.
hi ,when i'm trying restore database after reaching 100% of database restoration i'm getting below error, please suggest what is the reason behind of this.Thanks & Regards LAKSHMI NARAYANA REDDY.L
View ArticleSQL Server Profiler (2008)
How do I start up 'SQL Profiler'?Can it be used to get information from an application query using SQL Server 2008 such as table Name, column etc. In short can you display the SQL that was run to...
View ArticleBe our December TechNet SQL Server Guru. Give the gift of code!
It's that time of the year again!It's Giving time!A time to think of those less awesome than you.A time to give something back to the community.Think of those happy faces you will make, as they open...
View ArticleDB owner permission
Hi,I have around 1000 databases, I need to give db_owner permission to all databases, How to give it without logging into each db. I need short method that should apply for all db's
View ArticlePossible to check how much time an update statement on a table would take ?
Hello @allI have a table with a fragmented Index, the table has an actula "user_updates" from 226'699.How can i find out how much time an update on this table takes ?i would like to check if there is...
View Articlesum of columns based on new group
Below is my database table Product Id IsPrimary Quantity P001 1 P001.1 0 2 P001.2 0 4 P001.3 0 5 P002 1 P002.1 0 6 P002.2 0 7 P002.3 0 9 P002.4...
View Articlesql native client 10
I need to install SQL Native Client on Windows Server 2003. It doesn't look very available from MS anymore. Anyone know where I can find it?I used to go...
View Articleobject reference not set to an instance of an object sql server 2012
hello my server was 2008 and i update to 2012now is Microsoft SQL Server Management Studio11.0.2100.60 Microsoft Data Access Components (MDAC)6.1.7601.17514 Microsoft MSXML3.0 6.0 Microsoft Internet...
View ArticleSql server 2012 web edition license application restrictions
Hello Does Sql server web editon license has kind of restrictions for what it can be used?I mean can i use it for and only web application database engine or any other application database engine.
View ArticleObtain sql server instance name using IP address & Port number.
I have the IP address & port number of a remote SQL Server instance, how can I obtain the server name using T-SQL? PGupta
View ArticleDatabase deployments in SQL Server 2008 R2
Hi, We have SQL Server 2008 R2 implementation and we are wondering how to do deploy new or modified objects to Production. As of we just provide scripts to DBA and he takes care of it. But we would...
View ArticleUsing columns from main query to subquery
Hello,here is my SQL statement which is working in most RDBMS bu SQL Serever, is there some solution to pass column value from main query to subquery like it is show in my sample down???UPDATE...
View ArticleNEEDED: More Answerers
We need more answerers in this forum! Let me know if you've been part of this community pretty consistently for at least 6 months, have answered at least 100 questions (with at least 1,000 Recognition...
View Articleproblem with create "server based database" in microsoft visual studio 2010...
i want to create a new "server-based database" but when i click on ok , this error is happening ::my win is 8:this is the link of the picture I got from this...
View ArticleGet hierechy result and mutiply value
1.Create the tables with insert queries 2. provide the result as required in an temp table 3. Display the expected result===============================================================================...
View ArticleWhere do I find Server Name?
I just installed SQL Server 2008 R2 Express. I started it; it's asking me for the server name. There is actually no server name for this. I am just using this to manipulate a few files that I'll...
View ArticleCan we step through the execution process of a complex SQL in SSMS 2012
I'm new to SQL Server 2012. I'm finding it tough to follow the complex SQL's ex- in recursive CTEs.Is there a way to step through the execution process, either via keyboard or function buttons. Please...
View Article