Viewing 15 posts - 1 through 15 (of 30 total)
This has been an very insightful problem to have. Next time we'll keep in mind the performance penalty of combining the views. As it turns out the culprit was a...
February 28, 2008 at 12:05 pm
There is plenty of space on the harddrive. Our performance issues in the end weren't related to fragmentation, but it was a good place to start troubleshooting!
It is reasonable enough...
February 26, 2008 at 12:01 pm
There are only 1318 rows with data 48K and index 16K!
Thanks,
Olja
February 23, 2008 at 4:02 pm
I have DTC running on both machines. Actually as I run the given code, I can see that a transaction with the same GUID is initiated on both machines.
Thanks,
Olja
December 12, 2007 at 11:39 am
Thanks for the replies and samples! I managed to get my code updating the text fields as expected.
December 13, 2006 at 3:02 pm
Mohammed, how would i go about doing this. I have a cursor which I loop through and previously I would just append the text value to the varchar. How would...
December 12, 2006 at 3:15 pm
If you go to enterprise manager, right click the db name and choose "all tasks" > "generate sql scripts", a dialogue box will appear allowing you to choose the objects which...
December 12, 2006 at 2:45 pm
Lowell, I did consider this! The issue is that a lot of my business logic resides at the db level and moving this particular functionality into asp.net will result in...
December 12, 2006 at 2:40 pm
Selva, you forgot to post the link
Thanks, Olja
October 18, 2006 at 3:38 pm
Such a minor yet essential detail. Thanks a lot!
September 5, 2006 at 10:13 pm
This is an interesting discussion and thank you for your feedback. Although I have let go of the hungarian notation in my code a very long time a ago, the sql...
February 23, 2006 at 9:39 am
http://www.windowsitpro.com/SQLServer/Article/ArticleID/22091/22091.html may be what you are looking for.
olja
March 27, 2005 at 1:43 pm
OK, so you are trying to make sure that no two roles have the same priviledges. If you inserted your new priviledges into a tmp table you could do something...
March 25, 2005 at 11:10 pm
Viewing 15 posts - 1 through 15 (of 30 total)