dataware housing in MSSQL
how to create a data ware house in MSSQL 2005???? please provide description in steps or if there is any other procedure??????
View ArticleRe:SQL SERVER 2012 TO 2008 COMP
Hi, We have a database in 2012 with 2008 compatibility mode. Is there any way to replicate the data on to a SQL 2008 server ? Thanks, Purna
View Articleproving index rebuild helps improve response time
Hi everyone,I have a OLTP database which hasn't been maintained at all in terms of index maintenance. I've already generated a report on which indexes to rebuild and created a maintenance plan to do so...
View ArticleThe database model is marked RESTORING...
Newbie to SQL Server. We are running SQL Server 2008 on Windows Server 2008 R2. And it has been running just fine for several months. For no apparent reason, our SQL Server service stopped last night,...
View ArticleASYNC_NETWORK_IO problem
Hi all.I see there are high wait on ASYNC_NETWORK_IO for my sql server.event I run select * from a table on the localhost of the server, it also generate high ASYNC_NETWORK_IO .I see some forum say...
View ArticleSQL Server 2012 Management Studio (SSMS 2012): Database Engine Query -...
Hi all,I am rusty in doing T-SQL and I am new in doing Database Engine Query.I have 2 dbo Table in SSMS 2012 and in the Database Engine Query, I executed the following T-SQL code in my SSMS 2012:...
View ArticleSQL Server 2012 VS Operating System
Hi,Does Windows Server 2012 will give any significant performance boost over Windows Server 2008for SQL server engine , DQS engine or SSIS (DQS cleanding & other ETL activities) engine ?Regards,Uday
View ArticleSQL Server Web Edition support
One of the partners had a very specific query. They wanted to know that if certain servers having 4 quad-core processors or 2 hexa-core processors are virtualized and a VM is given 12 VCPU’s will SQL...
View ArticleTrouble connecting Windows user group to sql server login?
Instead of adding users individually in the sql server login, i have created a group in windows in which i have added the users with their domain id and then i have added this group to sql server...
View ArticleSlow SQL Query
Hi Guys, I do have a SQL query which complete within one second. However, I do receive some alerts in the application log (at Web server) that the preferred query runs more than one second sometimes....
View Article2 different Execution plans for same query in Prod and UAT
Hi All, We have a Simple Insert Statment which inserts into a table using a select statement as below, This Statement is executed on our Production and UAT databases.Currently in Production it executes...
View ArticleTake offline
Buenos días!¿Que significa hacer take offline a una BD?Yo pensaba que era acerla inaccesible para el resto de usuarios. Y lo estaba haciendo para cambiar el collate.El caso es que tardó un buen rato en...
View ArticleChanging database collation SQL 2008
I am getting the below error -: Msg 1505, Level 16, State 1, Line 2 The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'sys.sysschobjs' and the index...
View ArticleCannot drop secondary log file
SQL server 2012 (not sp1) 64 bit ent.The database is in simple recovery. During a large transaction I added a secondary log file not to let it fail.Now I made the primary log file 50gb in size,...
View ArticleSQL Server error - Cannot Open User Default Database error 4064
Any idea on this?user is part of active directory and has windows authentication and still getting error....any thoughts?master is default db..thanksPlease Mark As Answer if it is helpful. \\Aim To...
View ArticleSaber fecha de instalacion del SQL Server
Amigos, una informacion puntual, que no encuentro la sentencia para obtenerla: como saber en que fecha se instaló el servidor SQL Server? Gracias.Saludos.
View ArticleDatabase crash lands in recovery mode
Transaction log got full while a cluster index online rebuild (sort in tempdb) was in progress, this crashed the database and put in Recovery mode for long hours. I have extracted the events from error...
View ArticleDISK IO Measure
Hi, I m trying to measure our DISK IO performance. We have a single physical disk divided into logical units (LUN) O, R, L. in the counters, Which one Do I need to measure, Logical or Physical? Please...
View ArticleSnapshot Isolation not Taking Affect
Although the stored procedure sets snapshot isolation to on with the following line:SET TRANSACTION ISOLATION LEVEL SNAPSHOT;The queries that are run in this stored procedure return data that was...
View ArticleUse filetable for small blob files or not
Hi,Currently we are using filestream to store blob-data which is bigger than 1 MB in the database. (Blobs which are smaller are stored in a regular varbinary field in a table)We have recently used...
View Article