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

Problem to detach schema

Hi, I want to detach the schema within SS 2012 but have got thisTITLE: Microsoft SQL Server Management Studio ------------------------------ Detach database failed for Server 'WIN-O3CHI1MHE5D\SS2012'....

View Article


When create Linked server ,I have set uid and pid in the odbc string.but...

sp_addlinkedserver N'T1',N'',N'MSDASQL',NULL,   NULL,   'DRIVER={SQL Server};SERVER=1.1.1.1;UID=MYNAME;PWD=MYPASSWORD;'when I run to :select top(10)* from t1.training.dbo.personI get the following...

View Article


Job schedule

Hi AllI have a stored procedure to be scheduled on alternate days of last week of every quarter.please help me here.Thanks in advance

View Article

Help on DMV queries

Hi , Can anyone provide dmv queries to achieve the following ? 1. Query to capture frequently used stored procedure 2. Query to capture frequently used ad-hoc queries 3. Query to capture worst...

View Article

SQL Server 2012 Express error 9002 while restoring a backup from 2008

Hi all,I have installed SQL Server 2012 Express on my laptop operating with win 8. Then I took the backup in my old laptop with SQL Server 2008R Express / Windows 7 and tried to restore it to the new...

View Article


SQL Server VSS Writer Service

Hi All, SQL Server VSS Writer Service:"Database Engine locks and has exclusive access to the data files. When the SQL Writer Service is not running, backup programs running in Windows do not have...

View Article

Filestream Partitioning across multiple drives

I have a SQL 2008 R2 ENT database with the single [PRIMARY] filegroup, and a single FilestreamGroup.  The filestream has millions of records, cannot be restored, and is about to exceed the drive space...

View Article

Oracle RAC Vs SQL Server Cluster

I am confuse about SQL server cluster services. What is his main purpose + compare with Oracle (if possible) ?In oracle cluster services typically use for load balancing and two nodes always use for...

View Article


Compatiblity Level

I created a script with SQL Server 2012 that sets a variable's which should be okay because I saw it in the MSDN. The compiler didn't like it and I couldn't understand why since it was in the MSDN and...

View Article


Property Size is not available for Database '[tempdb]

HiWhen i right click on my TempDB in Sql2008R2 i get this message:TITLE: Microsoft SQL Server Management Studio------------------------------Cannot show requested...

View Article

SQL SERVER DON'T RELEASE MEMORY AFTER T-SQL OPERATION

Hi, i have a problem with the sql server when execute a tsql, the mount of memory consume for the server (6 GB), up to 5.5 GB, but the problem is when the transact finishes, the server don't release...

View Article

SQL Database Hierarchy Structures for WinRT

I've done a lot of reading over the past about SQL and database structures. One of the most helpful...

View Article

The operating system returned error 170(The requested resource is in use)

Hello Experts,We have a Sharepoint farm where we are receiving OS Error 170 for many days. It results in database shutdown/Start because required transaction file is not available.The operating system...

View Article


Help resolving connectivity Issue to SQL Server 2005 x64 SP4

We currently moved our Windows Server 2008 R2 Servers with SQL Server 2005 x64 SP4 to Active Directory. After moving the servers to Active Directory, we noticed that all of our processes that access...

View Article

Linked Server Error message

 Hi,I have 3 SQL servers, A, B, and C.i am able to establish a linked server from A to C and C to Ai am able to establish a linked server from B to C and C to B.but when i try to establish a linked...

View Article


SQL 2012 restores fail with deadlock caused by intellisense

Hi,We are restoring SQL 2008 R2 backups to a an instance that has been upgraded to 2012 SP1 (2012 (SP1) - 11.0.3000.0 (X64)Enterprise Edition: Core(Build 7601: Service Pack 1)).I'm getting a deadlock...

View Article

re: using odbc string creating linked server can not insert data?

I usesp_addlinkedserver N'T1',N'',N'MSDASQL',NULL,   NULL,   'DRIVER={SQL Server};SERVER=1.1.1.1;UID=MYNAME;PWD=MYPASSWORD;'source server and destination server all are sql server 2005.I get correct...

View Article


Tempdb Problem

Hi,I am using SQL Server 2005 and .NET applications on mys erver which has been running fine for 3 years. Suddenly yesterday I got notification low disk on my primary C drive. It turned out that my...

View Article

Database Log file Shrink information

Hello Team,Database log file shrink information: Due to space problem     One of my database having 600 gb,under  600 gb log file having 260 gb, in this database we take full backup daily no log...

View Article

Error received when executing a code to delete an object from the temp....

DELETEFROM tempdb.sys.objectsWHERE nameLIKE'%#6265874F%'Msg 259, Level 16, State 1, Line 2Ad hoc updates to system catalogs are not allowed.

View Article
Browsing all 12963 articles
Browse latest View live