Service not starting in sql
hi all SQL server service is not starting, while i am checking in error log its giving error like master database is damaged.but i am not having backup of master also, what shall i do pls guide...
View ArticleSQL 2008 R2 server with I/O requests taking longer than 15 seconds
I am currently working on SQL server 2008 R2 sp2 on a Vmware server. Everything is working fine pretty much, but when my evening server maintenance kicks in I am intermittently getting the following...
View ArticleProblem with backup MS SQL 2008 when database has 2 or mare logs
Hello!I have database, that has 2 ldf. I try to do backup log via a program that uses ODBC Driver (SQL Server Native Client 10.0 ODBC ). But the backup file is not created. And application doesn't...
View Articlemigration from one instance to another
how to promote store procedure from dev instance to test instance and give external and internal permission?when we promote is it necessary that there should be same database name in both...
View ArticleI am trying to BCP Export/Import a large amount of data from one SQL Server...
I am trying to BCP Export/Import a large amount of data from one SQL Server 2008 R2 database to another which reside on the same server using Native format. The source is our live DB which is...
View ArticleSQL Server 2008 R2 Crash with faulting module ntdll.dll
Below is from Debugger of the dump file... Faulting application name: sqlservr.exe, version: 2009.100.4260.0, time stamp: 0x4ffe4618 Faulting module name: ntdll.dll, version: 6.1.7601.17725, time...
View ArticleSQL Server 2008 R2 Data Compression Best Practices
90% of our tables realize very little DASD savings using compression (less than 6 gig). Is there an advantage to compressing other than DASD savings - or - should we just leave well enough alone?...
View ArticleHow to install SQL server 2005 Developer on windows 7 Home premium
i can not able to install SQL server 2005 Developer on windows 7 Home Premium.i have wimdows 7 Home premium, 64 bit operating system, 4 GB RAMi can not able to install SQL server database engine and...
View ArticleDropped FileGroup/Files still show up in Sys.Master_Files and...
Hello all,I am wondering why is that when a filegroup/file is removed from the DB, it still shows up in sys.master_files and msdb.dbo.backupfile. To reproduce, just create a database and add a...
View ArticleFailover 10,000 databases?
Hi All,It may sound like a clustering question but it's also service restart one.We have a Windows 2008 cluster with one instance of SQL Server 2008R2. There are 10,000+ databases on it. While user_db...
View ArticleImpersonation fails when used locally?
I'm facing a strangest problem where client applications can access filestream as long as client app is not running on same machine as SQL Server.Setup:- SERVER1 running Windows 2008 R2 and member of...
View Articlecan't attach database 2008 R2
TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc) For help, click:...
View ArticlePhysical Memory Issue
Hi Team,one of my server physical memory usage is very critical at particular time only,how to find the that particular time what are session are running and which session having more physical memory...
View ArticlePossible to create Index on partition table for specific partition only in...
Hi All,Is it possible to create Index on partition table for specific partition only in sql server 2012? Please anyone can provide the syntax?I know we can rebuild an index for specific...
View ArticleAzure SQL Server Pre-Login Handshake Error
I'm attempting to connect to a SQL Database instance hosted in Azure via Visual Studio 2012 Ultimate. Everytime I try to connect I get this lovely message, "A connection was successfully established...
View ArticleRestoring issue,
Hi,we have one database called (A) and one backup file(b.bak),we are restoring the backup file into existing database(A) WITH REPLACE option that time we are getting bellow error."The file 'C:\Program...
View ArticleChanging column in NOT NULL. Why is there so much transaction log activity on...
Hi guys,the setup is as following: SQL Server 2008R2, recovery model FULL in order to better track what's going on in the transaction log.CREATE TABLE dbo.justnumbers(id INT IDENTITY, number FLOAT...
View ArticleA severe error occurred on the current command. The results, if any, should...
I have a strange situation on a database, which are on SQL Server 2008 R2 Express SP2. The database size is something around 90 MB.When a user try to insert a record inside one table, he receive an...
View ArticleDatabase compatibility issue error
Whenever i try to connect to an mssql database built with 2008 version, it throws this error.
View ArticleForeign Key Constraints and Index Space
1. Do Foreign Keys take up physical index space and how can I determine how much space is being used?2. What exactly does the enging do when inserting a record into a table with 1 or more Foreign Keys?...
View Article