Viewing 15 posts - 1 through 15 (of 16 total)
If isolation level is read committed and you are not using any query hint then SELECT statement would be blocked by the UPDATE statement. You can see the blocking using...
June 23, 2016 at 1:25 am
Hi Daniel,
A very informative and well written article indeed. Just wanted to know if lack of JAVA knowledge proved to be an impediment in exploring and learning hadoop. Additionaly, could...
October 5, 2015 at 11:15 pm
If mirroring had been configured for synchronous mode then mirror would already be in synch with principal. Any in-flight transactions will obviously not make it to the mirror.
June 16, 2014 at 12:00 am
In that case "transaction log full" error should not come. Please check file auto growth settings for log file again
February 18, 2014 at 4:05 am
Looks like log file has filled up the entire disk on which it is hosted. Try adding a new log file on a different drive and then try taking a...
February 18, 2014 at 3:54 am
[font="Verdana"]Yes you can run all insertions in parallel. Be sure to drop all indexes on the table before running the import and recreate them afterwards[/font]
January 30, 2014 at 11:59 pm
You can use UPDATE() or COLUMNS_UPDATED() trigger functions to accomplish this. Refer to BOL for further details.
January 30, 2014 at 11:34 pm
RESTORE VERIFYONLY will detect most of the errors but not all of them. It is a good idea to restore your backups frequently to check their validity.
June 2, 2010 at 1:28 am
First of all find out the service account, SQL server is running under. You can find it out from Services Applet in windows or from SQL Server configuration manager.
Then...
June 1, 2010 at 2:20 am
Hi Guys,
I found a way to get around this problem. I was also facing the same issue after changing the column size of a table.If you try to change the...
July 5, 2008 at 12:41 am
Hi
U will find sql server licensing inside control panel
June 20, 2006 at 4:32 am
Hi,
stop the mssqlserver servoce from controlpanel-administrative tools- services.After that start the sql server service normally.I think you should be able to get access
June 20, 2006 at 4:27 am
Hi Rudy,
I suppose the problem is due to some missing dll on which the xplog70.dll depends.Will it be resolved by reinstalling the EM??
Thanks
April 10, 2006 at 1:06 am
when you try to copy back the data to original table, the error will be thrown up because select into creates the destination table on the fly.The correct way to...
March 16, 2006 at 10:01 am
Thanks for your reply but i do not need TOP 5 per date.I only need the TOP 5 distinct values for c_id with the records arranged in descending order of...
January 21, 2006 at 12:25 am
Viewing 15 posts - 1 through 15 (of 16 total)