SQL Server 2012 takes forever to restore database
I've been using a 2008 R2 install for a while, restoring 2008 R2 databases from a different install. 10GB DB took about 5 minutes at most to restore. I upgraded to 2012, and now the same backup takes...
View ArticleSQL Server Native Clinet 10.0 Query Timeout
I have a C++ app that uses the SQL Server Native Client 10.0 as my ODBC provider.I need to adjust the Query Timeout for several queries going to a remote instance of SQL Server 2008 R2.I have tried...
View ArticleSuspect that a low PLE leads to a performance problem
Version;Microsoft SQL Server 2005 - 9.00.5000.00 (Intel X86) Dec 10 2010 10:56:29 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.1 (Build 2600: Service Pack 3)The...
View ArticleVisual Studio - How to turn on trace and see output
I am using Visual Studio Professional 2012 - What do I turn on using the Debug icon so I can see the execution of my VB output, including my SQL calls output?Ed.ecb
View ArticleSQL Server not coming up after a patch upgrade
We installed some windows security patches on windows server 2008 failover cluster on each node one by one. After that SQL Service resources were not coming online. We found below error in...
View Articlewhat is the maximum number of schedules a Job can have in sql sever 2008R2
Hi,Someoneplease help me.I have a job scheduled in my sql server to run two times a day . The user wants the job to be run 3 more times at different time intervals. is it possible to add different...
View ArticlePartitioned tables
Hello!Please clearify me how table partitioning works in this example:Suppose I created this functionCREATE PARTITION FUNCTION PartFunction (int)as RANGE LEFT FOR VALUES (50);and is adding it as a...
View ArticlePlease See Query for detail
SELECT * FROM ( Select * From TABLE1 where idSchoolYear = 3 and idUserType = 3 AND GradeLevel <> 'GD' AND GradeLevel <> 'K2' )AS QRY WHERE CONVERT(INT,QRY.GradeLevel) > = 7Hii Guys,Above...
View Article@@servername returning NULL
I have a SQL 2005 clustered server which is returning a Null value for @@servername. I find the server entry in sysservers. I have replication configured on this so i am not able to do a...
View ArticleIn oracle there is a tablespace what it is equivalent to in sql server:
In oracle there is a tablespace what it is equivalent to in sql server:a filegroup or ?..Is there any detail..Thanks
View ArticleSql 2008 R2 - I/o Error 1117 para leer o escibir desde dispositivo Quantum...
Hola, mi consulta surge de haber instalado en un nuevo hardware el sistema operativo Windows 2003 Server R2 Std. X64. sp2 con Sql 2008 R2 X64 Sp3, el problema se ve cuando quiero realizar un backup o...
View ArticleUnable to remote connect to SQL Server 2012 instance
Hi all,Whist trying to connect a SQL Server 2012 installation remotely, the following error message is being received.TITLE: Connect to Server ------------------------------ Cannot connect to...
View ArticlePerformance with different table design
Hi,we have a table (many rows) with keys: transdate,prod,customer,projand columns: value (float), status (int), comment (varchar 4000).Usually we query only the value and status when querying a...
View ArticleJobs configured using Linked server to MySQL in SQL Server 2005 instance are...
Hi, The server configuration : SQL Server 2005 Enterprises Edition with SP3. Server Memory : 16 Gigs and Maximum Memory set to SQL Server is 12 Gigs. Some queries are written to do the DML operations...
View ArticleCannot connect to my Server database using SQL authentification
Dear all,I have a local SQL server 2005 wich has been install with mixed mode authentication.When connecting using windows account it work fine, but when trying to connect with SQL account it fails...
View ArticleDoes DDL affect an explicit transaction?
I need to rebuild a table in SQL 2000 to reclaim a huge amount of unused space. DBCC CLEANTABLE didn't help at all. I'd like to rebuild the table and with "SELECT * INTO newtable...", duplicate the...
View ArticleRestore Failed
Hi all, Restore failed error in sql server 2008 r2 . Can anyone help me to resolve this error
View ArticleSQL 2012 SP1
I was going to install CU4 but Microsoft just came out with SP1 for SQL 2012. Use to be that Service packs contained all CUs upto the SP release but going to the Microsoft download site it states that...
View ArticleQuestion about Backup of SQL Server 2008
สวัสดีครับไม่ทราบว่า SQL Server 2008 สามารถ Backup ไปที่ Map Drive ได้หรือเปล่าครับ ถ้าได้จะต้องทำอย่างไรบ้าง ช่วยแนะนำด้วยครับใช้ Windows Server 2008 Standard ไม่ได้ใช้ Domain ขอบคุณครับ
View Article