Easy access frontend for SQL Server
Is there a easy-to-access frontend of SQL Server Database Engine. Just like Access for Jet/ACEDAO Database Engine, which can design a table structure and add data to table with GUI.Currently I am using...
View Articleunable to Connect to Server
i got an error while am trying to connect sql server 2005..An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the...
View ArticleHow to upgrade from MCITP SQL Server 2008 to SQL Server 2012 MCSE (Data Base...
HI,I have one question for anyone who have already upgraded MCITP SQL Server 2008 to MCSE SQL Server 2012.Usually there should be one exam to upgrade from previous version to new Just like in Oracle...
View ArticleRe:Backup to disk..
Hi,please send me the answer fast..backup to disk not allow ? what can i do?Thanks,PurnaThanks, Purna
View ArticleFaulting application name: sqlservr.exe
hi, was wondering if anyone encounter this before on 2008 r2?Faulting application name: sqlservr.exe, version: 2009.100.1617.0, time stamp: 0x4db2c9adFaulting module name: sqlservr.exe, version:...
View ArticleHow to encrypt data over internet in SQL Server 2008 R2 Standard Edition...
Hi,I need to encrypt my database records when it transfer on web.How we achieve encryption with very high level of security. ?-- Bhavesh Thakkar Sr.Database AdministratorMy BlogLinked In Profile
View ArticleUndetected Deadlocks
Hi all,I've having problems on a SQL 2008 R2 (10.50.4266) Enterprise server, 32 cores and 512GB RAM. Since we installed the latest CU patches we have been getting a lot of undetected deadlocks. By this...
View ArticleBeginner create table help
I am trying to create a table with the following columns: id, descr, prop_1, prop_2, prop_3 I create a trigger on id to upper case it and set some rules for prop_1 through prop_4 as type int and where...
View Articlewhy call dirty pages on checkpoint
Regarding "checkpoint flushes changed pages (“dirty pages”) from cache to the data portion of the database on disk " I don't know why call the changed pages "dirty pages" ?Regarding "SQL Server will...
View Articlesys.dm_db_stats_properties returns empty rowset for some statistics?
I am looking at the new dynamic management function sys.dm_db_stats_properties.http://msdn.microsoft.com/en-us/library/jj553546.aspxI have found that for some tables and statistics it is returning an...
View ArticleDatabase status is getting set to Shutdown,Normal in SQL Server Express Edition.
Hi All, I have a project which is about upgrading DB from MSDE to SQL Express. While doing teh installation of our product SQL Express is getting installed and another application is launched to create...
View Articleresrtarting msdtc..what effect on existing database connections?
Hi there,I have a spid that is been in a state of rollback for some time and I am considering resarting sql server, however I read that restart msdtc can kill of the rogue spid. will restarting msdtc...
View Article[.NET] Help with game setup... installutil, trying to run ServerAgent.
Hello!Well, the past 2 days, I've had many problems, but this is the last stept I need to go.I'm trying to setup a server, to a game. The only thing that need to be runned, is "ServerAgent".It's...
View Articlememory usage details
hi gurus,I there any dmv query that gives details of memory usage details like total memory,sql cache memory,lock memory,workspace memory,connection memory,optimizer memory in instance.This shouldnt...
View ArticleDeadlock
Hi,We are using SQLSentry tool to monitor our DB server. We got below alert.Environment: SQL Server 2005 Std With SP2 on Windows Server 2003 EntPlease help why we are getting below...
View Articlefor robocopy
what is max i can set threads to and other settings to maximize transfere spead, without risking errors or loss of data
View ArticleLog shipping copy job failing
I have an issue with the LS COPY job for log shipping from Server A (primary) toServer B (secondary) - Message2012-12-24 13:00:06.95 *** Error: Logon failure: unknown user name or bad...
View ArticleParallelism deadlock on sql 2012 ent (not sp1)
Server has 80 cores (4 phsical intel), max degree of parallelism (sp_configure) set to 5.We got this error on a merge statement, the target is a table which has 3300+ partitions, row compression , has...
View ArticleNeed assistance with Unique constraint
Hi,I came across issue when I tried to insert the entry in the table which has composite unique constraintCREATE TABLE Temp_OtherHA_Data (PHACode VARCHAR(5), ProgramSetting VARCHAR(8), CONSTRAINT...
View Article