Viewing 15 posts - 106 through 120 (of 257 total)
Thanks for clearing that up. It sounds like we'd need to stick with the current solution because all of the apps are disconnected. We do use a SessionLockDateTime...
October 17, 2006 at 12:26 pm
Yes, you are correct. The SessionLockID is either the MAC Address of the PC or (in Citrix or Terminal Services) a Citrix assigned SessionID or Terminal Services Session ID....
October 17, 2006 at 11:03 am
Wow, how have I never heard of this? I'm having trouble wrapping my head around this, could you perhaps give an easy "real-world" example of how it might be...
October 16, 2006 at 9:39 pm
Yes, I've always had it in mind to re-think the key. I like your idea and I'll look into it. We don't use the keys for anything really...
August 2, 2006 at 6:48 am
We've used GUIDs a lot in one implementation. This was a time-tracking system and one of the things we implemented was in the Activities table, the PKey was a...
July 31, 2006 at 7:27 am
I guess this wouldn't be related to XML or your article, it's more of a Solution. Use DevExpress' TreeList component or create your directory structure from a single table instead...
June 5, 2006 at 7:47 am
Good article, but it's a bit misleading. This doesn't have anything to do with a Maximum "Page" size, it's a Maximum Row Size. However, very informative. Keep in mind also...
May 19, 2006 at 6:54 am
Ok, so it sounds like our implementation is fine then. There is an internal Business Object of the application that stores the "Active User" so we can use the ActiveUser.ID...
April 24, 2006 at 12:25 pm
The reason for the one (master) Login is because I thought that in order to take advantage of SQL Server connection pooling, the Connection Strings all had to be the...
April 20, 2006 at 9:16 am
Ok, so if I am authenticating against a "Users" table for example, I could do what...get a Count(*) of the Logged-in users and if it exceeds the Licensing not Log-in?
January 18, 2006 at 2:16 pm
I see your point. Since none of the Queries performed on these tables actually use the correct format ("2.0" vs. "2"), then the Query plan is probably converting these...
October 31, 2005 at 8:08 am
Well, if you can make it for one table, I can probably modify the Proc to handle any table. Also, I can have the Proc auto-magically figure out the...
May 13, 2005 at 8:21 am
Could someone give me an example of how I might be able to import an XML Doc that has this structure? I currently use this structure when Exporting /...
May 12, 2005 at 7:38 am
You can't exactly do what you're doing in VB6. In .NET it might be Ok.
You should change your Procedure to this:
@Errors int output = 0
AS
BEGIN
SELECT...
January 28, 2005 at 7:54 am
Oh my god, I cannot believe how long of a solution you've made of this! Why didn't you first do a search on...
November 19, 2004 at 7:54 am
Viewing 15 posts - 106 through 120 (of 257 total)