Viewing 15 posts - 1 through 15 (of 35 total)
Great stuff.
Wondering if there is a way to extend this to include application information, like the application username and ip address that triggered the CRUD operation. We are using NHibernate...
June 23, 2011 at 11:11 am
Correct me if I am wrong, but I see a combination of Enterprise Edition and Developer Edition binaries in Node 4. It seems that they can coexist with no problems....
May 26, 2011 at 10:40 am
As I specified before, MAXERRORS does not do the trick.
I already checked BOL; seems that there is no other option available.
April 26, 2004 at 7:19 am
yes, I have used BCP and I do use it every day.
The problem is that we have production procedures running under VBscript, which runs sql (opening a connection to the...
April 23, 2004 at 7:08 am
Create a temp table with the year, month and Physical Values and make an OUTER JOIN right after the group by.
Unluckily there is no ROWNUM in sql server which can...
April 14, 2004 at 1:56 pm
1) You might want to shrink the log right after the full backup (or LOG backup). Refer to DBCC SHRINKFILE.
2) You might want to change the recovery model to...
April 14, 2004 at 1:50 pm
Use ISDATE function in order to see if the format is correct,k and then use CONVERT
April 13, 2004 at 2:45 pm
I figured out that everytime there is a BEGIN TRANSACTION opening for a DML, and that statement fails, there is no Implicit Rollback.
I had like 30 DMLs going on...
February 16, 2004 at 8:25 am
And why does it take so long? Dual Xeon 2.8 Ghz HT, 10k RPM SCSI disks. There should be another way around.
February 12, 2004 at 8:10 am
Transaction logs are written sequentially. There is no added benefit to put them in a 0+1 container. I do use RAID 1 for them. 0+1 is the best solutionf for...
January 26, 2004 at 2:57 pm
That will be awesome. So I can implement Oracle Solutions into Sql Server
January 23, 2004 at 8:15 am
Yes ThomasH. I checked the execution plan and the optimizer effectively drops the tables that are not needed and then uses the indexes required just in the table needed. Thanks...
January 21, 2004 at 12:37 pm
Yes I did veritcally partitioned the table, and the view only has information of the last 14 days. Each day worth of data is stored in a just one table....
January 21, 2004 at 12:10 pm
A table refers to a client and contains customer information. This customer performs "actions" and they are stored in a huge partitioned view. The partitioned View contains the UID of...
January 21, 2004 at 11:48 am
Viewing 15 posts - 1 through 15 (of 35 total)