Viewing 15 posts - 61 through 75 (of 484 total)
To use Log shipping out of the box you need enterprise edition. However ther are scripts available that will do it for you, I recently wrote a set for a...
December 12, 2002 at 2:51 am
You need to look at the attribues section of the results
If you AND 32 this will indicate that A is set
Read Only 1
Hidden 2
System ...
December 11, 2002 at 9:08 am
The benefit of indexed computed columns when being searched upon will out weigh any performance hit (if there is one) of maintaining them.
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 11, 2002 at 8:20 am
If you get to point 3 then consider the following,
You probably (should) have 5 or 6 main filtering options, that should always be specified. Code this as fixed conditions and...
December 11, 2002 at 8:13 am
I concur
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 11, 2002 at 7:58 am
The monitor server should be resilient enough to not suffer from failure. The level you take this to is up to you, raid, processor, memory, network, etc.
The load I believe...
December 11, 2002 at 7:57 am
What would also be great is a set of links on someones profile that gives the scripts, articles, case studies that they have posted.
This alos needs to be accessible for...
December 11, 2002 at 7:47 am
If you are filtering the data returned using OPENROWSET might be better as this can pass the query to Access to filter. Depends on the link to the Access database,...
December 10, 2002 at 9:36 am
Antares66
With respect to coalesce your example misses the point. Using coalesce on static variables is fine, but linking back to a column is the problem. Have a look at this...
December 10, 2002 at 9:31 am
Difficulty is that 10ms is the smallest unit went it comes to datediff and dates, so you need to do some looping. In addition should dropcleanbuffers otherwise the first suffers...
December 10, 2002 at 9:15 am
What I think is needed is a priority type thing, or a post type that can be assigned to a question. Something like "Discussion", "Request for info", "Help!!!", "Oh god...
December 10, 2002 at 9:08 am
With that you must always get a tablescan.
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 9, 2002 at 8:05 am
Try this
http://www.sqlservercentral.com/scripts/contributions/528.asp
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 9, 2002 at 8:03 am
You can also execute an SP_ stored procedure based in master on any database
myDatabase.dbo.sp_help fred
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 9, 2002 at 8:02 am
The best book I've seen so far is http://www.sqlservercentral.com/scripts/scriptdetails.asp?scriptid=528
Simon Sabin
Co-author of SQL Server 2000 XML Distilled
December 9, 2002 at 8:00 am
Viewing 15 posts - 61 through 75 (of 484 total)