Viewing 15 posts - 1,006 through 1,020 (of 6,216 total)
No. First test is to just visit the site, login, close the browser without logging out. Go back to the site. If you're asked to login, the cookie is not...
September 16, 2004 at 4:54 am
Its on the list of things to fix, just a matter of one of us having time to get to it. If you enable cookies when you login you won't...
September 15, 2004 at 4:58 pm
It is a Zen thing in some ways, but you can't really encapsulate much business logic in a view. Hide some joins or whatever, but no real hard core code....
August 29, 2004 at 2:34 pm
Im working on them this weekend, slow going. Giving everyone the option to change things not such a good idea from the testing standpoint! Anyone interested in volunteering to help...
August 29, 2004 at 2:32 pm
There are ways to do it, some easier than others depending on the version of SQL you have. If you look at the list of articles I've publishered there are...
August 27, 2004 at 8:12 am
Replication works fine on a cluster, all the work is in getting the cluster up and running. From there as long as you have access to the subscribers, it will...
August 27, 2004 at 8:09 am
Not a bad idea at all for Volume 3!
August 26, 2004 at 5:50 am
Doing it in a single update probably not the best idea, better to run in chunks. Even if you know how much space you need for the log file it's...
August 24, 2004 at 10:05 am
SQL should let you create a proc that references a table that doesn't exist, but it will not let you do so if you're referencing a linked server that doesn't...
August 23, 2004 at 12:49 pm
We do give everything the once over to prevent items from being posted that are irrelevant or worse, and we attempt to see that they make sense/are correct. That's not...
August 22, 2004 at 6:38 am
Set XACT is brute force, but in many cases perfectly acceptable. Checking @@Error gives you some flexibility, no all errors should cause it to fail.
The downside to the technique you're...
August 21, 2004 at 2:16 pm
Same number of processors?
August 21, 2004 at 7:15 am
Maybe a network library issue?
August 20, 2004 at 4:09 pm
It's not a simple question. Not simple at all. I'll give you my opinion, speaking both as a DBA and a development manager.
First point is that the job of a...
August 20, 2004 at 4:07 pm
SQL doesnt have a similar command. You either have to write a cursor that loops through the logical inserted or deleted tables and processes each row, or you have to...
August 20, 2004 at 3:52 pm
Viewing 15 posts - 1,006 through 1,020 (of 6,216 total)