SQL Server 2012 Management Studio: I cannot create a SQL Server Express...
Hi all,I have SQL Server 2012 Express installed in my "Windows 7" PC that is part of Windows System in our Computer Network System. In the SQL Server 2012 Management Studio (SSMS 2012) of my SQL Server...
View ArticleSQL Server 2012 identity jump to 1000...after restarting Sql server service.
with sql server 2012 where after restarting sql server service identity getting seeded 1000ID is identity(1,1) , i have instered few rows.ID Name========1 jigs 2 jigs shah 3...
View ArticleAdding a Provider for Oracle in SQL Server 2008
I have a feeling this is fairly straightforward, but for some reason am having a hard time finding something clear cut regarding my situation. I have SQL server 2008 developer installed on my machine...
View ArticleSQL consistency based I/O error, help needed
Hello everyone.I'm new to database errors so I'm not really sure what I should do next. I'm using an accounting program running on SQL Server Express 2005 (9.0 SP3) on a Windows Server 2008R2. While...
View ArticleQuery On Trigger
Hi guys i am working as a software engineer at bangalore,i have given a task by team-lead .I have two tools (i.e., SQL Server and My SQL) and two databases in different tools the thing is if update any...
View ArticleShare a database with LocalDB
Hi all,Reading the "permissions" part of this page I understand that I can share a database with several users even if those users do not use a shared instance.To do that, I just need to create the...
View ArticleSQL server 2012 -Sys tables
Hi,In Sql, which sys table contains database name, table name, field name, field type and field size.I want these all fields in a single Sys table.If anybody knows about this then please let me...
View ArticleDBCC SHRINKFILE not recaliming the free disk space in a datafile but throwing...
Hi, Despite this is an huge narration, in order to get a solution, I should mention the background of this database file on which DBCC SHRINKFILE is getting failed.We have a SQL Server database file...
View ArticleMany Buffer I/O and network I/O wait
Hi all when I open the Activity Monitor and I see there are many Buffer I/O and Network I/O wait.is it healthy ?? and what's the Buffer I/O ?? is it memory?
View ArticleSP slow from app fast from SSMS. Also plan guides for entire SP?
OK, I see this is a perennial, but now it's hitting me!It's a winapp, in C#, using connection pooling.sys.dm_exec_sessions does not show any different settings, and what settings would matter...
View ArticleStored procedure timeout expired
I have a weird issue with one of my stored procedure. It used to work correctly. But recently it is take to forever to complete. I tried to locate where it got stuck by dumping the procedure to a query...
View ArticleBest approach to manage large volumes (each table size is around 150 GB) of data
Folks,I have a requirement to manage the older data by moving from current table to its history table in other database. Can someone advise me what is the best approach to move high volumes of data...
View ArticleSch-M and Sch-S deadlock related to partitioned tables
Hi,Very anoying scenario... We have large partitioned table and we use staging table loads, and partitions sliding in and out of this table (part of the process is also rebuilding indexes on the...
View Articledbcc check repair
Dear Experts,I would like to know that if we repair some tables with repair command than what could be future impact and how can someone track the repaired tables in future.please share your experience...
View ArticleIs doomed transaction inevitable if deadlock occurs in a trigger (SQL Server...
Hi all,Below are two scenarios, however, what I am trying to accomplish is to catch deadlock errors and re-try the DML that was chosen as the deadlock victim. Does anyone know of way to accomplish...
View ArticleSQL Browser and SQL VSS writer missing
I have an issue with a SQL 2008 R2 Standard default instance (running on Server 2008 R2 Std.) which appears to be missing parts of its installation.The SQL Server Browser and SQL VSS writer services...
View Articlehow to clear the table
i have a temporary table (table1) , after execution i what clear it for waiting for new data
View ArticleCannot read SQL Server 2008 database - version increased to 661 from 655
I purchased a new desktop computer that had Windows 7, so I installed Visual Studio Express 2010 from an iso image. Now the database cannot be read on my laptop. I then installed VS Express 2010, as...
View ArticleSql server 2008 management studio
Can I install Sql server 2008 management studio into Ubuntu operating system? If not then is there any other option or any other way to use sql database to be open or restore into Ubuntu /...
View Articlewhich one is faster? query from Table or View
I have a transaction table where I have around 1 million records. I have created a view for this table with around 50 other tables joined via foreign key.Now, when I fetched a record using a simple...
View Article