Viewing 15 posts - 4,711 through 4,725 (of 6,105 total)
Probably your best bet is to encrypt in the application. If you don't use SSL or Multiprotocol (w/ Encryption), the password will go across the wire in plaintext. Even if...
January 2, 2003 at 8:11 am
I'm following what you are doing. We've used properties for the ConnectionString, didn't consider it for the Error object, that's neat. I'm let Void now there's...
January 2, 2003 at 7:23 am
Yes. Also check out their DynamiCube and ActiveCube if you do any OLAP.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring
http://www.netimpress.com/shop/product.asp?ProductID=NI-SQL1
December 31, 2002 at 10:46 am
We prefer Active Reports to Crystal, though there are some things (straight text reports, believe it or not) Crystal handles better.
Crystal's APIs can be cludgey. Also, there is a potential...
December 31, 2002 at 9:00 am
Which error log were you looking at, and on what server? SQL Server, SQL Server Agent, Windows Event Logs?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to SQL Server Performance Monitoring...
December 31, 2002 at 8:57 am
No. Because of the way the Errors object is built, it's not recognized as an Enum object. The error returned when you try to implement in this fashion (even if...
December 31, 2002 at 8:49 am
In SQL Server 2000, yes. In SQL Server 7, no. The Parameters Information Schema view is one of three new such IS views to SQL Server 2000.
http://www.sqlservercentral.com/columnists/bkelley/informationschemaviews.asp
K. Brian Kelley
http://www.truthsolutions.com/
Author:...
December 31, 2002 at 8:28 am
Yes. If you've called the stored procedure and passed it a parameter, you can reference it like any other variable from within the stored procedure. For instance:
December 30, 2002 at 2:07 pm
I've seen a similar trend as well. One thing you can do on your own time is get familiar with Analysis Services and some of the data mining capabilities that...
December 28, 2002 at 6:53 pm
It would be nice, but Microsoft pretty much restricts discussion of beta products to approved forums (AKA under their control). That keeps an anticipating public from hearing news about a...
December 27, 2002 at 2:45 pm
If you go to the beta site, there are instructions on how to get to the newsgroups, both through NNTP (through a client such as Outlook Express) and through the...
December 27, 2002 at 12:56 pm
Along the same lines, but more from a report building side:
-- Variables to use for cycling through the stored procedures
-- Identified from sysobjects
DECLARE @procName sysName,
...
December 27, 2002 at 12:54 pm
One other reason we went the direction we did was that the files are also within the Index Server catalogs. We have mixed content, include some pure HTML pages that...
December 26, 2002 at 12:11 pm
Benchmarking a pretty involved process, hence the eBook. 🙂 I cover how to go about benchmarking, how to use Excel to generate usable graphs, what counters to monitor in Perfmon,...
December 26, 2002 at 9:40 am
When building our intranet, there were a couple of requirements that drove the design:
1) Users should be able to create folders and subfolders by using a web form.
2) Users should...
December 24, 2002 at 2:17 pm
Viewing 15 posts - 4,711 through 4,725 (of 6,105 total)