Viewing 15 posts - 151 through 165 (of 485 total)
The Isnull method cannot be more efficient. Anytime you have a function on a column (in a Where clause from Join clause), the query must scan the table and evaluate...
January 1, 2007 at 9:43 am
Is your SQL Server instance running under this updated Windows XP? Or are you just running Enterprise Manager on XP connecting to SQL Server on a server?
If you are running...
January 1, 2007 at 9:25 am
I'm tired of lazy arrogant application developers who won't consider how to run with less permission than system administrator. I just had a major blow up with an internal...
January 1, 2007 at 9:15 am
No, I had not thought of that. I did that and it worked. Thanks, Steve.
December 29, 2006 at 4:56 am
If it is any help, I also get this specifically when I click the link in the newsletter for the answering the QOD. The page will come up "Please Login",...
December 28, 2006 at 8:40 am
Actually Steve, they have virtual images for almost all products, even Visual Studio. https://partner.microsoft.com/US/40016111?PS=95000140 It is under the partner program, and you have to be a certified partner to get...
December 28, 2006 at 8:34 am
Yes, and I said it will usually work.
But not always. You do not have any guarantee that in between the execution of the Alter database statement (putting it in single...
December 22, 2006 at 3:57 pm
Yes, that will usually work better. But you still have to be prepare to lookup and kill a connection that might have snuck in.
This was the problem with SQL...
December 22, 2006 at 3:30 pm
But you are trying to save yourself a little work now (not creating these tables) and causing all your queries...
December 21, 2006 at 8:34 am
I believe that using a "IsDeleted" column is not usually a good solution to the issue of keeping "deleted" records. It clutters up the "active" table, and usually requires too...
December 21, 2006 at 8:04 am
Hope this helps
December 21, 2006 at 7:48 am
You don't specify what language you are using (.net or not? vb? asp?).
December 21, 2006 at 6:16 am
Regarding using this technique in an ASP environment, I would perform some additional testing. I'm not sure how Context_info applies when using connection pooling, but either way would appear to...
December 21, 2006 at 5:46 am
You may want to check to see if there are disk quotas defined on the server. In one instance at a client's server where autogrow failed, network admins had just...
November 29, 2006 at 6:51 am
There was a web version from Microsoft, specifically for managing MSDE versions.
Updated: 11:48am:
See Web Data Administrator
It's not much there. But it will let you create databases, create...
November 20, 2006 at 9:39 am
Viewing 15 posts - 151 through 165 (of 485 total)