Schema level refresh
Hi,What is schema level refresh? What is the use of it? When we will do it?
View ArticlePatching Activities
Hi,What is the process for applying patches? pls explain prerequisites and post requisites?
View ArticleSQL Server Audit Performance
Hi, I need to know over the cost performance Database when I active the audit in SQL Server, for example CPU, Memory, Disc and other informacion that confirm me the use resource in the server.
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 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 Articlecopy diagram to clipboard for sql server 2012 the row did not appear when...
hello,i've been trying to create database diagram on my database on sql server 2012 platform. i can create the diagram, but when copy it to clipboard and try to paste it on paint, only the tables name...
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 Articlefetch data from a database server to local application continuously
I have an application which collects some information from my customers by using an asp application in my website. This application writes information to database (sql server) which is in a remote...
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 ArticleHow do I get the Create and Drop Scripts from a project?
Using Visual Studio 2012...I need the create script used to create the tables and also the various update, insert, and delete stored procedures (PL/SQL or T/SQL if you are using SQL Server with Visual...
View ArticleSQL 2012 Installation Error
Good DayI am trying to install SQL 2012.during the installation process it halts and I receive the following message:TITLE: SQL Server Setup failure. ------------------------------SQL Server Setup has...
View ArticleSQL Server 2012 Installation Error
After Installaltion getting the error, though the SQL server is installed on windows 2008 R2 but Y i'm getting the error..These are the logs... 08/28/2013 05:15:19.839 Saved .Net security policy file...
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 Article"System out of memory exception" during "importing database" step while...
I've created two databases in SQL Express. Total size is ~375 MB.I deleted the DB I had previously migrated via: Tasks > Deploy Database to SQL Azure...I'm attempting to do it again via the default...
View Article