SQL Server backup Compression
Hi,How SQL server backup compression works?1. First sql server will allocate the space for backup and then will it compress ? 2. Or it will allocate the space after calculating the compression space...
View ArticleSnapshot isolation transaction aborted due to update conflict
Hi Forum,Can anyone help me to give the solution for this below problem.We are developing MVC3 application with SQL Server 2008, we are facing asSnapshot isolation transaction aborted due to update...
View Articlesleeping processes
We are seeing an issue in recent weeks where these same reports will take 20 minutes, which doesn't make sense - none of the report SQL has been changed.During my investigation, I find that there are...
View ArticleInsert Statement - Turning off logging
We have processes that loads data from a linked server via an insert statement. There is really no need to log the data loads. Is there away to turn off the logging via T-SQL?TIA,Todd
View ArticleSQL Server Equivalent of this for Oracle.
I was just wondering if anyone know of any links similar to this(http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/12c/r1/poster/OUTPUT_poster/poster.html#).The fifth tab has an extremely...
View Articleunable to shrink datafile
Hello Gurus,Env: SQL Server 2008 R2 installed on Windows Server 2008. DAS based storage.Issue: DBCC showfilestats shows that all of the exents are used. This means there is no Unable to shrink the data...
View ArticleThe transaction log for database 'tempdb' is full
Hi,When I try to login into SQL SERVER 2008, suddenly below error message is popped out. ------------------------------ ADDITIONAL INFORMATION:The transaction log for database 'tempdb' is full. To find...
View ArticleTSQL: copy SQL login
Hi ~ are there any way there is a SP I can copy a SQL loginswith all: server roles, users mapping of database, database role......etc...using TSQL ....
View ArticleSQL cannot write backup .bak to folder
Dear Community,Herewith a recent problem to which I have started experiencing with SQL. From my web application, the user can generate a platform backup. Process: 1) Users clicks 'Backup Database' 2)...
View ArticleSharePoint Databases - How to determine which ones are being used and which...
I am not sure where to exactly post this question. On the SQL Server side or on a SharePoint side.I am a SQL Server Database Administrator who is monitoring some SharePoint databases. On a daily...
View Articlenot connecting to mssql server 2012 after Installation
HiI am facing problem since yesterday. Not able to connect to msmssql server 2012On my laptop server name 2012 taken itself. but on PC server name is empty and when I put Computer-name\instancename...
View ArticleRebuild cluster index
After rebuild of a cluster index, do I need to run reindex on all the non-cluster indexes?
View ArticleError handling not available with linked servers
Hello,I have a stored procedure which inserts data to a linked mysql Server. The table in mysql has a unique key and I try to insert a new record with a conflicting key.My problem is that I am not able...
View Articleerror 1069: The service did not start due to logon problems
The local sql server that was working fine earlier does not start now. I have already created tables and accessed them using stored procedures.I get an error 1069: The service did not start due to...
View ArticleI can not shrink transaction log , please help me.
My database is simple recovery mode, then i shrink log file it complete but log file cannot reducewhy?please help methanks
View Articlehow to create backup of table from one server to another
can any one tell how to create backup of table from one server to anotherThanx in advancelucky
View Articleerror 1069: The service did not start due to logon problems
The local sql server that was working fine earlier does not start now. I have already created tables and accessed them using stored procedures.I get an error 1069: The service did not start due to...
View ArticleHow to find CPU_time being used by currently executing query
Hello,Is there a way to know how much CPU is being used by a query that is currently being runninng? I tried to look into dm_exec_sessions or even dm_exec_requests dmv but it looks like CPU_time stat...
View ArticleRename a database
This seems like it should be easy, but...I want to rename a database (from Inventory to Inventory_Bak) and then restore a newer copy of that database (Inventory) from another source. When I rename the...
View ArticleHow to drop the tables (articles) in subscription database MERGE replication.
We have configured the merge replication from publication server to subscription server,Here I mistakenly selecting few tables (articles) in publication,Now I need to remove those mistakenly selected...
View Article