error "Object reference not set to an instance of an object....
Hi,I've installed Sql Server 2012 express management studio on my machin (many times) but i'm getting this error message "Object reference not set to an instance of an object....
View ArticleCU7 cause concurrent big queries to not be answered!!!!
Hi,we suffer an incredible big issue after installing the CU7 of SQL Server 2012.We have SSIS packages to load data, and when 2 queries from 2 SSIS packages are executed at the same time SQL Server...
View Articlesql server agent permission
Hello ExpertsVery Urgent herewhat kind of permission do we need to grant for night operators that execute/kick off a sql server agent job ? because I saw some of them have a sysadmin access? Always...
View ArticleFull Text Search-Error During Population
Full Text Searches are working on my test server, but not on my production server. My test scenario is as follows: CREATE FULLTEXT CATALOG FTC_Test AS DEFAULT AUTHORIZATION dbo CREATE FULLTEXT INDEX ON...
View Articlechecking status of recovery - sql2012
i have a sql 2012 cluster setup on server 2012 with 2 nodestoday our iscsi storage went tits up and caused the db's to go offline and then into recoveryalso, one of the DB's had an 84Gb log file (which...
View ArticleNew instance connectivity issue in SQL Server 2012
In my server SQL server 2012 is installed and working fine and whoever have logins credentials also able to connect. I have installed one new instance.Default Instance is : ABC (the ABC is the...
View Articlebackup and restore script
HiI’ve set up a backup and restore script. Both scripts work fine, but I want to be sure, that:1. I have a FULL backup, (script fragment):SET @fileName = @path + @name + '_' + @fileDate + '.BAK'...
View Articlerestore newest backup
HiThis restore script works fine:ALTERDATABASETest1SETSINGLE_USERWITHROLLBACKIMMEDIATERESTOREDATABASE[Test1] FROMDISK= N'\\Server\BackupStorage\Test1_20140201_9_14_14.bak' WITHFILE= 1,MOVEN'Test1'...
View ArticleTRIGGERS TOPIC I AM GETTING ERROR AS Msg 213, Level 16, State 1, Procedure...
/*FIRST TABLE*/create table Employee1( empid int, empname varchar(20), salary int, gender varchar(10), depid int) insert into Employee1 values(1,'jitendra',500000,'m',100)/*2 ND TABLE*/create table...
View ArticleQuery Timeout expired
Dear All, I am having a serious problem. I have a system running in VB6 and SQL 2008 in the backend. It was running smooth for last three years. But for last three months all on a sudden I am facing a...
View ArticleInsert Into @temptable hangs but #temptable works
I have a simple temp table declared as a table variable. This is used on nearly 50 deployed databases and works fin. However, on one server, 2008-R2 as are all the others, the Insert statement hangs....
View Articledelete transaction log file
Hi,I have three T-log files in my database, Now I want to delete 2 Transaction log files. Can I do the below action:1. dbcc shrinkfile(log1,truncateonly) 2 dbcc shrinkfile(log2,truncateonly)2. Then...
View ArticleSlow Insert, very non-linear scaling with size
I have an INSERT whose source is a SELECT that has 17500 rows. The INSERT is taking roughly 6 minutes. The SELECT by itself takes < 2 seconds. The odd thing is that if I restrict the SELECT to 3000...
View ArticleWhat is impact to MDF file size if change database to simple recovery mode
Hi,Currently I have a Database with 27GB MDF and 80GB LDF.If I change from Full recovery to Simple recovery mode, would LDF information be transfered to MDF file and makeMDF file size exceed 100GB?
View ArticleSpread the Love! Be our SS DBE TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View ArticleHelp with Dump files from other server.
Hello!I'm having a problem with reading Dump files. The issue is this: I'm working with a great number of SQL Servers installed in a big number of virtual/physical servers. The problem is that I can't...
View ArticleDefining Default Values for a column in a view
Hi guys,Please can you set a default value while creating a view in the database.me
View Articlelooking for a function doing what the difference one does but using soundex...
hi,I'm looking for a function which count the number of matching characters in a string, like the difference function do it.http://msdn.microsoft.com/en-us/library/ms188753.aspxIn my case the input...
View ArticleHelp resolving connectivity Issue to SQL Server 2005 x64 SP4
We currently moved our Windows Server 2008 R2 Servers with SQL Server 2005 x64 SP4 to Active Directory. After moving the servers to Active Directory, we noticed that all of our processes that access...
View Article