Snapshot Isolation not Taking Affect
Although the stored procedure sets snapshot isolation to on with the following line:SET TRANSACTION ISOLATION LEVEL SNAPSHOT;The queries that are run in this stored procedure return data that was...
View ArticleSQL Server 2012 Trace flag 610
Is trace flag 310 recomemeded in 2012 I see the docs on 2008 but nothing on 2012?Also are there any recommeded flags that should be turned on as well in 2012 to help large DB's with...
View ArticleBackup
Hi all, when i take full backup database in sql server? internal how that command work ..... means how identify sql server engine since last full backup modifications.....? thanks naga
View ArticleSaber fecha de instalacion del SQL Server
Amigos, una informacion puntual, que no encuentro la sentencia para obtenerla: como saber en que fecha se instaló el servidor SQL Server? Gracias.Saludos.
View ArticleDatabase crash lands in recovery mode
Transaction log got full while a cluster index online rebuild (sort in tempdb) was in progress, this crashed the database and put in Recovery mode for long hours. I have extracted the events from error...
View ArticleSQL Server error - Cannot Open User Default Database error 4064
Any idea on this?user is part of active directory and has windows authentication and still getting error....any thoughts?master is default db..thanksPlease Mark As Answer if it is helpful. \\Aim To...
View ArticleSQL Server 2012 VS Operating System
Hi,Does Windows Server 2012 will give any significant performance boost over Windows Server 2008for SQL server engine , DQS engine or SSIS (DQS cleanding & other ETL activities) engine ?Regards,Uday
View ArticleFiltered Indexes on partitioned table
Hi, We have a table with 3 billion records. This table is partitioned by day. Currently we have clustered index on primary key and other non clustered indexes. Every query that hits this table taking...
View Articlestatistics
Hi all,what is the statistics in ms sql server and what is the use of statistics......?thanksnaga
View Articleplan explosion?
I have a piece of code which is doing some odd things, one of which is generating a bad plan - or at least a few million bogus reads and 10 seconds of CPU instead of 100ms, when the value is null. The...
View ArticleSQl server agent for named instance not starting
Hi In one of my machine (sql server 2005 ) we have 3 instances 1 default and 2 named (all are using same service account), i am not able to start sql server agent for named instances (no details in...
View ArticleQuestion about an odd use of constraints
I can go into more detail if necessary but the simple question is this: Is it possible to constrain a colunmn such that the column has to be UNIQUE AND allow NULL values?
View ArticleSQL Server 2012 AlwaysON HADR Setup
I have few question regarding always on integration with AD and DNS Server. As I understand WSFC need to be enabled for alwayson HADR setup in 2012 and we need IP reserved for each nodes, ClusterName...
View ArticleSQL Server 2005 Database Mail - Mail configuration information could not be...
I'm trying to setup Database Mail and send a test message, but it's not working.I've done several step-by-steps and all and I can't get it to work. Also checked several posts in this forum but none...
View ArticleIf i use "mssql server 2008 r2" and "oracle 10g" simultaneously in one...
I want to use "mssql server 2008 r2" and "oracle 10g" simultaneously in one server.But, i worryed about collision problem... is there any errors?
View ArticleFind data import duration by a Windows Service
HI,We have a windows service which pulls in data from a file share daily. How can I find out, how long does it take everyday to finish the data import process?Thanks!Thanks very much, Manoj Deshpande.
View ArticleHow to determine why duration of a query varies.
I have a complex SQL query generated by a C# object model layer. Using SQL Profiler I have monitered the database which is only used by this application. For the same query the duration varies between...
View ArticleSQL SERVER ALTER THE TABLE
WHAT IS THE ERROR IN FOLLOWING CODEALTER TABLE Item_Master_Sample.DBO.Table_2_Master ADD CONSTRAINT PK_ITEM_CODE PRIMARY KEY CLUSTERED (ITEM_CODE ASC) ON [PRIMARY]HEREItem_Master_Sample-Database...
View Articlehow to multi-target for vista, windows 7 and windows 8 using sql server express
the original application was built for .net 3.5 using sql express 2008 mdf file with connect string ofData Source=.\SQLEXPRESS;AttachDbFilename=c:\MDF\StringTmp.mdf;Integrated Security=True;Connect...
View Articlesql server add primary key on existing table
How do i add primary key to this table i show in picture..Pls anyone resolve this...!
View Article