Partitioned 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 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 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 ArticleQuestion about Backup of SQL Server 2008
สวัสดีครับไม่ทราบว่า SQL Server 2008 สามารถ Backup ไปที่ Map Drive ได้หรือเปล่าครับ ถ้าได้จะต้องทำอย่างไรบ้าง ช่วยแนะนำด้วยครับใช้ Windows Server 2008 Standard ไม่ได้ใช้ Domain ขอบคุณครับ
View ArticleHow to estimate log growth when providing DML
Hi there,what is the way how to estimate log growth when providing UPDATE, INSERT,DELETE on table?I have tested growth on test table which has 25 milion rows of 4 columns, each type int. Whole table...
View ArticleSQL Server ODBC Data Source Test Failed.
Hi,User is member of AD grop and that group have permission on database. When this user tried to connect database through ODBC connection he gets following error and cannot connect:"Microsfot SQL...
View ArticleBackup issues
I am running SQL Sever 2005 connected to a cBizsoft Database. I am trying to use the backup wizard to setup an automated backup. When I get to the end it, I get the error that it needs Integration...
View ArticleTask versus Request -- referring to sys.dm_os_tasks v/s sys.dm_exec_requests
Hello...I am struggling to understand the definition of and difference between a task and a request. My understanding isTask is something that is active and may or may not be executedin SQL Server...
View ArticleTDE-related DMV
Hello!I encrypted one of my test databases with TDE encryption using this code:USE master; GO CREATE MASTER KEY ENCRYPTION BY PASSWORD = '<UseStrongPasswordHere>'; go CREATE CERTIFICATE...
View ArticleLOG_REUSE_WAIT_DESC
I have a problem I can't shrink the transaction log fileis now 11GB and Datafile is 10GBI look into column from sys.database LOG_REUSE_WAIT_DESCit say "REPLICATION"But I can't delete the replication...
View ArticleHow many hours do you work as a DBA?
Greetings and Happy Thanksgiving. I did a search on google regarding this and surprising found very little. Not really sure where else to ask this.How many hours a week would you say you work as a DBA...
View ArticleLinked Server Providers Setting
Hi,Our SQL Server crashes with following error:"SQL Server is terminating because of fatal exception c0000005. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation...
View ArticleAllow In Process
Hi,Under linked servers providers: which of the following providers should be setup for "allow in process"1. ADsDSOObject 2. DTSPackageDSO 3. Microsoft.Jet.OLEDB.4.0 4. MSDAORA 5. MSDAOSP 6. MSDMine 7....
View Article