Reorganize index job failed due to page level locking...?
Hi All,We have a maintenance task to reorganize indexes weekly once and it is being failed. when I have verified the reason for its failure I came to know the issue is due to page level locking is...
View ArticleWill Diff Backup will break chain if i don't have last diff backup
By mistake I have deleted last diff backup. Can I restored with all trn backup taken after full backup.
View ArticleHow to order a column in query data?
Hi All,How to order 'Total' column in as descending ?select ROW_NUMBER() over(order by AC.Description) as Id,isnull(AC.AnalysisCode,'Not Link') AnalysisCode,isnull(AC.Description,'Not Link') as Name,...
View ArticleAlways display last label value on x axis
Hi Experts,Requirement: i want to set interval to 'auto' but want to always Display last label value on x axisAny input is appreciatedThansk
View ArticleSSRS report with date and time drop down menu
Requirement: Create a report with following drop downs from a single column called EntryDate(datetime)The requirement is that user should be able to select StartDate, StartTime and EndDate ,EndTimeLets...
View ArticleRight Transact isnt working
Hi! good afternoon everyone I've got really stuck with this so I will ask the experts about what's happening!What I need: I have a column called Business_Area and i want to split in Two separated by...
View ArticleBrethrens Help with SQL SYNTAX - BOTHERING ME ...
SELECT CASE WHEN patindex('%.%.%.%',@@version) > 0 THEN cast(substring(@@version, patindex('%.%.%.%',@@version)-2,charindex('.',ltrim(substring(@@version, patindex('%.%.%.%',@@version)-2,8)))) as...
View ArticleSQL 2012 Cluster + how to stop services without restarting SQL Services?
Dear,i need to stop the services on a SQL-Cluster to copy some db's manually to a remote NAS. When we try this in Management Studio the Clusters sees this and does a failure to the other node.The data...
View ArticleHow to make the indexed table faster if the data added daily
Hi all, Have created a non clustered index on a table where the data is beiing added regularly, so because of the fragmentation it is running slow, so how do I make it run faster, when the index was...
View ArticleHide 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 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 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 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 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 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 is not connecting to SQL Express
i installed SQL server 2005 and it didnt install the SQL Agent and othert components. Its refusing to connect even when i put the correct server name. Trying to fix it fast got a presentation at work,...
View ArticleSQL Server Patching
Hi,Can we update service pack RTM service pack to SP2 in sql server 2008 R2?ThanksShashikala
View ArticleCall to sp_configure from DACPAC pre-deployment script doesn't work
Hi,I'm trying to deploy a contained database on SQLServer 2012 using a DACPAC. In my pre deployment script I run the following script to prepare the server instance.sp_configure 'contained database...
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 Article