SQL 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 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 ArticleAverage Load in last 1 hr
I would like to gather following information. Basically I would like to gather Average Load (such as CPU,Memory, Session, Process, Page life, Buffer cache) in every hour. I am using SQL 2008. I am not...
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 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 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 ArticleWeird response time from a stored procedure
Hi All,I recently hit a bit of a problem and I wanted to know the thoughts of the community.I have a C# app which calls a stored procedure on a SQL 2008 database, by default when the proc is called, a...
View ArticleRestore Failed
Hi all, Restore failed error in sql server 2008 r2 . Can anyone help me to resolve this error
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 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 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 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 Articleindex in partition table
hi alli used partition table to partition my database:in my database every day i created a partition and insert data into the partition and similiar with other daynow i have problem thatif i want...
View Article