Hide Results Pane
How do I hide the Results Pane in SQL Server Management Studio 2012? It used to be Ctrl+R but this no longer works :(
View ArticleJob failure
I am doing some load testing on my AdventureWorks2012 and I am running into issues. I have never attempted to create a job before so I don't know if I am doing it wrong. The job is set to run every...
View Articlecan not install a database on server 2008R2
when I try to install SQL for windows server 2008R2 I get RCP server not available and the install fails. also tried to install SQL express 2012 with an error server not available. Any ideas ?
View ArticleSP_helptext Issues
I am trying to list the execution plan in xml (SET SHOWPLAN ON) of a given sp in a query that returns other things as well. To do that I have been trying to use sp_helptext to return the contents of...
View Articleuse of case
I would like to get 2 counts; 1 for LA, and 1 for NLA. Here is the script that I use:SELECT TOP (100) PERCENT CASE county_dx WHEN '019' THEN 'LA' ELSE 'NLA' END AS County_dx, COUNT(*) AS Expr1 FROM...
View Articleinstalation d sql sever 2005 express edition
i can't unstall sql server 2005 express Edition , it show this ''le programme d'istalation de sql server n"a pas pu executer une commande pour la configuratio du serveur. l'erreur a...
View ArticleI want to know the main responsibilities for SQL Server Business Intelligence...
I want to know the main responsibilities for SQL Server Business Intelligence guy and job description please Mohamed Ahmed Database Administrator & Developer
View ArticleGenerate script in mssql server
Hi,I want to pull information like servername,service pack and version of sql sever from many host at a time. I have the sql server hostname list and databasae names.Can anyone point me in right...
View ArticleSQL Server Patching
Hi,Can we update service pack RTM service pack to SP2 in sql server 2008 R2?ThanksShashikala
View ArticleSQL Diagram Relationship Problem
Hi All, I am facing alittle problem when executing my project i think the error is with my relationship diagram, I am getting SecurityGroupID and UserID and UserName all stuff properly but the only...
View ArticleSQL Express Capabilities
Hi all,I am new to developing. My only experience is in visual basic and a small amount of oracle sql, and I've made a basic website before but only for internal use. I want to create a database driven...
View ArticleSimple SQL Query question
Hi,I have very little experience writing SQL Queries. I am trying to use a query builder in a CRM tool called SalesLogix. The query builder builds the following 2 queries: The only difference being...
View ArticleService Pack upgradation in MSSQL SERVER 2008R2
Hi,What are the actions required before applying service pack upgration.I am planning to update service pack RTM to SP2 in MS SQL SERVER 2008 r2.Please help.ThanksShashikala
View ArticleHigh CPU leads to timeouts....
We have a sql 2008 server web backend and we backup the databases and perform maintenance on them daily. During that time period the server CPU goes sky high, often preventing clients (using a browser)...
View ArticleWindows ce 6.0, SQL server 2005, Cannot generate SSPI context
Hi all,I am trying to access sql server 2005 from my VB CF .net application on a Windows CE 6.0 device. Sql server is running on my PC (windows 7) which is in domain.sqlconn = New...
View Articleshow second result for multiple records - MSSQL2000
I've got a query that displays the second result for one customer. what i now need to do is show the second result for each customer in a particular list (for example 20 different customers G/1931,...
View ArticleIs domain user able to login into sql server 2008
HiIs domain user able to login into sql server 2008 i have a domain user mydomain/user1and where sql server installed server is under same domainand i want to login using user1 to sql server,but its...
View ArticleWrite Ahead Logging- Transaction Log
Write Ahead Logging -Whether committed and uncommitted transactions write to tlog file or only Committed transactionBinu
View ArticleNT AUTHORITY\System account
Can any one explain about NT AUTHORITY\System account why we used in SQL SERVER
View Article