Reorganing and Rebuilding Indexes and the Transaction Log
We are running SQL 2008 SP2 64bit on Windows server 2008. We have a few large databases that we need to reorganize or rebuild the indexes. The situation I am having is that the Transaction Log grows to...
View ArticleSQL Server Fast Track Datawarehouse server, performance issues..
Hi,We have a fastrack dw server, 256 GB memory, 48 CPU(physical 8*6), about 12 TB data.When i run this query to see the granted memorySELECT mg.granted_memory_kb, mg.session_id/*, t.text, qp.query_plan...
View ArticleGraphical Execution Plan not displayed
Hi,I am on 2008 R2 SP1.I am trying to see execution plans for my stored procedures which are cached in memory.I queried some dmv which displayed a link to see the execution plan. But when I click...
View Articlepercent_complete in sys.dm_exec_requests DMV
Is there any logic why percent_complete is not available for Create|Drop Index in sys.dm_exec_requests, while it is the same functionality restore provides.Manish
View Articlehow to identify PK violation values
I have an application that is trying it insert some duplicated PK values into a table and there was always an error due to the insert. I know which database and table is affected but how I can identify...
View Article2005 how to output messages from job
I have created a job to run a few update groups. So I get many messages indicating how many rows were affected. I am using the job log to a file option but it is only capturing the messages for...
View ArticleView image stored in VARBINARY(MAX) column in SQL SERVER 2008
Hello, How to select and view the .jpg image stored in VARBINARY(MAX) column in SQL SERVER 2008? Thanks!
View ArticleSupport for virtual labs?
Greetings. I hate to ask this here, but dont know where else to go with it. Some of the SS 2012 virtual labs are having issues -- does anyone know who I could contact for support? The ones Im trying to...
View ArticleWeird ID incrementation
Hello!I've got a "Computers" table in my db with the ComputerID column set as PK, ID, not null.Up till now when I was adding a row to the table the value of "ComputerID" column was being incremented by...
View ArticleWeird performance issue in SQL Server 2012
Hi, I have been experiencing a very weird problem.I have a SQL 2012 SP1 running in a IBM server, and another running in a PC. OS is Windows 2008 R2. The IBM server has better performance than PC.I...
View Articledetermine SQL CU level?
How do you do know which CU level is applied? We have SP1 but not sure what the CU level is.select @@version returns Microsoft SQL Server 2008 (SP1) - 10.0.2757.0 (X64) Jan 8 2010 19:55:08 Copyright...
View ArticleUsing Unicode in SQL Server
Hi I'm have big problems trying to save Unicode information into my MS SQL Server 2000 Desktop Engine. Alright, so the problem I'm having now is I'm working with MS SQL 7.0 and PHP5. I've trying to get...
View Articlewhat is the clustering?what is the difference's Active/Active and...
thanks Thanks, Purna
View Articleproblem with bulkcopy .mdb access file into sqlserver2008
hi... here is my code.i have to bulkcopy access .mdb into sqldatabase. my data is persian.when i test this code in my computer it works fine. but when i do this in server(on the web) it works good but...
View ArticleSQL Server 2008 R2 SP1 CU8 patching error
I am applying SQL Server 2008 R2 SP1 CU8 on one of my cluster server and I am getting below error. The same error is appearing on all SQL Server 2008 R2 Cluster Server.The file share for filesteam is...
View ArticleCould not read meta deta
below is described error:Microsoft.SqlServer.Management.Smo.SmoException: Could not read metadata, possibly due to insufficient access rights. at...
View ArticleProblems installing AdventureWorks
I am working with SQL Denali CTP3 and I am trying to download the AdventureWorks database however everytime that I try to download this even the older verision including SQL Server 2008 R2...
View Articlesp_helpfile is showing wrong path
In logshipping I have backed up database from source and restored the database on destination server,When I query for a database : sp_helpfile and sys.master_files then sp_helpfile is showing wrong...
View ArticleFailover 2node cluster is not happening
Hello,Am trying to failover the cluster which has 2node cluster. The second node was not able to handle all the resources, but am trying to failover to other node it not able to handle the resources....
View ArticleClustered Index Update or Insert Expensive Query Plan Operator
Hi Everyone,I'm in the process of analyzing a sql 2008 database for performance reasons. I have discovered a significant number of DML query plans that seem to show a high operator cost for 'Clustered...
View Article