Quantcast
Channel: SQL Server Database Engine forum
Browsing all 15930 articles
Browse latest View live

Page size, block size and network packet size

Hello,Does anyone have any links to documentation regarding the relationship between SQL Server page size, network packet size and storage block size.I know that SQL works with 8KB pages, does having a...

View Article


Who knew a select could deadlock an insert

I guess I'm not the first to see this, mine looked like:select x.* from keytable k inner join bigtable x on k.akey = x.akey; --- insert into keytable select distinct akey from #somewhere;Each statement...

View Article


Database Tables Comparision

Hello Everyone... I have two database's DB1 and DB2 in Sql server 2008.These database's having same tables and same table data also.But i want check if any differences in Table data's.So i want to...

View Article

Cannot generate SSPI context.

We have two front end server and one backup database server.I am facing this is error in event viewer of application log from 3 days.Unknown SQL Exception 0 occurred. Additional error information from...

View Article

Duplicate Records in SQL Server table

Hello Everyone,I had one question which is ambgituos. Please see below my questionI have one table in SQL server which contain duplicate records. Is it Possible to create unique index on the table?I...

View Article


Database connection error40

A network-related or instance-specific error occured while establishing a connection to sql server.The server was not found or was not accessible.Verify that the instance name is correct and that sql...

View Article

Split existing Partition - Grows log file in GBs and take hours to run

Hi,I have an existing table with around 200 Million rows and couple of partitions.I would like to split the partitions e.g. the Latest partition hold the data where date >= '2012-01-01' and I want...

View Article

Database restoration on different machiness

Hi All MS SQL server 2008  Web edition , db size is 5 GB  has try to restored  on Dell machine(SAS ) its  completed  with in  One(<2) min. Ms sql server edition and size also same ,   i am trying to...

View Article


Network problem when connecting......

The error shown below: TITLE: Connect to Server ------------------------------ Cannot connect to ADMIN-PC\SQLSERVER2008. ------------------------------ ADDITIONAL INFORMATION: A network-related or...

View Article


page life expanctancy low

We have a SQL server 2008, we are experiencing low performance these days, when a SSIS run, that copies data from one database to another, the server runs slow, and causing latency of other servers...

View Article

Physical memory usage is very high..

HI All,i am  going threw high physical memory usage in SQL Server. It always around 90%.When i reboot the server, it will initially good but end of the day it will around 90to 95% physical memory...

View Article

Temp db size is increasing not releasing space

Hi All MS sql server 2008R2(RTM) STD 64 bit, Temp db size is continuously  increasing not releasing used up space , please suggest us what is the problem with my temp db ? i  executed below query ,...

View Article

Database snapshot cannot be created in multi user mode but in single user...

Msg 1823, Level 16, State 2, Line 1A database snapshot cannot be created because it failed to start.Msg 5123, Level 16, State 1, Line 1CREATE FILE encountered operating system error 5(Access is...

View Article


LPIM and minimum server memory

HiWorked with SQL for some years now but trying to make more of an effort to deepen my understanding of the product...Can anyone give me a good explanation of what the difference is between LPIM and...

View Article

How can I create a database connection (ODBC) from Windows 8 to a XP machine?

I have SQL 2008 installed on an XP machine with Windows Authentication.  Today, I got a machine with Windows 8 in it.  Both have the same user name, but different passwords as Windows 8 requires a...

View Article


SQL 2012 errors 3417, 18053, 701

First off let me make clear that I am -not- a dba. I'm a Windows server admin so I don't know anything about queries or other SQL specific stuff. So when people tell me to "check this" or "do that", it...

View Article

Failed to generate a user instance of sql server due to failure in starting...

dear all,i have visual web developer express on my system. the system is with windos 7 professional 64bit. i am developing a project and each time i try to create database, i get this error :Failed to...

View Article


SQL server 2008 R2 SP2

HI, we have SQL server 2008 R2 SP1. We have installed SP2 and a tool we use to monitor versions says that it is a CTP version. The version number is 10.50.4000. I believe the tool is reporting this...

View Article

Error 9002 lead to a shutdown of db

Hello,My database shutdown due to error 9002, instead of get in the read-only mode.The error message is :04/12/2013 16:34:15,spid169,Unknown,Database BizTalkMsgBoxDb was         shutdown due to error...

View Article

Comparision of Tables Structures

hellocan we compare the two tables structures where the tables are from 2 different databases?Suppose,Table A and B are present in Db1 and Db2 respectively.cane we compare their structure?

View Article
Browsing all 15930 articles
Browse latest View live